Servers
mcp-graphql
@blurrah
Model Context Protocol server for GraphQL
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-graphql": {
"command": "npx",
"args": [
"mcp-graphql"
],
"env": {
"ENDPOINT": "http://localhost:3000/graphql"
}
}
}
}