Catalog
Algenta — repository intelligence & decision engine
Officialby thyn-ai
Repository intelligence & decision engine over MCP: triage, simulate, fix, apply, agent runs.
Repository intelligence & decision engine over MCP: triage, simulate, fix, apply, agent runs.
README not available yet.
Install
Configuration
Environment variables
ALGENTA_API_KEYrequiredsecretYour Algenta API key (get one with `algenta login`, or from the dashboard). Legacy DE_API_KEY is also accepted.
ALGENTA_BASE_URLdefault https://api.algenta.aiAlgenta engine base URL. Cloud Managed default; set your own for self-hosted / air-gapped.
claude_desktop_config.json
{
"mcpServers": {
"algenta": {
"command": "uvx",
"args": [
"algenta-mcp"
],
"env": {
"ALGENTA_API_KEY": "<YOUR_ALGENTA_API_KEY>",
"ALGENTA_BASE_URL": "https://api.algenta.ai"
}
}
}
}