PluginBench
MCP Server
Active
MIT

Althea MCP MCP Server

io.github.tiptreesystems/althea-mcp

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-mcp

Related MCP servers

Search Lacuna's ML research graph for papers, directions, authors, venues, and hypotheses.

4
Python
MIT
View repository →