MCP Server
io.github.josephibra/handoff-mcp-server MCP Server
io.github.josephibra/handoff-mcp-server
What is the io.github.josephibra/handoff-mcp-server MCP server?
Durable agent-to-agent handoffs and shared scratchpad for multi-agent workflows.
How to install io.github.josephibra/handoff-mcp-server
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"handoff-mcp-server": {
"url": "https://handoff-mcp-server-production.mcp.xpay.sh/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"handoff-mcp-server": {
"serverUrl": "https://handoff-mcp-server-production.mcp.xpay.sh/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"handoff-mcp-server": {
"type": "http",
"url": "https://handoff-mcp-server-production.mcp.xpay.sh/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"handoff-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://handoff-mcp-server-production.mcp.xpay.sh/mcp"
]
}
}
}Claude Code
claude mcp add --transport http handoff-mcp-server https://handoff-mcp-server-production.mcp.xpay.sh/mcpRelated MCP servers
Security firewall for AI agents — scans MCP calls for injection, secrets, and risks.
View repository →