@claxedo/mcp
@claxedo/mcp is a standalone MCP server exposing Claxedo runtime tools — process management, log retrieval and summarization, session messages, and browser control — to any MCP client. It is a local operator tool: run it on the same machine as the Claxedo loopback endpoint, or against an intentionally configured signed remote server. It points at the server via CLAXEDO_SERVER_URL (default http://127.0.0.1:3001).
Its WorkGraph tools are northbound clients of the authenticated WorkGraph HTTP contract. Local Claxedo agent Sessions expose the same schemas through direct in-process tools. Hosted embedded tools remain unavailable until the durable invoking Session supplies verified organization-and-user provenance.
Install
Section titled “Install”npm install @claxedo/mcpOr launch the bridge directly for an MCP client config:
npx -y @claxedo/mcpConfiguration
Section titled “Configuration”Point the server at a Claxedo endpoint and (optionally) restrict it to read-only tools:
CLAXEDO_SERVER_URL=http://127.0.0.1:3001 # loopback for local useCLAXEDO_MCP_MODE=read-only # or CLAXEDO_MCP_READ_ONLY=1Supported env: CLAXEDO_SERVER_URL, OPENCODE_API_DIR, CLAXEDO_WORKSPACE_ID, CLAXEDO_AUTH_TOKEN (signed remote only), and the read-only flags.
Tool surface
Section titled “Tool surface”Trust model
Section titled “Trust model”Full API
Section titled “Full API”See the README on GitHub for the full trust model, mode details, per-tool risk notes, and audit expectations.