MCP Commands
Documentation for the Model Context Protocol (MCP) integration in Agentuity CLI
Overview
The Agentuity CLI implements the Model Context Protocol (MCP), which allows integration with AI-powered code editors and tools. This integration enhances the capabilities of AI agents inside supported clients.
For more information on the MCP protocol, see https://modelcontextprotocol.io/
Commands
mcp
The base command for all MCP-related operations.
Aliases: None
Examples:
mcp install
Installs the Agentuity CLI as an MCP server, enabling integration with supported MCP clients.
Aliases: i
, add
Examples:
mcp uninstall
Uninstalls the Agentuity CLI as an MCP server, removing integration with MCP clients.
Aliases: rm
, delete
, del
, remove
Examples:
mcp list
Lists all MCP server configurations detected on the machine, showing which clients are configured.
Aliases: ls
Examples:
Manual Installation
If you need to manually configure an MCP client, you can use the following command:
This command is typically used for advanced configuration scenarios.