modelscope·@mikeysrecipes/chaingpt-mcp
暂无描述。

A Model Context Protocol (MCP) server that allows you to bring ChainGPT capabilities into your AI Agent.
<a href="https://glama.ai/mcp/servers/@kohasummons/chaingpt-mcp"> <img width="380" height="200" src="https://glama.ai/mcp/servers/@kohasummons/chaingpt-mcp/badge" alt="ChainGPT MCP server" /> </a>To install ChainGPT MCP Server for any MCP client automatically via Smithery:
npx -y @smithery/cli install @kohasummon/chaingpt-mcp --client claude
This adds the server to claude desktop config. Replace claude with the name of the client you are using. See the list of clients here.
pnpm install -g @kohasummon/chaingpt-mcp
You can find claude_desktop_config.json inside the settings of Claude Desktop app:
Open the Claude Desktop app and enable Developer Mode from the top-left menu bar.
Once enabled, open Settings (also from the top-left menu bar) and navigate to the Developer Option, where you'll find the Edit Config button. Clicking it will open the claude_desktop_config.json file, allowing you to make the necessary edits.
OR (if you want to open claude_desktop_config.json from terminal)
code ~/Library/Application\ Support/Claude/claude_desktop_config.json
code %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"chaingpt": {
"command": "npx",
"args": ["/path/to/chaingpt-mcp/build/index.js"],
"env": {
"CHAINGPT_SECRET_KEY": "your-secret-key-here"
},
"toolCallTimeoutMillis": 120000
}
}
}
Replace your-secret-key-here with your actual ChainGPT secret key from app.chaingpt.org/apidashboard.
For the changes to take effect:
Server Not Found
API Key Issues
Connection Issues
Node.js should be minimum v18 (or higher)
# macOS
tail -n 20 -f ~/Library/Logs/Claude/mcp*.log
# Windows
type "%APPDATA%\Claude\logs\mcp*.log"
Tool Call Timeout
| Tool Name | Description | Prompt |
|---|---|---|
| chaingpt_invoke_chat | Invoke a chat with ChainGPT AI and get a response based on the provided question. | Yesterday, I bought 0.001 ETH. How much is it worth now? |
| chaingpt_get_news | Get the latest crypto news | What's the latest news in the crypto world? |
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Built with by Joshua Omobola
一座通过模型控制协议(Model Control Protocol)将Dune Analytics区块链数据连接到人工智能应用的桥梁,使大型语言模型(LLMs)能够通过自然语言交互访问链上数据。
暂无描述。
暂无描述。
暂无描述。
暂无描述。
暂无描述。