Skip to content
Cursor

Munim for Cursor

io.github.vishalsg42/munim

One MCP server holding a live session with every client's account at once.

client:Cursor transport:stdio runtime:pypi

Install Munim in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "munim": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "munim"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Munim in other clients