MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

Chainstack MCP server — issues, feature requests, and feedback

创建于 4/9/2026
更新于 about 4 hours ago
Repository documentation and setup instructions

Chainstack MCP server

The Chainstack MCP server gives AI agents direct access to the Chainstack platform — deploy blockchain nodes, search documentation, and check platform status from any coding environment.

Live at mcp.chainstack.com

Quick start

Type this into any AI agent:

get mcp.chainstack.com

The agent will fetch the onboarding page and walk you through setup. Works with Claude Code, Cursor, Codex, Windsurf, Gemini CLI, GitHub Copilot, Antigravity, Claude.ai, and ChatGPT.

Tools

No API key needed:

  • search_docs — search Chainstack documentation
  • get_doc_page — fetch full doc page content
  • get_platform_status — check platform status and incidents

API key required (get one here):

  • get_organization, list_projects, create_project, get_project, update_project, delete_project
  • list_nodes, get_node, create_node, update_node, delete_node, get_deployment_options

Two ways to use

Option 1: Install as a skill (lean context)

mkdir -p ~/.claude/skills/chainstack
curl -o ~/.claude/skills/chainstack/SKILL.md https://mcp.chainstack.com/skill

Option 2: Register as an MCP server

claude mcp add --transport http chainstack https://mcp.chainstack.com/mcp -s user

See full setup guide for all agents.

Issues & feature requests

Use Issues to:

  • Report bugs or unexpected behavior
  • Request new tools or features
  • Suggest improvements to any Chainstack product

Links

快速设置
此服务器的安装指南

安装命令 (包未发布)

git clone https://github.com/chainstacklabs/mcp-server
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。

Cursor 配置 (mcp.json)

{ "mcpServers": { "chainstacklabs-mcp-server": { "command": "git", "args": [ "clone", "https://github.com/chainstacklabs/mcp-server" ] } } }