Skip to content
Zed

GetABrain for Zed

io.github.guitarmaniac24/getabrain

Real human judgment as agent tools — ask a question, get a structured human answer back.

client:Zed transport:stdio runtime:npm

Install GetABrain 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": {
    "getabrain": {
      "command": "npx",
      "args": [
        "-y",
        "@getabrain/mcp-server"
      ],
      "env": {
        "GETABRAIN_API_KEY": "<GETABRAIN_API_KEY>",
        "GETABRAIN_API_SECRET": "<GETABRAIN_API_SECRET>"
      }
    }
  }
}

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

GetABrain in other clients