Serversio.github.sgx-labs/same
S

SAME - Stateless Agent Memory Engine

io.github.sgx-labs/same · v0.12.1
▦ npm
v0.12.1npm npm: @sgx-labs/same↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.sgx-labs/same",
  "description": "Persistent memory for AI coding agents. Local-first SQLite + vector search. 17 MCP tools.",
  "title": "SAME - Stateless Agent Memory Engine",
  "repository": {
    "url": "https://github.com/sgx-labs/statelessagent",
    "source": "github"
  },
  "version": "0.12.1",
  "websiteUrl": "https://statelessagent.com",
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@sgx-labs/same",
      "version": "0.12.1",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Path to your markdown notes directory",
          "isRequired": true,
          "name": "VAULT_PATH"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}