Back to MCP directory
publicPublicdnsLocal runtime

mcp-server-graphql

MCP GraphQL是一个为任务控制平台提供灵活高效数据查询和操作接口的GraphQL API服务

article

README

🚀 MCP 图QL

MCP 图QL 是一个 GraphQL API 服务,为任务控制平台 (MCP) 数据提供了灵活且高效的查询和操作接口。

🚀 快速开始

先决条件

  • Node.js
  • npm 或 yarn
  • 访问 MCP 服务

📦 安装指南

通过 Smithery 安装

要自动通过 Smithery 在 Claude Desktop 上安装 mcp-server-graphql,可使用以下命令:

npx -y @smithery/cli install @setyolegowo/mcp-server-graphql --client claude

手动安装

  1. 克隆仓库
git clone https://github.com/setyolegowo/mcp-server-graphql.git
cd mcp-graphql
  1. 安装依赖项
npm install

运行服务

npm start

🤝 贡献

请阅读 CONTRIBUTING.md 以了解我们的行为准则和提交拉取请求的过程。

📄 许可证

此项目根据 MIT 许可证进行许可 - 有关详细信息,请参阅 LICENSE 文件。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client