Project Parva for Cursor
io.github.dantwoashim/project-parva
Read-only Nepali date, calendar, festival, Panchanga, and temporal verification tools.
client:Cursor
transport:stdio
runtime:oci
Install Project Parva in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"project-parva": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/dantwoashim/parva-mcp-server:1.0.0"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs