MCP.so
登录
S

SPM - Structured Project Memory

@getspm

关于 SPM - Structured Project Memory

Structured project memory for AI agents, delivered through a project-scoped remote MCP connector.

基本信息

分类

AI 与智能体

传输方式

stdio

发布者

getspm

提交者

Marcos Oliva

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "spm": {
      "url": "https://getspm.com/v1/mcp",
      "headers": {
        "Authorization": "Bearer <SPM_PROJECT_TOKEN>"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

AI 与智能体 分类下的更多 MCP 服务器