MCP Memory Server
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"flywheel": {
"args": [
"/path/to/flywheel-memory/packages/mcp-server/dist/index.js"
],
"command": "node"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
npx -y skills add velvetmonkey/flywheel-memory -g bash <(curl -fsSL https://raw.githubusercontent.com/velvetmonkey/flywheel-memory/main/skills/flywheel/scripts/install.sh)
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Pi Coding Agent extension (CLI-first) — routes bash/read/grep/find/ls through lean-ctx CLI for strong token savings. Optional MCP bridge can register advanced tools.
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 60-95% fewer tokens, same answers. Library, proxy, MCP server.
97% token reduction for AI coding sessions — zero deps, 21 languages, MCP server
Autonomous spec-to-product coding-agent CLI with an MCP server exposing 34 tools over stdio.
MCP Security Weekly
Get CVE alerts and security updates for Flywheel Memory and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Persistent knowledge graph memory for AI agents. Structured vault with semantic search, read, and write tools. Works with Obsidian.
Your AI forgets everything between sessions. Flywheel gives it a persistent, compounding memory over your own notes, so every conversation builds on the last instead of starting from zero. Point any MCP client (Claude, Codex, Cursor) at your vault and the agent reads, searches, and writes it as ground truth.
What you get the moment you plug it in:
It turns a flat pile of markdown into an exocortex your AI can actually pilot. That is the difference between an assistant that answers and one that remembers.
[[entities]] with a transparent, ablatable score, then learns from which links survive.Flywheel runs from a git clone — it is not distributed via npm (the registry package is frozen; see docs/local-deploy.md).
git clone https://github.com/velvetmonkey/flywheel-memory
cd flywheel-memory
npm ci && npm run build
Then point your client's MCP config at the built server — e.g. <vault>/.mcp.json:
{
"mcpServers": {
"flywheel": {
"command": "node",
"args": ["/path/to/flywheel-memory/packages/mcp-server/dist/index.js"]
}
}
}
Windows: set FLYWHEEL_WATCH_POLL: "true". Multi-vault: FLYWHEEL_VAULTS=name1:/path1,name2:/path2. Full setup: docs/SETUP.md · docs/CONFIGURATION.md · versioned deploys: docs/local-deploy.md.
| Doc | Why read it | |---