← Back to Plugins
MCP Server MCP

Handoff

github By github 👁 1 views ▲ 0 votes

Cross-session memory for Claude over MCP — prioritised briefs, supersession, cross-project recall.

Homepage Verified source GitHub

Install

uvx handoff-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "handoff-mcp",
      "version": "0.4.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to the shared markdown vault (one vault across all projects).",
          "default": "~/.handoff-mcp/vault",
          "name": "HANDOFF_VAULT"
        },
        {
          "description": "Project namespace for this agent/repo within the shared vault.",
          "name": "HANDOFF_PROJECT"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...