mcpMCPs

MCP commands connect agents to external tool servers and support promotion workflows.

Use when: You need to register, test, and move MCP configs across environments.

Placeholders

  • <MCP_REF>: MCP ID or unique MCP name.

  • <EXPORT_FILE>: output file path, for example mcp.yaml.

List and Create

aip mcps list
aip mcps create --name "my-mcp" --transport http --url "https://example.com/mcp"

Test Connection

aip mcps connect --url "https://example.com/mcp"

Export and Import

aip mcps get <MCP_REF> --export <EXPORT_FILE>
aip mcps create --import <EXPORT_FILE>

For full secret-handling workflow, use MCP export/import guidearrow-up-right.

Last updated

Was this helpful?