Odel
open enthrium ai mcp server

open enthrium ai mcp server

Local
@enthrium1JavaScriptUpdated 5 days ago

Connect any AI coding app to enterprise data sources. One binary, one JSON config.

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).

npm@openenthrium/oe-mcpv1.6.6

Run

npx -y @openenthrium/oe-mcp

MCP client config

{
  "mcpServers": {
    "open-enthrium-ai-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@openenthrium/oe-mcp"
      ]
    }
  }
}