Skip to content

mcp number theory for Zed

io.github.daedalus/mcp-number-theory

MCP server exposing number theory functions and factorization algorithms

client:Zed transport:stdio runtime:pypi

Install mcp number theory in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mcp-number-theory": {
      "command": "uvx",
      "args": [
        "mcp-number-theory"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp number theory in other clients