MCP Panel
The Model Context Protocol (MCP) allows AI agents to connect to external data and tools. Klip provides a dedicated management interface for configuring MCP servers across your agents.
MCP Panel
To open the management panel:
- Command:
Klip: MCP: Open Management Panel(klip.openMcpPanel) - Dashboard: Click the MCP tab in the main Dashboard.
Managing Servers
Adding a Server
- Click Add Server.
- Name: Give it a unique ID (e.g.,
git,postgres). - Command: The executable to run (e.g.,
npx,docker,python). - Args: Arguments for the command (e.g.,
-y @modelcontextprotocol/server-git). - Environment: Optional environment variables.
Using Presets
Klip includes built-in presets for popular MCP servers:
- Git: Access git repository history and diffs.
- PostgreSQL: Query a database.
- Filesystem: Access local files.
- GitHub: Search issues and PRs.
To use a preset:
- Click Browse Presets (
klip.openMcpPresets). - Select a server and click Install.
Editing and Removing
- Click the Edit (pencil) icon to modify a server's configuration.
- Click the Delete (trash) icon to remove it.
Configuration Scope
MCP servers are configured per-agent, but Klip tries to synchronize them where possible.
- Claude: Writes to
~/.claude/settings.json(or project config). - Gemini: Writes to
~/.gemini/mcp.json.
Backups
Klip automatically backs up your MCP configuration before making changes.
- Restore: Use
Klip: MCP: Restore Backup(klip.restoreMcpBackup) to roll back to a previous state if something breaks.