Skip to content
VS Code

SPM - Structured Project Memory for VS Code

com.getspm/spm

Durable, shareable and governed project memory with smart triage and explicit project composition.

client:VS Code transport:streamable-http

Install SPM - Structured Project Memory in VS Code

.vscode/mcp.json

{
  "servers": {
    "spm": {
      "type": "http",
      "url": "https://getspm.com/v1/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

SPM - Structured Project Memory in other clients