HomeSearch & Research › GetABrain

GetABrain

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

TypeScript Cloud
★ 0 stars Last pushed 2026-09-12 License: MIT

Topics: Research

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.2.1)

npx -y @getabrain/mcp-server@0.2.1

Or add to your MCP client config:

{
  "mcpServers": {
    "getabrain-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@getabrain/mcp-server@0.2.1"
      ],
      "env": {
        "GETABRAIN_API_KEY": "<YOUR_VALUE>",
        "GETABRAIN_API_SECRET": "<YOUR_VALUE>"
      }
    }
  }
}
  • GETABRAIN_API_KEY required secret — API key (gab_k_...) from POST /api/v1/requestor/auth/signup
  • GETABRAIN_API_SECRET required secret — API secret (gab_s_...) shown once at signup

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry