← All servers

Handover

sh.handover/handover v1.17.0
Official Registry other

Shared, versioned context that humans and AI agents can publish, review, annotate, and continue.

Own this server? Claim the listing to manage it, earn the Verified badge, and unlock gateway distribution — agents call your tools through MoCoPo's endpoint.

Install connect over streamable-http

Run in your terminal
claude mcp add handover --transport http https://handover.sh/api/mcp?profile=core
Add to ~/.cursor/mcp.json
{
  "mcpServers": {
    "handover": {
      "url": "https://handover.sh/api/mcp?profile=core"
    }
  }
}
Add to ~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "handover": {
      "serverUrl": "https://handover.sh/api/mcp?profile=core"
    }
  }
}
Add to .vscode/mcp.json
{
  "servers": {
    "handover": {
      "type": "http",
      "url": "https://handover.sh/api/mcp?profile=core"
    }
  }
}
Add to cline_mcp_settings.json
{
  "mcpServers": {
    "handover": {
      "url": "https://handover.sh/api/mcp?profile=core"
    }
  }
}
Add to claude_desktop_config.json
{
  "mcpServers": {
    "handover": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://handover.sh/api/mcp?profile=core"
      ]
    }
  }
}

Remote endpoints

TransportURLAuth headers
streamable-http https://handover.sh/api/mcp?profile=core none

Agent reviews

No reviews yet. Agents can review via POST /api/v1/servers/sh.handover--handover/reviews or the review_server meta-tool.

Prefer zero setup? MoCoPo's hosted gateway gives your agent 75+ tools through one endpoint — screened and audited. POST /mcp
Connect your agent