Odel
cueapi mcp

cueapi mcp

Local
@cueapi2TypeScriptMITUpdated 1mo ago

Schedule agent work and report write-once outcomes via CueAPI from any MCP host.

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@cueapi/mcpv0.1.3

Run

npx -y @cueapi/mcp

MCP client config

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