nodus-mcp

Masterplanner25/nodus-mcp
★ 0 stars Python 💻 Code/Dev Tools Updated 1d ago
MCP (Model Context Protocol) library for Nodus — bidirectional client + server, 2026-07-28 RC
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nodus-mcp": {
      "command": "uvx",
      "args": [
        "nodus-mcp"
      ]
    }
  }
}

Or install with pip: pip install nodus-mcp

README Excerpt

Model Context Protocol (MCP) library for [Nodus](https://github.com/Masterplanner25/Nodus) — bidirectional client and server, implementing the [2026-07-28 RC specification](https://blog.modelcontextprotocol.io/posts/2026-07-28-release-candidate/) including stateless transport (no session initialization), Multi Round-Trip Requests (SEP-2322) for server-side elicitation, and the extensions framework (SEP-2133).