Loading MCP server directory, please wait...
Repository intelligence & decision engine over MCP: triage, simulate, fix, apply, agent runs.
npx @getmcp/cli add io.github.thyn-ai/algentaRequires Python 3.10+. Community-contributed server. Review source before installing.
ALGENTA_API_KEYYour Algenta API key (get one with `algenta login`, or from the dashboard). Legacy DE_API_KEY is also accepted.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.thyn-ai/algenta": {
"command": "uvx",
"args": [
"algenta-mcp"
],
"env": {
"ALGENTA_API_KEY": "",
"ALGENTA_BASE_URL": "https://api.algenta.ai"
}
}
}
}