AgentDrive
https://mcp.agentdrive.sh/mcpskills: {'id': 'drive_write', 'name': 'drive_write', 'description': 'Write a markdown file to a workspace. Creates or updates the file with automatic versioning.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'drive_read', 'name': 'drive_read', 'description': "Read a file's content from a workspace.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'drive_list', 'name': 'drive_list', 'description': 'List files in a workspace, optionally filtered by path prefix.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'drive_share', 'name': 'drive_share', 'description': 'Generate a share link for a workspace or specific file. Optionally email-gate the link so only a specific person can access it. Humans open this link to view, comment, or edit files.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'drive_comment', 'name': 'drive_comment', 'description': 'Add a comment to a file.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'drive_feedback', 'name': 'drive_feedback', 'description': 'Read human comments on a file. Use this to check if humans have left feedback.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'drive_activity', 'name': 'drive_activity', 'description': 'Get recent activity in a workspace (file writes, comments, shares).', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'drive_invite', 'name': 'drive_invite', 'description': 'Invite a human to your organization by email. They will receive a verification code to join.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 575.6ms; conformance: pass
How to connect
https://mcp.agentdrive.sh/mcp
curl -X POST https://mcp.agentdrive.sh/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'