GraphQL MCP
内省 schema 并执行查询,辅助调试 GraphQL 接口。
社区·↓ 390 次安装·1 个月前
安装命令
终端
npx -y mcp-graphql在 Cursor 中配置(mcp.json)
{
"mcpServers": {
"graphql": {
"command": "npx",
"args": [
"-y",
"mcp-graphql"
]
}
}
}内省 schema 并执行查询,辅助调试 GraphQL 接口。
npx -y mcp-graphql{
"mcpServers": {
"graphql": {
"command": "npx",
"args": [
"-y",
"mcp-graphql"
]
}
}
}