- SPM - Structured Project Memory
SPM - Structured Project Memory
SPM turns project knowledge into scoped, temporal, verifiable and injectable context for AI agents.
The public connector exposes an authenticated remote MCP endpoint for agent-facing memory operations. Agents can query temporal memory, request scoped context packs, verify provenance and hashes, use context graphs, run preflight checks before consequential actions and report post-action evidence back to project memory.
Authentication is required. Use a project-scoped SPM token as a Bearer token. The connector does not expose billing, checkout, invoice payment, customer portal creation, destructive tenant administration or raw secrets.
Website: https://getspm.com Agent integration guide: https://getspm.com/agents Remote MCP endpoint: https://getspm.com/v1/mcp Public connector repository: https://github.com/getspm/spm-agent-connectors Release: https://github.com/getspm/spm-agent-connectors/releases/tag/v0.1.1
Server Config
{
"mcpServers": {
"spm": {
"url": "https://getspm.com/v1/mcp",
"headers": {
"Authorization": "Bearer <SPM_PROJECT_TOKEN>"
}
}
}
}Recommend Servers
View AllWrite notes to Flomo
test
Playwright MCP server