AgentDrive
Rank #58,630sh.agentdrive/agentdrive
Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph.
AgentDrive is a Model Context Protocol (MCP) server published by Rakesh1002. It ranks #58,630 of 115,591 servers tracked on MCP Toplist. AgentDrive is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 1 tracked version. It was first listed on Jun 4, 2026 and most recently updated on Jun 4, 2026.
Ranks ahead of 56,961 of 115,591 servers on MCP Toplist.
Use AgentDrive
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http agentdrive https://mcp.agentdrive.sh/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.agentdrive]
url = "https://mcp.agentdrive.sh/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://mcp.agentdrive.sh/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"agentdrive": {
"url": "https://mcp.agentdrive.sh/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"agentdrive": {
"type": "http",
"url": "https://mcp.agentdrive.sh/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"agentdrive": {
"serverUrl": "https://mcp.agentdrive.sh/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"agentdrive": {
"url": "https://mcp.agentdrive.sh/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
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/sh.agentdrive%2Fagentdrive)<a href="https://mcptoplist.com/server/sh.agentdrive%2Fagentdrive"><img src="https://mcptoplist.com/badge/sh.agentdrive%2Fagentdrive.svg" alt="MCP Toplist: #58,630 of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
Rakesh1002
Other servers by Rakesh1002
View all Rakesh1002 servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Jun 4, 2026 |
Frequently asked questions
- Who maintains AgentDrive?
- AgentDrive is maintained by Rakesh1002, which publishes 4 MCP servers (4 total versions) tracked on MCP Toplist.
- Is AgentDrive listed on the Official MCP Registry?
- Yes — AgentDrive is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does AgentDrive have?
- MCP Toplist tracks 1 version of AgentDrive, most recently published on Jun 4, 2026.
- Where can I find the source code for AgentDrive?
- The source code for AgentDrive is hosted at github.com/rakesh1002/agentdrive-mcp.