Loading MCP server directory, please wait...
Governed data discovery, exact queries, decisions, simulations, and runtime utilities over MCP.
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. Create one in the Algenta dashboard or authenticate with `algenta login`.
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"
}
}
}
}