What is the Althea MCP MCP server?
Connect coding agents to your Althea and, through her, a consent-first network of ML researchers.
How to install Althea MCP
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"althea-mcp": {
"command": "uvx",
"args": [
"althea-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"althea-mcp": {
"command": "uvx",
"args": [
"althea-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"althea-mcp": {
"command": "uvx",
"args": [
"althea-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"althea-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"althea-mcp"
]
}
}
}Claude Code
claude mcp add althea-mcp -- uvx althea-mcpRelated MCP servers
Lacuna Research MCP
Active
Search Lacuna's ML research graph for papers, directions, authors, venues, and hypotheses.
4
View repository →Python
MIT