Skip to content
Zed

nervous system for Zed

io.github.levelsofself/nervous-system

Governance for LLM agents: 7 enforced rules + read-only reference tools. Safe in any MCP client.

client:Zed transport:stdio runtime:npm

Install nervous system in Zed

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

{
  "context_servers": {
    "nervous-system": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-nervous-system"
      ]
    }
  }
}

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

nervous system in other clients