continuum-mcp-server

ContinuumDAO/continuum-mcp-server
★ 0 stars TypeScript 🤖 AI/LLM Updated 1d ago
MCP server for agentic interaction with the Continuum MPA wallet and node client management
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

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

README Excerpt

1. **Resources:** Can access the Management API via GET operations that expose node details, for example node key, pending group/keygen/sign requests, etc. Can also access messages via the node messaging API, and context from previous threads and conversations. 2. **Tools:** Can make requests to the Management API via POST operations,

Tools (1)

list_keygens