useopencompany/google-drive
v1.3.0MIT
Search, inspect, read, create, copy, and edit files and spreadsheets through opencompany's Google Drive MCP.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
google-drivestreamable-http
{
"type": "streamable-http",
"url": "https://api.opencompany.chat/mcp/plugins/google-drive"
}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": "google-drive",
"version": "1.3.0",
"description": "Search, inspect, read, create, copy, and edit files and spreadsheets through opencompany's Google Drive MCP.",
"author": {
"name": "opencompany",
"url": "https://opencompany.com"
},
"homepage": "https://github.com/useopencompany/plugins/tree/main/google-drive",
"repository": "https://github.com/useopencompany/plugins/tree/main/google-drive",
"license": "MIT",
"keywords": ["google-drive", "files", "documents", "spreadsheets", "storage", "workspace"],
"extensions": {
"so.opencompany.capabilities": {
"read": {
"label": "Browse Drive files",
"defaultMode": "ask",
"tools": ["get_file_metadata", "list_recent_files", "search_files"]
},
"query": {
"label": "Read files & permissions",
"defaultMode": "ask",
"tools": [
"download_file_content",
"get_file_permissions",
"read_file_content",
"get_spreadsheet_values"
]
},
"write": {
"label": "Create & edit files",
"defaultMode": "ask",
"tools": [
"copy_file",
"create_file",
"replace_document_text",
"replace_document_contents",
"update_spreadsheet_values",
"append_spreadsheet_values"
]
}
}
}
}
Client extensions
Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.
- so.opencompany.capabilities