Skip to main content
Glama
EnviableAmaretto

openclaw-task-mcp

openclaw-task-mcp

Simple Node stdio MCP server for OpenClaw task lifecycle.

Tools:

  • start_tasksessions_spawn

  • list_taskssessions_list (subagent-filtered)

  • get_task_statussessions_history (+ result when available)

Requirements

  • Node.js >= 18.19.1

  • Reachable OpenClaw Gateway

  • Gateway token with permission to invoke tools

Related MCP server: Task Manager MCP Server

Install

git clone https://github.com/EnviableAmaretto/openclaw-task-mcp.git
cd openclaw-task-mcp
npm install
npm run hooks:install

MCP config (Claude-code style / SillyTavern-style)

Put base URL and token directly in the MCP server env block:

{
  "mcpServers": {
    "openclaw": {
      "command": "node",
      "args": ["/ABSOLUTE/PATH/TO/openclaw-task-mcp/src/index.js"],
      "env": {
        "OPENCLAW_BASE_URL": "http://127.0.0.1:18789",
        "OPENCLAW_API_TOKEN": "your-gateway-token",
        "OPENCLAW_TIMEOUT_MS": "30000"
      }
    }
  }
}

args[0] must be the absolute path where you cloned this repository on your host. Examples:

  • /home/sillytavern/SillyTavern/repositories/openclaw-task-mcp/src/index.js

  • /opt/openclaw-task-mcp/src/index.js

  • /srv/mcp/openclaw-task-mcp/src/index.js

No separate HTTP MCP endpoint is needed in this mode; the app launches this process over stdio.

Local run (manual)

OPENCLAW_BASE_URL="http://127.0.0.1:18789" \
OPENCLAW_API_TOKEN="YOUR_TOKEN" \
node src/index.js

Tests

npm test

Quality gates

  • Local pre-push hook (.githooks/pre-push) runs npm test.

  • CI (.github/workflows/ci.yml) runs npm ci && npm test on push/PR.

  • Mandatory before commit: launch MCP server (npm start) and execute at least one real E2E MCP call successfully. Tests alone are not sufficient.

Security notes

  • Keep token private; do not commit it.

  • Prefer private host networking for the OpenClaw URL.

  • Rotate token regularly.

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/EnviableAmaretto/openclaw-task-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server