CLI

MCP Commands

Commands for the Model Context Protocol (MCP) integration

The mcp commands allow you to install and manage the Agentuity MCP server.

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. The MCP server is automatically installed when you install the Agentuity CLI.

For more information on the MCP protocol, see https://modelcontextprotocol.io/

Commands

mcp

The base command for all MCP-related operations.

$
agentuity mcp

Aliases: None

Examples:

$
agentuity mcp install
$
agentuity mcp uninstall
$
agentuity mcp list

mcp install

Installs the Agentuity CLI as an MCP server, enabling integration with supported MCP clients.

$
agentuity mcp install

Aliases: i, add

Examples:

$
agentuity mcp install

mcp uninstall

Uninstalls the Agentuity CLI as an MCP server, removing integration with MCP clients.

$
agentuity mcp uninstall

Aliases: rm, delete, del, remove

Examples:

$
agentuity mcp uninstall

mcp list

Lists all MCP server configurations detected on the machine, showing which clients are configured.

$
agentuity mcp list

Aliases: ls

Examples:

$
agentuity mcp list

Manual Installation

If you need to manually configure an MCP client, you can use the following command:

$
agentuity mcp run --stdio

This command is typically used for advanced configuration scenarios.

Need Help?

Join our DiscordCommunity for assistance or just to hang with other humans building agents.

Send us an email at hi@agentuity.com if you'd like to get in touch.

Please Follow us on

If you haven't already, please Signup for your free account now and start building your first agent!

On this page