Back to Apps

Mind Palace
by andrewginns
Persistent, searchable knowledge base for LLMs using Markdown files and ChromaDB vector search.
5 stars
Updated 1 year ago
Works in:claude
Exposes:ToolsResourcesPrompts
What it does\nMind Palace provides a persistent and searchable knowledge base for Large Language Models. It stores information as human-readable Markdown files with YAML frontmatter, using ChromaDB as a vector database to enable efficient semantic retrieval. This allows LLMs to reference a dedicated set of knowledge, suggest updates, or propose new entries based on the current task.\n\n## Tools\n- search_knowledge: Performs semantic search across the knowledge base for relevant information.\n- get_entry_details: Retrieves the full content of a specific knowledge entry by ID.\n- propose_new_knowledge: Proposes a new knowledge entry, handling content and tagging intelligently.\n- suggest_knowledge_update: Suggests specific changes to an existing knowledge entry.\n\n## Installation\nAdd the following to your claude_desktop_config.json:\n\njson\n{\n \"mcpServers\": {\n \"mind-palace\": {\n \"command\": \"uv\",\n \"args\": [\"run\", \"run_server.py\"]\n }\n }\n}\n\n\n## Supported hosts\n- Claude Desktop
Quick install
uv run run_server.pyInformation
- Pricing
- free
- Published
- 7/5/2026
- Updated
- 1 year ago
- stars
- 5
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"mind-palace": {
"command": "uv",
"args": ["run", "run_server.py"]
}
}
}





