panchangam for VS Code
io.github.socraticsurge/panchangam
Telugu Panchangam: tithi, nakshatra, muhurtas, festivals, tarabalam, gochara, daily rasi phalalu
client:VS Code
transport:stdio
runtime:pypi
Install panchangam in VS Code
.vscode/mcp.json
{
"servers": {
"panchangam": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-server-panchangam"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs