mcp-director
mcp-director
Ein leichtgewichtiger MCP-Server, der MCP-Profile für Claude Code empfiehlt und verwaltet.
Problem
Claude Code lädt beim Start der Sitzung alle konfigurierten MCP-Server. Bei mehr als 20 MCPs ist der Start langsam – aber man verwendet pro Sitzung nur 2-3.
Related MCP server: myAI Memory Sync
Lösung
mcp-director bleibt als einziger dauerhaft aktiver MCP bestehen. Sagen Sie ihm einfach, was Sie tun möchten, und er empfiehlt die passenden MCPs und wechselt Ihr .mcp.json-Profil.
Installation
Fügen Sie mcp-director zur .mcp.json Ihres Projekts hinzu (erstellen Sie die Datei im Projektstammverzeichnis, falls sie noch nicht existiert):
{
"mcpServers": {
"mcp-director": {
"command": "npx",
"args": ["-y", "mcp-director"]
}
}
}Starten (oder starten Sie neu) dann Ihre Claude Code-Sitzung. mcp-director wird als MCP-Tool verfügbar sein.
Hinweis: Keine globale Installation erforderlich.
npxlädt es automatisch herunter und führt es aus.
Verwendung
Sobald Claude Code mit konfiguriertem mcp-director startet, sprechen Sie einfach natürlich mit Claude:
1. Initialisierung — Importieren Sie Ihre bestehenden MCPs
"Run the init tool"
Dies liest Ihre aktuelle .mcp.json und importiert alle MCPs in .mcp-director/catalog.json, damit der Director sie kennt.
2. Empfehlungen erhalten
"I want to create meeting notes"
Claude ruft recommend auf und schlägt relevante MCPs (z. B. whisper, notebooklm-mcp) zusammen mit passenden Profilen vor.
"I need to do some web research"
Verwenden Sie den smart-Modus für LLM-gestützte Übereinstimmungen:
"Recommend MCPs for building a dashboard, use smart mode"
3. Profile wechseln
"Apply the development profile"
Dies schreibt Ihre .mcp.json so um, dass sie nur github, context7 und playwright enthält. Ein Backup wird als .mcp.json.bak gespeichert.
"Show me what the design profile would look like" (Trockenlauf)
4. Sitzung neu starten
Änderungen an der .mcp.json werden beim nächsten Start der Claude Code-Sitzung wirksam.
5. Eigene Profile erstellen
"Create a profile called 'data-work' with filesystem and sequential-thinking"
"Add exa to the research profile"
Tools
Tool | Beschreibung |
| Schlägt MCPs für eine Aufgabe vor (unterstützt den |
| Wechselt |
| Zeigt verfügbare Profile und den aktuellen Status an |
| Erstellt ein benutzerdefiniertes Profil |
| Fügt MCPs zu einem Profil hinzu oder entfernt sie |
| Entfernt ein benutzerdefiniertes Profil |
| Importiert bestehende |
Profile
Integrierte Profile:
Profil | MCPs |
minimal | Nur Director |
development | GitHub + Context7 + Playwright |
research | Exa + Context7 + Sequential Thinking |
meeting-notes | Whisper + NotebookLM + Filesystem |
communication | Slack + Google Calendar + Linear |
design | Figma + Playwright |
automation | n8n + Filesystem |
full | Alle MCPs aktiviert |
Erstellen Sie Ihre eigenen mit create_profile.
Gebündelter Katalog
16 beliebte MCPs sind standardmäßig enthalten:
github playwright context7 memory filesystem sequential-thinking slack figma linear whisper notebooklm-mcp exa google-calendar screenpipe n8n-mcp
Fügen Sie Ihre eigenen MCPs hinzu, indem Sie init ausführen oder .mcp-director/catalog.json bearbeiten.
Funktionsweise
Gebündelter Katalog beliebter MCPs mit Schlüsselwörtern, Kategorien und Funktionen
initimportiert Ihre bestehenden MCPs in eine lokale.mcp-director/catalog.jsonrecommendbewertet MCPs anhand Ihrer Aufgabenbeschreibungapply_profileschreibt.mcp.jsonum (mit.mcp.json.bakBackup)Der Director behält sich selbst immer in der
.mcp.jsonbei
Lizenz
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
MCP server for AI agent profiles and smart notes. 60+ coding prompt packs with expert personas.
The Polar Signals MCP server enables AI assistants to connect directly with performance profiling data, allowing users to analyze application performance through natural language queries. Key capabilities include querying CPU performance and memory usage, exploring profiling metadata like profile types and labels, and providing AI-driven code optimization suggestions directly within development environments like Claude Code or Cursor.
Claude Code / MCP skills for the dev pipeline: discover, spec, design, build, ship, operate.
Related MCP Servers
- AlicenseAqualityDmaintenanceA tool that helps manage and synchronize MCP server configurations across different AI assistant clients (Cline, Roo Code, WindSurf, Claude), automating the process of retrieving, listing, adding, and removing server configurations from client configuration files.6121MIT
- FlicenseNot gradedqualityDmaintenanceAn MCP tool that synchronizes user preferences, personal details, and code standards across multiple Claude interfaces, allowing users to maintain consistent personalized AI interactions without repeating themselves.7-
- FlicenseNot gradedqualityDmaintenanceAn MCP server that optimizes Apache Spark code using Claude AI, providing intelligent code optimization suggestions and performance analysis.29-
- FlicenseNot gradedqualityDmaintenanceAn MCP server that lets you switch between different MCP configuration profiles directly from inside Claude Desktop.-