Architecture
Unlike the original Naive MCP (which ran as a local stdio subprocess), this is a remote SSE server. The agent connects over the network.Connection
Claude Desktop Configuration
Cursor Configuration
How It Works
- Agent opens SSE connection to
/mcp/ssewith Bearer auth - Server sends back session ID
- Agent sends tool calls via
POST /mcp/messages?sessionId=... - Server executes the tool using internal services and returns result
- Connection stays open for the session duration