
Grafana MCP 服务器集成
通过 FlowHunt 的 Grafana MCP 服务器,将 Grafana 的仪表盘、数据源和监控工具集成并自动化到 AI 驱动的开发工作流中。实现无缝的 AI 驱动仪表盘管理、查询执行和可观测性集成。...
MCP GraphQL 是一种模型上下文协议(MCP)服务器,旨在为 GraphQL API 交互提供标准化接口。它通过自动解析目标 GraphQL 端点,将每一个可用的 GraphQL 查询暴露为专用的 MCP 工具,使 AI 助手和开发者能够与外部 GraphQL 数据源无缝交互。这一过程支持数据库查询、数据检索,以及与第三方服务的直接集成,全部通过兼容 MCP 的工作流实现。MCP GraphQL 负责工具参数映射、动态 JSON schema 生成和认证(支持 Bearer、Basic 或自定义头),无需手动定义 schema。其核心目标是通过统一协议,让 AI 助手和人类用户都能轻松访问和操作 GraphQL API,极大地简化开发流程。
所提供材料中未提及提示模板。
所提供文档中未描述具体的 MCP 资源。
mcp-graphql,或按需使用 uvx。mcpServers 部分添加 MCP GraphQL 服务器:"mcpServers": {
"graphql": {
"command": "uvx",
"args": ["mcp-graphql", "--api-url", "https://api.example.com/graphql"]
}
}
"mcpServers": {
"graphql": {
"command": "uvx",
"args": [
"mcp-graphql",
"--api-url", "https://api.example.com/graphql",
"--auth-token", "${GRAPHQL_TOKEN}"
],
"env": {
"GRAPHQL_TOKEN": "your-token"
}
}
}
uvx 或 mcp-graphql。mcpServers 配置中添加:"mcpServers": {
"graphql": {
"command": "uvx",
"args": ["mcp-graphql", "--api-url", "https://api.example.com/graphql"]
}
}
"mcpServers": {
"graphql": {
"command": "python",
"args": ["-m", "mcp_graphql", "--api-url", "https://api.example.com/graphql"]
}
}
"mcpServers": {
"graphql": {
"command": "docker",
"args": ["run", "-i", "--rm", "mcp/graphql", "--api-url", "https://api.example.com/graphql"]
}
}
mcp-graphql。mcpServers 部分添加如下配置:"mcpServers": {
"graphql": {
"command": "uvx",
"args": ["mcp-graphql", "--api-url", "https://api.example.com/graphql"]
}
}
mcp-graphql。mcpServers 设置中添加 MCP GraphQL 服务器:"mcpServers": {
"graphql": {
"command": "uvx",
"args": ["mcp-graphql", "--api-url", "https://api.example.com/graphql"]
}
}
对于 token 等敏感信息,请使用环境变量:
"mcpServers": {
"graphql": {
"command": "uvx",
"args": [
"mcp-graphql",
"--api-url", "https://api.example.com/graphql",
"--auth-token", "${GRAPHQL_TOKEN}"
],
"env": {
"GRAPHQL_TOKEN": "your-token"
}
}
}
FlowHunt 中的 MCP 集成
要在 FlowHunt 工作流中集成 MCP 服务器,请首先将 MCP 组件添加到你的流程,并与 AI 代理连接:

点击 MCP 组件以打开配置面板。在系统 MCP 配置部分,使用如下 JSON 格式填写你的 MCP 服务器信息:
{
"graphql": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
配置完成后,AI 代理即可作为工具使用该 MCP,拥有其全部功能。请记得将 “graphql” 替换为你实际的 MCP 服务器名称,并将 URL 替换为你自己的服务器地址。
| 部分 | 是否具备 | 说明/备注 |
|---|---|---|
| 概览 | ✅ | README 中有清晰描述 |
| 提示词列表 | ⛔ | 未提及提示模板 |
| 资源列表 | ⛔ | 未列出具体 MCP 资源 |
| 工具列表 | ✅ | 每个 GraphQL 查询均为动态生成的工具 |
| API 密钥安全 | ✅ | 给出了环境变量示例 |
| 采样支持(评估时不重要) | ⛔ | 未说明 |
一个扎实实用的 GraphQL API MCP 实现,但缺乏显式的提示/资源,也未提及采样或根节点。适合工具暴露与便捷部署。按完整性和开发者实用性评价为 7/10。
| 是否有 LICENSE | ✅ (MIT) |
|---|---|
| 是否有工具 | ✅ |
| Fork 数 | 1 |
| Star 数 | 7 |

通过 FlowHunt 的 Grafana MCP 服务器,将 Grafana 的仪表盘、数据源和监控工具集成并自动化到 AI 驱动的开发工作流中。实现无缝的 AI 驱动仪表盘管理、查询执行和可观测性集成。...

Neo4j MCP 服务器为 AI 助手与 Neo4j 图数据库架起桥梁,实现安全、自然语言驱动的图操作、Cypher 查询以及自动化数据管理,可直接在 FlowHunt 等 AI 驱动环境中使用。...

通过 LeetCode MCP 服务器将 FlowHunt 和 AI 助手连接到 LeetCode 的编程题库、用户资料、每日挑战和竞赛数据。通过无缝 API 访问,简化自动化编程练习、分析和面试准备流程。...
Cookie 同意
我们使用 cookie 来增强您的浏览体验并分析我们的流量。 See our privacy policy.