Skip to content

klim agent mcp

MCP (Model Context Protocol) servers are tools an agent can call — filesystem access, database queries, web fetch, etc. klim agent mcps is the cross-provider front-end for managing them.

Terminal window
klim agent mcp list
klim agent mcp install --provider <p> <name>
klim agent mcp remove --provider <p> <name>
CommandDescription
listShow every MCP detected across providers, plus available entries from the MCP registry.
installInstall an MCP for a provider.
removeUninstall an MCP.
FlagDescription
--providerRequired for install / remove.
--installed(list only) Show only installed MCPs.
--available(list only) Show only available registry entries that aren’t installed.
--outputtext (default), json, or yaml.
Terminal window
# Everything detected + available
klim agent mcp list
# Only Claude Code's installed MCPs
klim agent mcp list --provider claude-code --installed
# Install an MCP
klim agent mcp install --provider claude-code filesystem
# Remove one
klim agent mcp remove --provider claude-code filesystem

klim bundles a curated registry of well-known MCP servers. Entries appear in klim agent mcp list --available and can be installed into any provider that supports MCP. Refresh the bundled registry with klim agent refresh.