MCP Server
MCP
GetABrain
Real human judgment as agent tools — ask a question, get a structured human answer back.
Install
npx -y @getabrain/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@getabrain/mcp-server",
"version": "0.2.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key (gab_k_...) from POST /api/v1/requestor/auth/signup",
"isRequired": true,
"isSecret": true,
"name": "GETABRAIN_API_KEY"
},
{
"description": "API secret (gab_s_...) shown once at signup",
"isRequired": true,
"isSecret": true,
"name": "GETABRAIN_API_SECRET"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment