GetABrain for Grok
io.github.guitarmaniac24/getabrain
Real human judgment as agent tools — ask a question, get a structured human answer back.
client:Grok
transport:stdio
runtime:npm
Install GetABrain in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"getabrain": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@getabrain/mcp-server"
],
"env": {
"GETABRAIN_API_KEY": "<GETABRAIN_API_KEY>",
"GETABRAIN_API_SECRET": "<GETABRAIN_API_SECRET>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs