Odel
mcp server

mcp server

Local
@agentled3TypeScriptMITUpdated 2w ago

Intelligent AI workflow orchestration with long-term memory, 100+ integrations, and unified credits.

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@agentled/mcp-serverv0.19.3

Run

npx -y @agentled/mcp-server

MCP client config

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@agentled/mcp-server"
      ]
    }
  }
}