Skip to content
Claude Desktop

GetABrain for Claude Desktop

io.github.guitarmaniac24/getabrain

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

client:Claude Desktop transport:stdio runtime:npm

Install GetABrain in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "getabrain": {
      "command": "npx",
      "args": [
        "-y",
        "@getabrain/mcp-server"
      ],
      "env": {
        "GETABRAIN_API_KEY": "<GETABRAIN_API_KEY>",
        "GETABRAIN_API_SECRET": "<GETABRAIN_API_SECRET>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

GetABrain in other clients