MCP
Veirox both exposes an MCP server (so local agent clients can call Veirox tools) and consumes MCP servers (so your Veirox agent can call tools on your machine or private network).
Veirox as MCP server
Run veirox mcp setup to write the MCP config for Cursor, Claude Code, or Codex. This registers Veirox's hosted endpoint so your IDE can call create_task, list_entities, run_session, and other tools directly.
veirox mcp setup --client cursor veirox mcp setup --client claude-code veirox mcp print --client cursor --mount project # preview config
Veirox as MCP client
Register external MCP servers that your Veirox agent can use as tools inside a session:
veirox mcp register --name slack --transport stdio --command 'mcp-slack'
veirox mcp list
veirox mcp test <uuid> list_channels --input '{}'
veirox mcp tools <uuid>
Diagnosing issues
veirox mcp doctor veirox mcp ping <uuid>