drive-api

drive-api

3.2

If you are the rightful owner of drive-api and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This project is an MCP (Multi-Agent Conversation Protocol) Server for the Google Drive API, auto-generated using AG2's MCP builder.

The MCP Server is designed to facilitate multi-agent conversations by leveraging the Google Drive API. It is built using the Multi-Agent Conversation Protocol (MCP) and is auto-generated using AG2's MCP builder. The server is implemented in Python and requires version 3.9 or higher. It supports various transport modes such as stdio, SSE, and streamable HTTP, making it versatile for different communication needs. The server is equipped with tools for linting, formatting, static analysis, and testing, ensuring high code quality and reliability. It also supports pre-commit hooks to automate code checks before committing changes. The server can be configured using environment variables, allowing for flexible deployment and integration with other systems. Additionally, it provides scripts for building, publishing, and testing, streamlining the development and deployment process.

Features

  • Supports multiple transport modes (stdio, SSE, streamable HTTP)
  • Automated linting and formatting with ruff
  • Static analysis with mypy, bandit, and semgrep
  • Pre-commit hooks for automated code checks
  • Configurable via environment variables