Althea MCP for Cursor
io.github.tiptreesystems/althea-mcp
Connect coding agents to your Althea and, through her, a consent-first network of ML researchers.
client:Cursor
transport:stdio
runtime:pypi
Install Althea MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"althea-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"althea-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs