Claude Desktop
Add to yourclaude_desktop_config.json:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Connect AgentDrive to Claude, ChatGPT, Cursor, or any MCP client
claude_desktop_config.json:
{
"mcpServers": {
"agentdrive": {
"command": "npx",
"args": ["@agentdrive/mcp-server"],
"env": {
"AGENTDRIVE_API_KEY": "agd_your_key"
}
}
}
}
{
"mcpServers": {
"agentdrive": {
"command": "npx",
"args": ["@agentdrive/mcp-server"],
"env": {
"AGENTDRIVE_API_KEY": "agd_your_key"
}
}
}
}
| Tool | Description |
|---|---|
create_drive | Create a new drive |
list_drives | List all drives |
upload_file | Upload a file to a drive |
read_file | Read/download a file by ID |
list_files | List files in a drive |
delete_file | Delete a file by ID |
get_file_info | Get metadata about a file |
search_files | Search for files by name |
move_file | Move a file to a new path or drive |
copy_file | Copy a file to a new path or drive |
create_folder | Create a folder in a drive |
create_share_link | Generate a temporary download URL |
tag_file | Add or replace tags on a file |
get_usage_info | Get account usage stats |
| Variable | Required | Description |
|---|---|---|
AGENTDRIVE_API_KEY | Yes | Your API key (starts with agd_) |
AGENTDRIVE_API_URL | No | API base URL (defaults to https://api.getagentdrive.com) |
