llms.txt Content
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>state-memory-mcp — Persistent Workflow State Memory MCP Server</title>
<meta name="description"
content="Zero-infrastructure, deterministic Model Context Protocol (MCP) server providing AI coding agents with a structured, persistent SQLite state graph for tracking tasks, decisions, and blockers.">
<meta name="keywords"
content="mcp, model context protocol, state memory, state-memory-mcp, ai agents, cursor, claude code, sqlite, workflow graph, dependency graph, context optimization, schema migrations, read-only mode, audit chain verification, payload encryption, wal mode">
<meta name="author" content="PuterVision LLC">
<meta name="robots" content="index, follow">
<meta name="theme-color" content="#0b0f19">
<!-- Canonical Link -->
<link rel="canonical" href="https://statememorymcp.com/">
<!-- Favicon -->
<link rel="icon" type="image/png" href="state-memory-icon.png">
<!-- JSON-LD Structured Data for Search Engines & AI Crawlers -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "@putervision/state-memory-mcp",
"operatingSystem": "Cross-platform (Node.js >= 18)",
"applicationCategory": "DeveloperApplication",
"description": "Zero-infrastructure, deterministic Model Context Protocol (MCP) server providing AI coding agents with a structured, persistent SQLite state graph for tracking tasks, decisions, blockers, and Spec-Driven Development.",
"softwareVersion": "0.9.32",
"author": {
"@type": "Organization",
"name": "PuterVision LLC",
"url": "https://putervision.com"
},
"license": "https://opensource.org/licenses/MIT",
"screenshot": "https://statememorymcp.com/viewer-screenshot.png",
"url": "https://statememorymcp.com/",
"offers": {
"@type": "Offer",