Skip to content
Zed

mcp oeis for Zed

io.github.daedalus/mcp-oeis

MCP server for the OEIS (Online Encyclopedia of Integer Sequences) API

client:Zed transport:stdio runtime:pypi

Install mcp oeis in Zed

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

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

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

mcp oeis in other clients