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
{
"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