mcp number theory for VS Code
io.github.daedalus/mcp-number-theory
MCP server exposing number theory functions and factorization algorithms
client:VS Code
transport:stdio
runtime:pypi
Install mcp number theory in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-number-theory": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-number-theory"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs