@x12i/runx-mcp
v2.0.0
Published
Runx MCP server — expose Catalox-backed capabilities to AI clients.
Readme
@x12i/runx-mcp
MCP server exposing the Runx capability catalog to AI clients (Cursor, Claude Desktop, etc.).
Install
npm install @x12i/runx-mcp @x12i/runxCLI
npx @x12i/runx-mcp runx-mcp --transport stdio --active-onlyProgrammatic
import { createRunx } from "@x12i/runx";
import { createRunxMcpStdioServer } from "@x12i/runx-mcp";
const runx = await createRunx();
await runx.bootstrap();
await runx.reload();
const mcp = await createRunxMcpStdioServer({ runx, exposure: { activeOnly: true } });
await mcp.start();HTTP: createRunxMcpHttpServer or --transport http --port 3334.
See docs/mcp.md in the repo root.
License
MIT
