SPM - Structured Project Memory
@getspm
Structured project memory for AI agents, delivered through a project-scoped remote MCP connector.
概要
What is SPM - Structured Project Memory?
SPM - Structured Project Memory turns project knowledge into scoped, temporal, verifiable and injectable context for AI agents. It provides an authenticated remote MCP endpoint for agents to query temporal memory, request context packs, verify provenance, and report post-action evidence.
How to use SPM - Structured Project Memory?
Use the remote MCP endpoint at https://getspm.com/v1/mcp. Authentication is required via a project-scoped SPM token passed as a Bearer token. The connector is available in the public repository; no explicit installation steps are needed beyond configuring your MCP client to point to this endpoint.
Key features of SPM - Structured Project Memory
- Query temporal project memory
- Request scoped context packs
- Verify provenance and hashes
- Navigate context graphs
- Run preflight checks before actions
- Report post-action evidence back to memory
Use cases of SPM - Structured Project Memory
- An AI agent queries past decisions and context before proposing a change.
- A developer requests a scoped context pack for a specific module.
- An agent verifies the provenance of a piece of project knowledge.
- A system runs a preflight check to avoid destructive actions.
- Post-action evidence is automatically logged to project memory.
FAQ from SPM - Structured Project Memory
How do I authenticate with SPM - Structured Project Memory?
Use a project-scoped SPM token as a Bearer token in the HTTP Authorization header when connecting to the MCP endpoint.
What protocol does SPM - Structured Project Memory use?
It uses the Model Context Protocol (MCP) via a remote endpoint at https://getspm.com/v1/mcp.
What operations are not supported by the connector?
The connector does not expose billing, checkout, invoice payments, customer portal creation, destructive tenant administration, or raw secrets.
Where can I find the agent integration guide and the connector source?
The agent integration guide is at https://getspm.com/agents, and the public connector repository is at https://github.com/getspm/spm-agent-connectors.