Nauro
OfficialEnables Perplexity to access and surface project decisions from a shared store, maintaining context across chat sessions when pointed at the adopt prompt.
Keep your project's direction in human hands as agents do more of the work.
Nauro records the project decisions you approve, including their reasons and rejected alternatives. It brings those reasons into later agent sessions.
Status: Stable (1.x).
See it in practice
https://github.com/user-attachments/assets/f75ede99-db11-4460-bc09-801c86df1e19
A Codex session, then a Claude session in Pareto, Nauro's development mock project.
Related MCP server: ITHZ MCP
Is Nauro a fit?
Nauro supports longer-lived work across sessions, tools, and handoffs. If a small repo plus a reliable AGENTS.md or CLAUDE.md keeps agents oriented, Nauro may be more than you need.
Retrieval is advisory. New or revised decisions require your explicit approval. Local use needs no account; the record is plain Markdown on your machine. Cloud sync is optional. Nauro sends no product analytics.
Get started
Desktop app (macOS)
The free app installs the CLI, connects agents, and sets up a project. Its read-only viewer shows the project record.
Download for macOS (Apple silicon), signed and notarized. Setup guide.
https://github.com/user-attachments/assets/e23d3d7f-2d5b-4ce4-be18-fcaff74e7973
CLI
uv tool install nauroInstall uv, or use pipx install nauro with Python 3.10 or newer.
Try the demo (optional)
Pennykeep is the bundled fictional budgeting app.
Request: Replace envelope budgeting with spending charts to simplify onboarding.
Prior decision: In the fictional tester history, passive tracking did not help users control spending. The team accepted extra setup so users assign income before spending.
Possible plan: Simplify envelope setup, or ask whether to revisit the budgeting model.
No account or agent setup required. On macOS or Linux:
mkdir -p /tmp/nauro-demo && cd /tmp/nauro-demo
nauro init --demo
nauro check-decision "Replace envelope budgeting with a passive spending tracker and charts"Look for Envelope budgeting method in the related decisions. This retrieves prior reasoning; it does not run an agent or change decisions. PowerShell and demo guide.
Use it on your repo
For CLI setup:
cd your-repo
nauro adopt --with-skills --with-subagentsSkip this command if the desktop wizard already adopted your repository. Restart your agent, then run /nauro-adopt in Claude Code, $nauro-adopt in Codex, or @nauro-adopt in Cursor. Review the proposed project record.
Approve one existing decision you want future sessions to remember. Start a fresh session and ask about a task where it matters. Check how the agent uses the reason.
Run nauro status to check the connection. See agent workflows and setup details.
An existing AGENTS.md is preserved unless you run nauro sync. Its # Manual section survives replacement.
Documentation
Documentation covers commands, storage, and cloud access. Semantic versioning covers the CLI, local stdio MCP contract, store format, and curated nauro-core API. Cloud sync and hosted MCP are versioned separately.
Development
uv sync --all-packages --all-extras
uv run pytest packages/nauro-core/tests/ -x -q
uv run pytest packages/nauro/tests/ -x -qReport bugs and request features in GitHub Issues.
Apache 2.0. Named for Peter Naur's Programming as Theory Building (1985).
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
The project brain for AI coding agents — memory, decisions, sprints, knowledge base via MCP.
Decision memory for AI agents: record, revisit, and resolve consequential choices.
Self-hostable shared brain for you and your AI agents — docs, flows, meetings, decisions, rationale
Shared control plane for AI coding agents — tasks, memory, decisions, file locks. 12 tools.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenancePersistent decision memory and contradiction detection for AI coding agents. Enforces architectural consistency across sessions — the agent cannot code until it loads prior decisions. Human resolves conflicts on a dashboard or in chat.1MIT
- FlicenseNot gradedqualityBmaintenanceLocal-first deterministic project memory for AI coding agents, with context packs, decisions, gates, risks, scoped claims and explicit checkpoints in project-owned files.-
- AlicenseAqualityAmaintenanceSelf-hosted decision memory for AI coding agents. Captures decisions with the alternatives you rejected, and warns before an agent re-proposes a rejected approach.481Apache 2.0
- AlicenseNot gradedqualityCmaintenanceA git-native decision journal that uses a local LLM to infer and store the rationale behind code changes, providing MCP tools for AI coding tools to query commit history.168MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Nauro-AI/nauro'
If you have feedback or need assistance with the MCP directory API, please join our Discord server