πΉ mcp
Copy a setup prompt with the install steps and the full markdown guide for this plugin.
π€ Start the Capgo MCP (Model Context Protocol) server for AI agent integration.
npx @capgo/cli@latest mcpThis command starts an MCP server that exposes Capgo functionality as tools for AI agents. The server communicates via stdio and is designed for non-interactive, programmatic use. Available tools include:
capgo_list_apps,capgo_add_app,capgo_update_app,capgo_delete_appcapgo_upload_bundle,capgo_list_bundles,capgo_delete_bundle,capgo_cleanup_bundlescapgo_list_channels,capgo_add_channel,capgo_update_channel,capgo_delete_channelcapgo_get_current_bundle,capgo_check_compatibilitycapgo_list_organizations,capgo_add_organizationcapgo_star_repository,capgo_star_all_repositoriescapgo_get_account_id,capgo_doctor,capgo_get_statscapgo_request_build,capgo_generate_encryption_keys
Example configuration
Section titled βExample configurationβAdd the following configuration to claude_desktop_config.json:
{ "mcpServers": { "capgo": { "command": "npx", "args": ["@capgo/cli", "mcp"] } }}Example:
npx @capgo/cli mcp