polymath megablaster mcp for VS Code
io.github.headlessherm-creator/polymath-megablaster-mcp
Local deterministic calc MCP: exact math, dates, unit conversion, stats, subnet math.
client:VS Code
transport:stdio
runtime:npm
Install polymath megablaster mcp in VS Code
.vscode/mcp.json
{
"servers": {
"polymath-megablaster-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"polymath-megablaster-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs