Structured project memory for AI agents, delivered through a project-scoped remote MCP connector.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Public connector package for SPM - Structured Project Memory.
SPM turns project knowledge into durable, shareable, governed and internally smart project memory for AI agents. This repository contains only the public connector surface: the authenticated remote MCP configuration, installable bundles for Codex, Claude Code, Cursor and OpenClaw, browser authorization helpers, lifecycle adapters, examples and security guidance.
The SPM application, backend, billing system, private console, memory engine and infrastructure are not included in this repository.
Human setup and inspection guide:
Official MCP Registry descriptor:
Registry name:
The endpoint is public for discovery, but authenticated for use. A client needs:
Connector profiles expose the agent-facing SPM surface:
The hosted MCP connector does not expose:
This boundary is intentional. Agents receive the memory tools they need without being given commercial or destructive administrative powers.
Install the Codex plugin from this repository marketplace:
Or configure Codex manually:
Authorize Codex for all projects the signed-in organization user may access:
Verify:
Run the functional remote MCP smoke:
The smoke uses the same SPM_CODEX_MCP_TOKEN as Codex and requires an
explicit authorized project id (or SPM_SMOKE_PROJECT_ID). It initializes the
hosted MCP endpoint, verifies the project-resolution, multi-project,
agent-session and memory tool surface, creates a small project-scoped smoke
memory event, reads temporal state, creates and verifies a context pack, queries
the context graph, runs agent preflight and reports post-action evidence. It
never prints the token and the hosted connector strips raw event bodies from
returned context.
For a non-mutating token check, use:
The repository includes native client bundles:
plugins/spm-claudeplugins/spm-cursorplugins/spm-openclawClients that only support MCP can use the same remote endpoint and bearer
token. The generic authorization helper is
scripts/agent-connectors/authorize_spm_agent.py. See also:
examples/codex/config.tomlexamples/claude-desktop/claude_desktop_config.jsonexamples/cursor/mcp.jsonexamples/windsurf/mcp_config.jsonDo not commit tokens. Prefer environment variables or each agent client's secret storage. Tokens must be explicitly scoped and revocable from SPM. Organization visibility does not permit silent project mixing: each task keeps one active project, while cross-project packs require an explicit user request. Session continuation does not clone, pull, reset or overwrite a workspace. Receiving agents inspect their actual material state, compare it with SPM's manifest and ask before obtaining or reconciling resources.
See SECURITY.md and docs/security-boundary.md.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/spm-structured-project-memory)<a href="https://allmcps.com/mcp/spm-structured-project-memory"><img src="https://allmcps.com/api/badge/spm-structured-project-memory?style=directory" alt="SPM Structured Project Memory on AllMCPs" /></a>