Odel
aethis mcp

aethis mcp

Local
@aethis-ai1TypeScriptMITUpdated 4 days ago

Deterministic eligibility decisions and test-driven rule authoring via the Aethis developer API.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmaethis-mcpv0.17.4

Run

npx -y aethis-mcp

MCP client config

{
  "mcpServers": {
    "aethis-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "aethis-mcp"
      ]
    }
  }
}