← Back to Plugins
MCP Server MCP

io.github.Vasilispapg/claude-handoff

github By github 👁 2 views ▲ 0 votes

Session handoff for Claude Code: list sessions and build handoff docs another agent continues from.

Homepage Verified source GitHub

Install

uvx claude-handoff

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "claude-handoff",
      "version": "0.8.1",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "run claude-handoff as an MCP server over stdio",
          "value": "--mcp",
          "type": "positional"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...