Skip to content

Agentic MCP for Zed

io.github.hugolsramos01-bit/mcp-agentic-server

Local coding tools for ChatGPT Developer Mode and MCP clients with safe editing and shell execution.

client:Zed transport:stdio runtime:npm

Install Agentic 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": {
    "mcp-agentic-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-agentic-server"
      ],
      "env": {
        "AGENTIC_ALLOWED_ROOTS": "<AGENTIC_ALLOWED_ROOTS>"
      }
    }
  }
}

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

Agentic MCP in other clients