Nova Mcp
About
t stores your project context, decisions, and knowledge locally in SQLite - no cloud, no telemetry. Your data stays on your machine.
Details
- Author
- jagdeepsinghdev
- Categories
- Developer Tools, AI, Other, Knowledge Base
Jump to
Setup
Install Nova Mcp in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/jagdeepsinghdev/nova-memory
Follow the installation instructions in the repository README, then restart your MCP client.
Local-first persistent memory for AI assistants. Store context across sessions with SQLite.
Nova Memory is an MCP (Model Context Protocol) server that gives AI assistants persistent memory. It stores your project context, decisions, and knowledge locally in SQLite - no cloud, no telemetry. Your data stays on your machine.
- 22 MCP tools for memory, search, analysis, and task management
- Store and search memories with BM25 full-text search
- Knowledge graph with relationship traversal
- Task management with phases and progress tracking
- Multi-project support with cross-project queries
- Enable/disable individual tools via configuration
- Complete TypeScript implementation with Zod validation
- Windows:%APPDATA%\Claude\claude_desktop_config.json
- macOS:~/Library/Application Support/Claude/claude_desktop_config.json
{ "mcpServers": { "nova-memory": { "command": "npx", "args": ["@nova-mcp/mcp-nova"] } } }
claude mcp add nova-memory -- npx @nova-mcp/mcp-nova
Create.nova/config.jsonin your project root:
{ "storage": { "mode": "project" }, "features": { "taskManagement": true, "knowledgeGraph": true }, "tools": { "search_patterns": true, "analysis_conflicts": true, "project_profile": true } }
{ "storage": { "mode": "multi", "multiProject": { "enabled": true, "includePaths": ["~/projects/api", "~/projects/web"] } } }
- Project mode:.nova/memory.dbin project root
- Global mode:~/.nova-memory/memory.dbin home directory
No cloud services. No external API calls. No telemetry.
- Tools not showing:Restart Claude Desktop/Code after installation
- Command not found:Runnpm install -g @nova-mcp/mcp-novaor check PATH
- NVM users:Use full path to node in MCP config
- Permission errors:Ensure write access to.novaor home directory
- Version check:Runmcp-nova --versionto verify installation
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Governed memory for coding agents with trust lifecycle, conflict detection, staleness tracking, and health scoring. SQLite + FTS5, zero infrastructure. Works with Claude Code, Cursor, Codex, Windsurf.
Persistent project memory + architectural decisions + pre-execution safety hooks for Claude Code. Local-only storage, multi-repo workspace, automatic knowledge extraction via background auditor.
Hebbian memory for AI agents — learns file access patterns, builds neural pathways, predicts next tools/files, saves tokens
ByteRover Team Memory is a paid remote MCP endpoint for OpenAI Codex memory MCP. It exposes structured JSON tools, a public server card, token-based access, usage receipts, and audit-ready w
Add persistent project memory and smart task routing to Claude Code. Stop repeating context every session - Claude finally remembers your architecture, decisions, and patterns forever. 100% local, 17 MCP tools.
Zero-config session continuity for Claude Code. Auto-captures context via Claude Hooks, provides 24 tools for memory, tasks, solutions, and knowledge graph. Multilingual semantic search (94+ languages).
Persistent memory MCP server for Claude — store decisions, code, and knowledge across sessions.
Provides perfect memory for AI-assisted development by capturing project context snapshots, enabling natural language search, evolution tracking, and code intelligence.
A server for persistent context management in Claude AI coding assistants, using a local SQLite database for storage.
Persistent, structured memory for AI coding agents. Your repo never forgets.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





