★ 224 stars
TypeScript
🤖 AI/LLM
Updated 1mo ago
Inspired by Karpathy's LLM Wiki. Local-first RAG knowledge base compiler with MCP server (Claude Code, Codex, OpenCode, OpenClaw). Turn raw research into a persistent markdown wiki, knowledge graph, and hybrid search that compound over time.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"swarmvault": {
"command": "npx",
"args": [
"-y",
"swarmclawai/swarmvault"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add swarmvault npx -y swarmclawai/swarmvault
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"swarmvault": {
"command": "npx",
"args": [
"-y",
"swarmclawai/swarmvault"
]
}
}
}
📋 Copy
Topics
ai-agents claude-code claude-skills codex codex-skills embeddings karpathy knowledge-graph llm llm-wiki local-first mcp mcp-server obsidian openclaw