Skip to content

tokencanopy/agentdrive

v0.1.0MIT

Give your agent a drive: write files by path, get instant public rendered URLs, compile LaTeX to a shareable PDF, hand off work between agents.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

agentdrivestreamable-http
{
  "type": "streamable-http",
  "url": "https://drive.mcp.tokencanopy.com/mcp"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "agentdrive",
  "version": "0.1.0",
  "description": "Give your agent a drive: write files by path, get instant public rendered URLs, compile LaTeX to a shareable PDF, hand off work between agents.",
  "author": {
    "name": "Mnexa, Inc.",
    "email": "hello@mnexa.ai",
    "url": "https://tokencanopy.com"
  },
  "homepage": "https://tokencanopy.com",
  "repository": "https://github.com/tokencanopy/agentdrive-plugin",
  "license": "MIT",
  "keywords": [
    "storage",
    "files",
    "artifacts",
    "mcp"
  ]
}