ironclaw-mcp

nfsarch33/ironclaw-mcp
★ 0 stars Go 🤖 AI/LLM Updated today
MCP (Model Context Protocol) server for IronClaw — control and interact with your IronClaw AI assistant from Cursor, Claude Code, and any MCP-compatible editor or agent.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ironclaw-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/nfsarch33/ironclaw-mcp@latest"
      ]
    }
  }
}

README Excerpt

A general-purpose **MCP (Model Context Protocol) server** in Go that bridges assistant runtime — with any MCP-compatible client (Cursor, Claude Code, VS Code Copilot, Continue, Zed, …). The default tool surface speaks **only the documented IronClaw HTTP gateway API** and ships no deployment-specific assumptions, so a fresh install works

Tools (20)

IRONCLAW_ALLOW_NON_LOCALHOSTIRONCLAW_API_KEYIRONCLAW_BASE_URLIRONCLAW_TIMEOUT_SECONDSLOG_LEVELMCP_SSE_ADDRMCP_TRANSPORTPROMETHEUS_URLironclaw_agent_statusironclaw_cancel_jobironclaw_chatironclaw_delete_routineironclaw_get_jobironclaw_get_metricsironclaw_healthironclaw_list_jobsironclaw_list_routinesironclaw_list_toolsironclaw_search_memoryironclaw_send_task