Skip to main content

CLI: vyasa mcps


Usage: vyasa mcps [OPTIONS] COMMAND [ARGS]...

Manage builder MCP integrations (tools the agent uses to DO the work)

┌─ Options ────────────────────────────────────────────────────────────────────┐
│ --help -h Show this message and exit. │
└──────────────────────────────────────────────────────────────────────────────┘
┌─ Commands ───────────────────────────────────────────────────────────────────┐
│ list Show all configured MCPs. │
│ add Add a builder MCP integration. │
│ remove Remove a builder MCP integration. │
└──────────────────────────────────────────────────────────────────────────────┘

vyasa mcps list


Usage: vyasa mcps list [OPTIONS]

Show all configured MCPs.

┌─ Options ────────────────────────────────────────────────────────────────────┐
│ --dir PATH Project directory │
│ --help -h Show this message and exit. │
└──────────────────────────────────────────────────────────────────────────────┘

vyasa mcps add


Usage: vyasa mcps add [OPTIONS]

Add a builder MCP integration.

┌─ Options ────────────────────────────────────────────────────────────────────┐
│ * --id TEXT MCP ID (e.g. 'sap') [required] │
│ * --endpoint -e TEXT MCP service URL [required] │
│ --description -d TEXT What this MCP provides │
│ --dir PATH Project directory │
│ --help -h Show this message and exit. │
└──────────────────────────────────────────────────────────────────────────────┘

vyasa mcps remove


Usage: vyasa mcps remove [OPTIONS]

Remove a builder MCP integration.

┌─ Options ────────────────────────────────────────────────────────────────────┐
│ * --id TEXT MCP ID to remove [required] │
│ --dir PATH Project directory │
│ --help -h Show this message and exit. │
└──────────────────────────────────────────────────────────────────────────────┘