mcpstate

varmabudharaju/mcpstate
★ 0 stars Python AI/LLM Updated today
Durable, user-keyed state for stateless MCP servers — handles, hand-off sync, agent-mediated conflict resolution.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcpstate": {
      "command": "uvx",
      "args": [
        "mcpstate"
      ]
    }
  }
}

Or install with pip: pip install mcpstate

README Excerpt

**Durable, user-keyed state for stateless MCP servers.** *State that follows the user, not the session.* `mcpstate` gives MCP agents state that **survives the end of a conversation** — and a switch to a different client, or a move to a different device. It ships as a Python library plus a ready-to-run MCP server. Start a research session in

Tools (6)

HandleNotFoundstate_deletestate_liststate_loadstate_patchstate_save