gocodes-mcp-server

GoCodesAssetManagement/gocodes-mcp-server
★ 0 stars Unknown language AI/LLM Updated today
Work with your GoCodes account using popular AI tools like ChatGPT, Claude and more. Use natural language to learn about your assets and inventory.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gocodes-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "GoCodesAssetManagement/gocodes-mcp-server"
      ]
    }
  }
}