← Back to Plugins
MCP Server MCP

AgentDrive

github By github 👁 2 views ▲ 0 votes

Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.agentdrive.sh/mcp",
      "headers": [
        {
          "description": "Bearer <AgentDrive API key>. Get one free at https://app.agentdrive.sh (no credit card).",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...