Serversio.github.razroo/state-trace
T

state-trace

io.github.razroo/state-trace · v0.3.1
▦ pypi
v0.3.1pypi pypi: state-trace↗ 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.razroo/state-trace",
  "description": "Bounded working memory for coding agents — typed nodes, current-vs-stale state, MCP-mountable.",
  "title": "state-trace",
  "repository": {
    "url": "https://github.com/razroo/state-trace",
    "source": "github"
  },
  "version": "0.3.1",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "state-trace",
      "version": "0.3.1",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "description": "Install with the [mcp] extra to pull the mcp SDK alongside state-trace.",
          "value": "[mcp]",
          "type": "named",
          "name": "extras"
        }
      ],
      "environmentVariables": [
        {
          "description": "Path to the SQLite or JSON file backing the working-memory graph. .db/.sqlite/.sqlite3 = SQLite (recommended); other = JSON. Defaults to ~/.state-trace/memory.db.",
          "format": "string",
          "name": "STATE_TRACE_STORAGE_PATH"
        },
        {
          "description": "Namespace to scope reads and writes (e.g. the repo slug). Nodes without a namespace remain visible to all namespaces.",
          "format": "string",
          "name": "STATE_TRACE_NAMESPACE"
        },
        {
          "description": "Working-memory budget in capacity units. Default 256.",
          "format": "number",
          "name": "STATE_TRACE_CAPACITY_LIMIT"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}