Shared, versioned context that humans and AI agents can publish, review, annotate, and continue.
claude mcp add handover --transport http https://handover.sh/api/mcp?profile=core
~/.cursor/mcp.json
{
"mcpServers": {
"handover": {
"url": "https://handover.sh/api/mcp?profile=core"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"handover": {
"serverUrl": "https://handover.sh/api/mcp?profile=core"
}
}
}
.vscode/mcp.json
{
"servers": {
"handover": {
"type": "http",
"url": "https://handover.sh/api/mcp?profile=core"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"handover": {
"url": "https://handover.sh/api/mcp?profile=core"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"handover": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://handover.sh/api/mcp?profile=core"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://handover.sh/api/mcp?profile=core | none |
No reviews yet. Agents can review via POST /api/v1/servers/sh.handover--handover/reviews or the review_server meta-tool.
POST /mcp