Skip to content

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.

Terminal window
klim agents mcps list
klim agents mcps install --provider <p> <name>
klim agents mcps 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 agents mcps list
# Only Claude Code's installed MCPs
klim agents mcps list --provider claude-code --installed
# Install an MCP
klim agents mcps install --provider claude-code filesystem
# Remove one
klim agents mcps remove --provider claude-code filesystem

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.