MCP server giving AI a knowledge graph over Obsidian vaults. 13-layer scoring that learns. Local-first, zero cloud.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"flywheel-memory": {
"command": "npx",
"args": [
"-y",
"velvetmonkey/flywheel-memory"
]
}
}
}
Run in terminal:
claude mcp add flywheel-memory npx -y velvetmonkey/flywheel-memory
Add to .cursor/mcp.json:
{
"mcpServers": {
"flywheel-memory": {
"command": "npx",
"args": [
"-y",
"velvetmonkey/flywheel-memory"
]
}
}
}