Metadata-Version: 2.4
Name: frootai-mcp
Version: 3.3.0
Summary: FrootAI MCP Server — AI architecture knowledge + compute tools. 22 tools, 18 modules, 200+ terms, 20 solution plays. Python implementation.
Author-email: Pavleen Bali <pavleenbali@frootai.dev>
License: MIT
Project-URL: Homepage, https://frootai.dev
Project-URL: Repository, https://github.com/frootai/frootai
Project-URL: Documentation, https://frootai.dev/setup-guide
Project-URL: Bug Tracker, https://github.com/frootai/frootai/issues
Keywords: mcp,ai,architecture,azure,copilot,claude,frootai,agents
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Description-Content-Type: text/markdown

<p align="center">
  <img src="frootai-mark.png" width="100" alt="FrootAI">
</p>

# FrootAI MCP Server — Python

> 🐍 Python implementation of the FrootAI MCP Server. Same 23 tools, 16 modules, 200+ terms.

## Install

```bash
pip install frootai-mcp
```

## Usage

### As MCP Server (stdio)
```bash
frootai-mcp-py
```

### In Python
```python
from frootai_mcp import FrootAIMCP

server = FrootAIMCP()
# Use tools programmatically
result = server._search_knowledge({"query": "RAG architecture"})
print(result)
```

### With Claude Desktop
```json
{
  "mcpServers": {
    "frootai": {
      "command": "frootai-mcp-py"
    }
  }
}
```

## Links

- Website: [frootai.dev](https://frootai.dev)
- Python SDK: [pypi.org/project/frootai](https://pypi.org/project/frootai/)
- npm (Node.js): `npx frootai-mcp` · [npmjs.com](https://www.npmjs.com/package/frootai-mcp)
- Docker: `docker run -i ghcr.io/frootai/frootai-mcp` · [GHCR](https://github.com/frootai/frootai/pkgs/container/frootai-mcp)
- VS Code: [frootai.frootai-vscode](https://marketplace.visualstudio.com/items?itemName=frootai.frootai-vscode)
- GitHub: [github.com/frootai/frootai](https://github.com/frootai/frootai)
- Contact: [info@frootai.dev](mailto:info@frootai.dev)

---

*From the Roots to the Fruits. It's simply Frootful.* 🌳
