veirox mcp

Wire your local agent to Veirox's MCP server

Synopsis

veirox mcp <subcommand> [args] [flags]

Description

Wire your local agent to Veirox's MCP server

Subcommands

CommandDescription
veirox mcp doctorDetect installed MCP clients on this machine
veirox mcp info <server-id>Show one MCP server
veirox mcp listList external MCP servers attached to this project
veirox mcp ping <server-id>Ping an MCP server
veirox mcp printPrint the MCP-config snippet for a client
veirox mcp registerRegister a new external MCP server with this project
veirox mcp remove <server-id>Detach an MCP server from this project
veirox mcp setupWire your local agent client(s) to Veirox
veirox mcp test <server-id> <tool-name>Invoke a tool against an MCP server
veirox mcp tools <server-id>List the tools exposed by an MCP server

veirox mcp doctor

Detect installed MCP clients on this machine

veirox mcp doctor

veirox mcp info <server-id>

Show one MCP server

veirox mcp info <uuid>

veirox mcp list

List external MCP servers attached to this project

veirox mcp list

veirox mcp ping <server-id>

Ping an MCP server

veirox mcp ping <uuid>

veirox mcp print

Print the MCP-config snippet for a client

FlagTypeDefaultDescription
--clientstringclient (cursor | claude-code | codex | claude-desktop | continue)
--mountstringprojectmount kind: project | org
veirox mcp print --client cursor --mount project

veirox mcp register

Register a new external MCP server with this project

FlagTypeDefaultDescription
--commandstringcommand to run for stdio transport
--namestringserver display name
--transportstringstdiotransport: stdio | http
--urlstringURL for http transport
veirox mcp register --name slack --transport stdio --command 'mcp-slack'

veirox mcp remove <server-id>

Detach an MCP server from this project

veirox mcp remove <uuid>

veirox mcp setup

Wire your local agent client(s) to Veirox

FlagTypeDefaultDescription
--clientstringSlice[]client(s) to wire (cursor | claude-code | codex | claude-desktop | continue)
--mountstringprojectmount kind: project | org
--no-openboolfalsedon't open deeplink URLs
--print-onlyboolfalseprint setup commands and exit
--writeboolfalsefall back to direct config-file writes if no native install path works
veirox mcp setup --client cursor --client claude-code

veirox mcp test <server-id> <tool-name>

Invoke a tool against an MCP server

FlagTypeDefaultDescription
--inputstringtool input as a JSON object
veirox mcp test <uuid> list_files --input '{"path":"."}'

veirox mcp tools <server-id>

List the tools exposed by an MCP server

veirox mcp tools <uuid>

Exit codes

CodeMeaning
0Success.
1Generic error (network, API 5xx).
2Validation error (bad flag, missing required arg).
3Unauthenticated — run veirox login or set VEIROX_API_KEY.
4Not found (resource does not exist in this project).
5Permission denied (your role / API key lacks the scope).

See also