Skip to content
Zed

Personal MCP for Zed

io.github.arun250492/personal-mcp

An MCP server that provides [describe what your server does]

client:Zed transport:stdio runtime:pypi

Install Personal MCP in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "personal-mcp": {
      "command": "uvx",
      "args": [
        "personal-mcp-arun"
      ],
      "env": {
        "YOUR_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}

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

Personal MCP in other clients