Skip to content
VS Code

Munim for VS Code

io.github.vishalsg42/munim

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

client:VS Code transport:stdio runtime:pypi

Install Munim in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Munim in other clients