Back to Browse

State Trace MCP Server

by Razroo
Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Bounded working memory for coding agents — typed nodes, current-vs-stale state, MCP-mountable.

About

Bounded working memory for coding agents — typed nodes, current-vs-stale state, MCP-mountable.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 3 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

5 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

database

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

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.Optional

Environment variable: STATE_TRACE_STORAGE_PATH

Namespace to scope reads and writes (e.g. the repo slug). Nodes without a namespace remain visible to all namespaces.Optional

Environment variable: STATE_TRACE_NAMESPACE

Working-memory budget in capacity units. Default 256.Optional

Environment variable: STATE_TRACE_CAPACITY_LIMIT

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-razroo-state-trace": {
      "env": {
        "STATE_TRACE_NAMESPACE": "your-state-trace-namespace-here",
        "STATE_TRACE_STORAGE_PATH": "your-state-trace-storage-path-here",
        "STATE_TRACE_CAPACITY_LIMIT": "your-state-trace-capacity-limit-here"
      },
      "args": [
        "state-trace"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!