Memory Bank MCP Server
Memory Bank MCP-Server
Dieser MCP-Server hilft beim Aufbau eines strukturierten Dokumentationssystems basierend auf Clines Memory Bank-Muster zur Kontexterhaltung in KI-Assistentenumgebungen.
Unterstützt von Enlighter und Hyperskill .
Erfahren Sie, wie Sie Memory Bank direkt im Cursor einrichten und verwenden: http://enlightby.ai/projects/37
Merkmale
Erhalten Sie detaillierte Informationen zur Memory Bank-Struktur
Vorlagen für Memory Bank-Dateien generieren
Analysieren Sie das Projekt und machen Sie Vorschläge für Memory Bank-Inhalte
Related MCP server: Roo Code Memory Bank MCP Server
Ausführen des Servers
Es gibt einige Möglichkeiten, diesen MCP-Server zu verwenden:
Mit UVX
Fügen Sie dies zu Ihrer mcp.json-Konfigurationsdatei hinzu:
{
"mcpServers": {
"mcp-memory-bank": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/ipospelov/mcp-memory-bank",
"mcp_memory_bank"
]
}
}
}Mit Schmiedekunst
Fügen Sie dies zu Ihrer mcp.json-Konfigurationsdatei hinzu:
{
"mcpServers": {
"memory-bank": {
"command": "npx",
"args": [
"-y",
"@smithery/cli@latest",
"run",
"@ipospelov/mcp-memory-bank",
"--key",
"your_smithery_key"
]
}
}
}Mit Docker
Fügen Sie dies zu Ihrer mcp.json-Konfigurationsdatei hinzu:
{
"mcpServers": {
"memory-bank": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"19283744/mcp-memory-bank:latest"
]
}
}
}Manuell
Klonen Sie das Repository und führen Sie die folgenden Befehle aus:
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -r requirements.txtFügen Sie dann Folgendes zu Ihrer mcp.json-Konfigurationsdatei hinzu:
{
"mcpServers": {
"memory-bank": {
"command": "python",
"args": ["src/mcp_memory_bank/main.py"]
}
}
}Anwendungsbeispiel
Fragen Sie Cursor oder einen anderen KI-Code-Assistenten mit Memory Bank MCP:
Create memory bank for To Do list application with your toolsGeben Sie mehr Kontext an, um bessere Ergebnisse zu erzielen.
Verfügbare Tools
Speicherbankstruktur abrufen
Gibt eine detaillierte Beschreibung der Memory Bank-Dateistruktur zurück.
Vorlage für die Generierung einer Speicherbank
Gibt eine Vorlage für eine bestimmte Memory Bank-Datei zurück.
Beispiel:
{
"file_name": "projectbrief.md"
}Projektzusammenfassung analysieren
Analysiert eine Projektzusammenfassung und macht Vorschläge für Memory Bank-Inhalte.
Beispiel:
{
"project_summary": "Building a React web app for inventory management with barcode scanning"
}Speicherbankstruktur
Die Memory Bank besteht aus Kerndateien und optionalen Kontextdateien, alle im Markdown-Format:
Kerndateien (erforderlich)
projectbrief.md– Grundlagedokument, das alle anderen Dateien prägtproductContext.md– Erklärt, warum das Projekt existiert und welche Probleme gelöst werdenactiveContext.md– Aktueller Arbeitsschwerpunkt, aktuelle Änderungen, nächste SchrittesystemPatterns.md– Systemarchitektur, technische Entscheidungen, EntwurfsmustertechContext.md– Verwendete Technologien, Entwicklungsaufbau, Einschränkungenprogress.md- Was funktioniert, was muss noch gebaut werdenmemory_bank_instructions.md– So arbeiten Sie mit Memory Bank, Anweisungen für KI-Agenten
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceMemory Bank Server provides a set of tools and resources for AI assistants to interact with Memory Banks. Memory Banks are structured repositories of information that help maintain context and track progress across multiple sessions.3246MIT
- AlicenseAqualityFmaintenanceEnables AI assistants to maintain persistent project context across sessions by storing and retrieving structured information in markdown files organized in a memory bank directory.457Apache 2.0
- Alicense-qualityDmaintenanceManages persistent work memories and context across AI tools, enabling structured storage, search, and retrieval of work content, tasks, and knowledge with session-based project organization.14MIT
- Flicense-qualityDmaintenanceEnables persistent storage and retrieval of decisions, settings, and operational rules across chat sessions, maintaining context continuity and decision consistency for long-term development projects through structured memory management.
Related MCP Connectors
Persistent docs and memory for AI agents — read, write, organize & search a shared workspace.
Universal memory for AI agents and tools. Save, organize and search context anywhere.
Persistent memory layer that saves and recalls your project context and preferences.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ipospelov/mcp-memory-bank'
If you have feedback or need assistance with the MCP directory API, please join our Discord server