HomeSecurity › Algenta MCP Server

Algenta MCP Server

Governed data discovery, exact queries, decisions, simulations, and runtime utilities over MCP.

Official Python CloudLocal macOSWindowsLinux Remote
★ 0 stars Last pushed 2026-09-23 License: Apache-2.0

Topics: Security

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://api.algenta.ai/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http algenta-sdk https://api.algenta.ai/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "algenta-sdk": {
      "url": "https://api.algenta.ai/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Bearer <ALGENTA_API_KEY>. Free community login — device registration at algenta.ai: `algenta login`, or the dashboard.

Package (pypi 1.0.28)

uvx algenta-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "algenta-sdk": {
      "command": "uvx",
      "args": [
        "algenta-mcp"
      ],
      "env": {
        "ALGENTA_API_KEY": "<YOUR_VALUE>",
        "ALGENTA_BASE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • ALGENTA_API_KEY required secret — Your Algenta API key (free community login — device registration at algenta.ai: `algenta login`, or the dashboard). Legacy DE_API_KEY is also accepted.
  • ALGENTA_BASE_URL — Algenta engine base URL. Cloud Managed default; set your own for self-hosted / air-gapped.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry