Handoff
Rank #12,802io.github.kirill-sviridov/handoff-mcp
Cross-session memory for Claude over MCP — prioritised briefs, supersession, cross-project recall.
Handoff is a Model Context Protocol (MCP) server published by kirill-sviridov. It ranks #12,802 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Handoff is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Jul 7, 2026 and most recently updated on Jul 12, 2026.
Ranks ahead of 119,244 of 132,046 servers on MCP Toplist.
Use Handoff
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add handoff-mcp -e "HANDOFF_VAULT=<your HANDOFF_VAULT>" -e "HANDOFF_PROJECT=<your HANDOFF_PROJECT>" -- uvx handoff-mcpReplace each placeholder with your own value before saving.
[mcp_servers.handoff-mcp]
command = "uvx"
args = ["handoff-mcp"]
[mcp_servers.handoff-mcp.env]
HANDOFF_VAULT = "<your HANDOFF_VAULT>"
HANDOFF_PROJECT = "<your HANDOFF_PROJECT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"handoff-mcp": {
"command": "uvx",
"args": [
"handoff-mcp"
],
"env": {
"HANDOFF_VAULT": "<your HANDOFF_VAULT>",
"HANDOFF_PROJECT": "<your HANDOFF_PROJECT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"handoff-mcp": {
"command": "uvx",
"args": [
"handoff-mcp"
],
"env": {
"HANDOFF_VAULT": "<your HANDOFF_VAULT>",
"HANDOFF_PROJECT": "<your HANDOFF_PROJECT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"handoff-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"handoff-mcp"
],
"env": {
"HANDOFF_VAULT": "<your HANDOFF_VAULT>",
"HANDOFF_PROJECT": "<your HANDOFF_PROJECT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"handoff-mcp": {
"command": "uvx",
"args": [
"handoff-mcp"
],
"env": {
"HANDOFF_VAULT": "<your HANDOFF_VAULT>",
"HANDOFF_PROJECT": "<your HANDOFF_PROJECT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"handoff-mcp": {
"command": "uvx",
"args": [
"handoff-mcp"
],
"env": {
"HANDOFF_VAULT": "<your HANDOFF_VAULT>",
"HANDOFF_PROJECT": "<your HANDOFF_PROJECT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.kirill-sviridov%2Fhandoff-mcp)<a href="https://mcptoplist.com/server/io.github.kirill-sviridov%2Fhandoff-mcp"><img src="https://mcptoplist.com/badge/io.github.kirill-sviridov%2Fhandoff-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
kirill-sviridov
Available versions (3)
| Version | Published |
|---|---|
| 0.4.0 | Jul 12, 2026 |
| 0.3.2 | Jul 7, 2026 |
| 0.3.0 | Jul 7, 2026 |
Frequently asked questions
- Who maintains Handoff?
- Handoff is maintained by kirill-sviridov, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Handoff listed on the Official MCP Registry?
- Yes — Handoff is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Handoff have?
- MCP Toplist tracks 3 versions of Handoff, most recently published on Jul 12, 2026.
- Where can I find the source code for Handoff?
- The source code for Handoff is hosted at github.com/kirill-sviridov/handoff-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.