Skip to content
Cursor

GetABrain for Cursor

io.github.guitarmaniac24/getabrain

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

client:Cursor transport:stdio runtime:npm

Install GetABrain in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

GetABrain in other clients