Metadata-Version: 2.4
Name: frootai-mcp
Version: 3.2.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/gitpavleenbali/frootai
Project-URL: Documentation, https://frootai.dev/setup-guide
Project-URL: Bug Tracker, https://github.com/gitpavleenbali/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

# FrootAI MCP Server — Python

> 🐍 Python implementation of the FrootAI MCP Server. Same 22 tools, 18 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)
- npm (Node.js): `npx frootai-mcp`
- Docker: `docker run -i ghcr.io/gitpavleenbali/frootai-mcp`
- VS Code: Search "FrootAI" in Extensions

---

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