Metadata-Version: 2.4
Name: agentdrive-mcp
Version: 0.1.0
Summary: Agent Drive MCP server for Claude Code
Project-URL: Homepage, https://agentdrive.so
Project-URL: Repository, https://github.com/Agent-Drive/AgentDrive
Author: Agent Drive
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: httpx>=0.28.0
Requires-Dist: mcp>=1.0.0
Requires-Dist: typer>=0.15.0
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == 'dev'
Description-Content-Type: text/markdown

# agentdrive-mcp

MCP server for [Agent Drive](https://agentdrive.so) — file intelligence for AI agents.

## Install

```sh
curl -fsSL https://api.agentdrive.so/install.sh | sh
```

Or install directly:

```sh
uvx agentdrive-mcp install
```

## Commands

| Command | Description |
|---------|-------------|
| `agentdrive-mcp install` | Authenticate and configure MCP |
| `agentdrive-mcp serve` | Start the MCP stdio server |
| `agentdrive-mcp login` | Re-authenticate |
| `agentdrive-mcp status` | Show auth and config status |
