SPM - Structured Project Memory
About
Structured project memory for AI agents, delivered through a project-scoped remote MCP connector.
Details
- Author
- getspm
- Downloads
- 274
- Categories
- AI, Developer Tools
Jump to
- 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
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
SPM - Structured Project MemoryCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"spm - structured project memory": {
"spm": {
"url": "https://getspm.com/v1/mcp",
"headers": {
"Authorization": "Bearer <SPM_PROJECT_TOKEN>"
}
}
}
}
}
McpServers
{
"spm": {
"url": "https://getspm.com/v1/mcp",
"headers": {
"Authorization": "Bearer <SPM_PROJECT_TOKEN>"
}
}
}
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
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




