Skip to content
VS Code

Project Parva for VS Code

io.github.dantwoashim/project-parva

Read-only Nepali date, calendar, festival, Panchanga, and temporal verification tools.

client:VS Code transport:stdio runtime:oci

Install Project Parva in VS Code

.vscode/mcp.json

{
  "servers": {
    "project-parva": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/dantwoashim/parva-mcp-server:1.0.0"
      ]
    }
  }
}

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

Project Parva in other clients