klim agents mcps
MCP (Model Context Protocol) servers are tools an agent can call —
filesystem access, database queries, web fetch, etc. klim agents mcps is the cross-provider front-end for managing them.
Subcommands
Section titled “Subcommands”klim agents mcps listklim agents mcps install --provider <p> <name>klim agents mcps remove --provider <p> <name>| Command | Description |
|---|---|
list | Show every MCP detected across providers, plus available entries from the MCP registry. |
install | Install an MCP for a provider. |
remove | Uninstall an MCP. |
| Flag | Description |
|---|---|
--provider | Required for install / remove. |
--installed | (list only) Show only installed MCPs. |
--available | (list only) Show only available registry entries that aren’t installed. |
--output | text (default), json, or yaml. |
Examples
Section titled “Examples”# Everything detected + availableklim agents mcps list
# Only Claude Code's installed MCPsklim agents mcps list --provider claude-code --installed
# Install an MCPklim agents mcps install --provider claude-code filesystem
# Remove oneklim agents mcps remove --provider claude-code filesystemThe MCP registry
Section titled “The MCP registry”klim bundles a curated registry of well-known MCP servers. Entries
appear in klim agents mcps list --available and can be installed
into any provider that supports MCP. Refresh the bundled registry
with klim agents refresh.