MCP Hub
Back to servers

@velvetmonkey/flywheel-mcp

Query your markdown like a database. 100x token savings for AI agents.

Updated
Jan 29, 2026

Quick Install

npx -y @velvetmonkey/flywheel-mcp

Part of the Flywheel Suite: This is the read-only graph intelligence server. See Flywheel Crank for safe vault mutations with auto-commit and undo.

Flywheel

Flywheel

Stop burning tokens. Start building agents.

npm version License: Apache-2.0 Platform


Claude reading your entire vault on every query? ~5,000 tokens burned.

Flywheel queries an index instead. ~50 tokens. That's up to 100x savings.

The real win: Your agents can now query your knowledge hundreds of times during long-running tasks without blowing up the context window.


Quick Start

Prerequisites: Node.js 18+, Claude Code or MCP client, an Obsidian vault (or any markdown folder)

1. Create .mcp.json in your vault root:

{
  "mcpServers": {
    "flywheel": {
      "command": "npx",
      "args": ["-y", "@velvetmonkey/flywheel-mcp"]
    }
  }
}

Windows: Use "command": "cmd", "args": ["/c", "npx", "-y", "@velvetmonkey/flywheel-mcp"]

2. Restart Claude Code and verify with claude mcp list — you should see flywheel ✓

That's it. Flywheel uses the current directory as your vault—no config needed.

See Configuration for environment variables, tool filtering, and platform setup.


See It In Action

Finding What You Need

You: Find everything about authentication

Claude: [uses search_notes]

Found 7 notes mentioning authentication:
- Auth Architecture.md (hub note, 12 backlinks)
- JWT Implementation.md
- OAuth Provider Setup.md
...

Auth Architecture is your hub - want me to show what links to it?

Tracking Work

You: Show me all pending meetings for Project Alpha

Claude: [uses query_notes with frontmatter filter]

Found 3 pending meetings:
- meetings/2026-01-30-alpha-kickoff.md (scheduled for tomorrow)
- meetings/2026-02-05-alpha-review.md
- meetings/2026-02-12-alpha-demo.md

Each has attendees, agenda, and action items in frontmatter.

Discovering Relationships

You: What connects my meeting notes to the Q4 strategy?

Claude: [uses get_shortest_path]

Found a 3-hop connection:
  Meeting Notes → [[Client Feedback]] → [[Product Roadmap]] → Q4 Strategy

Try a Demo

5 production-ready vaults representing real knowledge work personas:

DemoPersonaNotesTry Asking
carter-strategySolo Consultant32"How much have I billed Acme Corp?"
artemis-rocketAerospace Engineer65"What's blocking the propulsion milestone?"
startup-opsSaaS Co-Founder31"Walk me through onboarding DataDriven"
nexus-labPhD Researcher32"How does AlphaFold connect to my experiment?"
solo-operatorContent Creator19"What's my financial runway?"
git clone https://github.com/velvetmonkey/flywheel.git
cd flywheel/demos/artemis-rocket && claude

What This Unlocks

  • Graph intelligence — backlinks, orphans, hubs, connection paths
  • Vault health monitoring — find disconnected notes, stale hubs, broken links
  • Connection discovery — "how does X relate to Y?" answered in milliseconds
  • Schema queries on frontmatter without reading files
  • Agentic workflows that query your knowledge hundreds of times without token bloat

44 Tools. Three Query Types.

Graph Queries — "What connects to what?"

"What depends on [[Turbopump]]?"        → 6 backlinks, 4 critical dependencies
"Find orphan notes"                     → 12 disconnected notes need linking
"Path from [[Invoice]] to [[Project]]"  → 2-hop path via [[Client]]

Schema Queries — "Find notes where..."

"All invoices where status is 'pending'"  → 3 notes, $47K outstanding
"Notes missing required fields"           → 12 incomplete records

Temporal Queries — "What changed when?"

"Activity in the last 7 days"     → 23 notes modified, 4 new
"Stale but important notes"       → 5 hub notes untouched in 30+ days

Why Markdown + Graph?

  • Git-native — version-controlled knowledge
  • Plain text — future-proof, zero lock-in
  • Privacy — files stay local, only what you need gets sent
  • Editor-agnostic — Obsidian, VSCode, Cursor, vim, whatever
  • AI-native — 44 tools purpose-built for agent workflows

Docs


macOS / Linux / WSL / Windows

Apache-2.0 License · GitHub · Issues

Reviews

No reviews yet

Sign in to write a review