Skip to content
Zed

soul mcp server for Zed

io.github.antoniotf5/soul-mcp-server

MCP server for validating and generating SOUL.md agent identity files from Claude Desktop.

client:Zed transport:stdio runtime:npm

Install soul mcp server in Zed

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

{
  "context_servers": {
    "soul-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "soul-mcp-server"
      ]
    }
  }
}

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

soul mcp server in other clients