MCP Server
The MCP (Model Context Protocol) Server exposes GraphQL operations as tools for AI assistants like Claude Desktop.
Overview
The MCP server transforms GraphQL operations into tools that can be used by AI assistants. GraphQL queries and mutations defined in the operations folder are automatically exposed as MCP tools.
Quick Links
Repository
- GitHub: https://github.com/credinvest/cred-mcp
- Main Folder:
graphql-mcp-server - Operations: data/operations
How It Works
- GraphQL Operations as Tools - Operations in
data/operationsbecome MCP tools - Operation Definitions - Each query/mutation is exposed as a callable tool
- Automatic Tool Generation - No manual configuration required