Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
SQLite workflow memory for MCP agents
This is an MCP server that keeps project state in a local SQLite graph instead of in chat history. It is built for coding assistants and stores tasks, decisions, blockers, sessions, and relationships so agents can pick up where they left off.
Builders who want Claude Code, Cursor, Gemini, Copilot, or Windsurf to carry project state between sessions.
You can keep long-running work organized without re-explaining tasks, decisions, and blockers every time your agent starts.
What it does
Persistent workflow state
Stores tasks, decisions, artifacts, plans, blockers, and relationships in a local SQLite graph.
Branch-aware session memory
Tracks state by workspace and branch so different lines of work do not overwrite each other.
MCP tool suite
Provides tools for nodes, edges, tasks, sessions, specs, analytics, diagnostics, snapshots, database actions, data import/export, queries, and a blackboard.
Spec-driven development support
Parses specs, breaks them into tasks, checks compliance, and verifies acceptance criteria.
Multi-agent blackboard
Lets subagents publish updates and blockers to a shared context store.
Local setup and editor config
Scaffolds project instructions and MCP config files for supported editors and agent runtimes.
Visualizer and CLI
Includes a browser-based graph viewer and commands like init, run, view, inspect, metrics, audit, doctor, backup, restore, and merge.
How to get it
- 1Run
# Run directly via binary (after global install) state-memory-mcp run # Re-initialize across all registered workspace projects state-memory-mcp init-global
README
@putervision/state-memory-mcp
@putervision/state-memory-mcp is a zero-infrastructure, deterministic Model Context Protocol (MCP) server that provides AI coding assistants (such as Cursor, Claude Code, Gemini, or Copilot) with a structured, persistent SQLite graph for tracking workflow stateβtasks, decisions, artifacts, plans, blockers, and their semantic relationships.
π Official Documentation & Website: statememorymcp.com
β‘ Quick Start & Installation
Prerequisites: Node.js >= 18.18.0
# 1. Install globally
npm install -g @putervision/state-memory-mcp
# 2. Navigate to your project directory
cd your-project
# 3. Initialize state-memory-mcp
# Creates .state-memory-mcp/, updates .gitignore, registers project,
# and scaffolds IDE instructions and MCP configs for Cursor, Claude, VS Code, Windsurf, etc.
state-memory-mcp init
# Done! Restart your IDE or Agent Manager to activate.
Alternative Options
# Run directly via binary (after global install)
state-memory-mcp run
# Re-initialize across all registered workspace projects
state-memory-mcp init-global
π Key Highlights
- π§ Deterministic State Memory: Zero LLM in the loop for memory operations; fast, deterministic SQLite graph traversals.
- β‘ 13 Production-Grade Consolidated MCP Tools: Full CRUD, relationship linking, DAG cycle checks, FTS5 search, TF-IDF RAG, time-travel history rollback, Spec-Driven Development, and auto-healing validation.
- π Efficient Context Management: Offloads context to a local SQLite database, helping reduce prompt context bloat and context window usage.
- π 67%β74% Latency Reduction: Eliminates multi-step file scanning loops; agents retrieve unblocked tasks and blockers in milliseconds.
- π€ Multi-Agent Blackboard: Shared Context Store allowing parallel subagents to publish decisions, tasks, and blocker updates safely.
- π¨ Interactive 3D Visualizer: Browser-based dark-mode 3D WebGL force-directed graph visualizer (
state-memory-mcp view). - π Dual-MCP Synergy: Pair with
@putervision/vision-memory-mcpfor visual state caching, perceptual hashing, and cryptographic multimodal evidence packs. - π‘οΈ 100% Local & Private: Local-first architecture; all state stays inside
.state-memory-mcp/in your workspace.
π οΈ MCP Tool Suite
@putervision/state-memory-mcp provides 13 production-grade consolidated MCP tools organized across 5 core workflow domains:
- Graph & Relationships:
manage_nodes(node CRUD, FTS5/TF-IDF vector search, atomic batch mutations, observation notes),manage_edges(typed DAG links, multimodal visual state linking). - Task Execution & Work Queue:
manage_tasks(topological dependency queue, blocker detection, task completion with artifacts, auto-prune),manage_sessions(agent attribution, turn tracking, context bootstrap). - Spec-Driven Development (SDD):
manage_specs(PRD/RFC parsing, requirement-to-task decomposition, live acceptance criteria verification, compliance scoring). - Analytics, Audit & Diagnostics:
get_analytics(velocity, burndown, token ROI, cognitive load, critical path),get_events(SHA-256 tamper-evident event ledger),run_diagnostics(DAG validation, health checks, AST reference integrity). - Data, Snapshots & Multi-Agent:
manage_snapshots(checkpoints, time-travel undo),manage_database(backups, checksum audits, VCS branch merge),manage_data(bulk import/export, ML trajectories),query_graph(subgraphs, dependency tracing, raw SQL),use_blackboard(multi-agent asynchronous topic board).
π For complete parameter specifications, return schemas, and example payloads, see the Tools Reference Guide and Formal API Reference.
π Architecture & State Graph Lifecycle
AI Agent Prompt / Task
β
βΌ
βββββββββββββββββββββββββββββββββββ
β Agent Session Attribution β βββΆ manage_sessions(action: "start")
ββββββββββββββββββ¬βββββββββββββββββ
β
βΌ
βββββββββββββββββββββββββββββββββββ
β Context & Task Prioritization β βββΆ get_analytics(action: "summary")
β β βββΆ manage_tasks(action: "next")
ββββββββββββββββββ¬βββββββββββββββββ
β
βΌ
βββββββββββββββββββββββββββββββββββ
β Deterministic Graph Mutation β βββΆ manage_nodes(action: "create"|"update")
β (Tasks, Decisions, Blockers) β βββΆ manage_edges(action: "add"|"link_visual")
ββββββββββββββββββ¬βββββββββββββββββ
β
βΌ
βββββββββββββββββββββββββββββββββββ
β Spec & Integrity Verification β βββΆ manage_specs(action: "compliance"|"verify")
β β βββΆ run_diagnostics(action: "validate")
ββββββββββββββββββ¬βββββββββββββββββ
β
βΌ
βββββββββββββββββββββββββββββββββββ
β Persistent SQLite Storage β βββΆ .state-memory-mcp/graph.db (WAL mode)
β Append-Only Event Ledger β βββΆ SHA-256 Cryptographic Audit Chain
βββββββββββββββββββββββββββββββββββ
π Documentation Directory
Explore dedicated guides and deep dives in the docs/ directory:
| Guide | Description |
|---|---|
| ποΈ Architecture & Codebase Distillation | High-signal architectural overview, module inventory, data flows, and design decisions. |
| π v0.10 β v1.0 Migration Guide | Step-by-step migration guide, legacy tool mapping table, and STATE_MEMORY_COMPAT mode. |
| π‘ Value Proposition & Theory | Cognitive Externalization, FSM Formalism, First-Hop Determinism & Benchmark metrics. |
| π State Memory Concepts | Node Types (task, decision, blocker...), Status Values, Typed Edges & Seeding Guidelines. |
| βοΈ Configuration & IDE Setup | Auto-Initialization details, Environment Variables table, and Editor Configs (Cursor, VS Code, Claude, Antigravity, Windsurf). |
| π οΈ CLI Command Reference | CLI flags (init, run, view, inspect, metrics, audit, doctor, backup, restore, merge) & Git Scanner. |
| β±οΈ Sessions, Snapshots & SDD | Session Lifecycle, Event Audit Trail, Snapshots, Trajectories, Sub-directory support & Spec-Driven Development. |
| π§° Tools, Resources & Prompts | Complete reference for all 13 Consolidated MCP Tools, read-only state-memory:/// Resources, and Prompt templates. |
| π Formal API Reference | Formal parameters, return schemas, and code signatures for all MCP endpoints. |
| π¨ 3D Visualizer Guide | Viewing and exporting the interactive WebGL 3D Force-Directed Graph visualizer. |
| ποΈ Database Schema | SQLite tables, columns, indexes, and schema migration history. |
π Agent Playbook: 5-Step Canonical Workflow
When an autonomous AI agent enters a repository with state-memory-mcp:
1. Orient & Bootstrap βββΆ manage_sessions(action: "start") + get_analytics(action: "summary")
2. Task Selection βββΆ manage_tasks(action: "next") + manage_tasks(action: "find_blockers")
3. Trace Context βββΆ query_graph(action: "trace") + manage_specs(action: "compliance")
4. Execute & Record βββΆ manage_nodes(action: "create", type: "decision") + manage_edges(action: "link_visual")
5. Validate & Close βββΆ run_diagnostics(action: "validate") + manage_tasks(action: "complete") + manage_sessions(action: "end")
π§ͺ Testing
# Run full unit, integration, and performance benchmark test suite across all 110 test files (406 tests)
npm run test
βοΈ License & Disclaimers
Developed and maintained by PuterVision. Released under the MIT License.
- Local Storage Guarantee: All graph data, decision records, and event logs remain 100% local in your workspace. No telemetry or project data is ever transmitted.
- Trademarks & Non-Affiliation: Product names (Cursor, Claude Code, Gemini, Windsurf, VS Code, GitHub, SQLite) are property of their respective owners and used solely for compatibility identification.
Files in the repo
- .agents
- .cursor
- .gemini
- .github
- .specs
- .vscode
- docs
- mcpb-build
- scripts
- src
- tests
- .gitignore
- .npmignore
- .prettierrc
- .windsurfrules
- CHANGELOG.md
- CLAUDE.md
- CONTRIBUTING.md
- eslint.config.js
- glama.json
- LICENSE
- manifest.json
- MIGRATION.md
- package-lock.json
- package.json
- PROJECT_INSTRUCTIONS_TEMPLATE.md
- README.md
- scratch_test_bk.db-shm
- scratch_test_bk.db-wal
- SECURITY.md
- server.json
- state-memory-mcp.mcpb
- tsconfig.json
- tsup.config.ts
- vitest.config.ts
Discussion (0)
Ask about usage, or say what you built with itSign in to join the discussion.
No comments yet. Be the first to say what this is good for.
More connectors
High-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph β average repo in milliseconds. 158 languages, sub-ms queries, 99% fewer tokens. Single static binary, zero dependencies.

Universal provider proxy for OpenAI Codex & Claude Code β use any LLM (Claude, Gemini, Grok, DeepSeek, Ollamaβ¦) with Codex CLI, App, SDK, and Claude Code
Git-native persistent memory for AI coding agents. Implements Google OKF v0.2 with sub-300Β΅s in-memory BM25 search, embedded MCP server, and progressive disclosure. Slashes token bloat by 80% with zero external databases or dependencies. Built in pure Go.
Local-first code intelligence graph for MCP and CLI. Builds a persistent map of your codebase so AI coding tools read only what matters, with benchmarked context reductions on reviews and large-repo workflows.
Stop your AI from making things up β it proposes, deterministic tools decide, every claim checked against ground truth with evidence. Grounded facts and context survive resets. Reverse engineering is the proving ground. MCP server + CLI.