https://github.com/graphprotocol/mcp-monorepo
https://github.com/graphprotocol/mcp-monorepo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/graphprotocol/mcp-monorepo
- Owner: graphprotocol
- Created: 2025-05-09T12:12:28.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-06-19T15:36:15.000Z (7 months ago)
- Last Synced: 2025-06-19T16:38:24.370Z (7 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 18
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MCP Monorepo
This monorepo contains submodules for the MCP server and client components related to The Graph Protocol.
Please refer to the official documentation on how to configure and use the MCP servers:
- [Subgraph MCP](https://thegraph.com/docs/en/ai-suite/subgraph-mcp/introduction/)
- [Token API MCP](https://thegraph.com/docs/en/ai-suite/token-api-mcp/introduction/)
## Submodules
### Servers
- **mcp-subgraph**: Contains the Subgraph MCP Server implementation.
- **mcp-token-api**: Contains the Token API MCP Server implementation.
### Clients
- **mcp-token-api**: Contains the client-side library for the Token API MCP.
Each submodule has its own documentation. Please refer to the README within each submodule's directory for more specific details.