Skip to content

mcp multi poc alpha for Zed

io.github.nithishr/mcp-multi-poc-alpha

PoC alpha server - base install, subcommand selection from a shared PyPI package.

client:Zed transport:stdio runtime:pypi

Install mcp multi poc alpha in Zed

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

{
  "context_servers": {
    "mcp-multi-poc-alpha": {
      "command": "uvx",
      "args": [
        "mcp-multi-poc"
      ]
    }
  }
}

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

mcp multi poc alpha in other clients