Metadata-Version: 2.4
Name: ai-rule-learning-mcp
Version: 0.1.1
Summary: MCP server that learns guardrail rules from your AI conversations and injects them automatically
Author-email: Fahad JUB <info@tococolors.com>
License: Source Available — free for personal use, commercial/government use requires written permission. See https://github.com/faju85/ai_rule_learning/blob/main/LICENSE
Project-URL: Homepage, https://github.com/faju85/ai_rule_learning
Project-URL: Repository, https://github.com/faju85/ai_rule_learning
Project-URL: Bug Tracker, https://github.com/faju85/ai_rule_learning/issues
Keywords: mcp,claude,guardrails,ai,rules,llm
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
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 :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: mcp>=1.0.0
Requires-Dist: huggingface-hub>=0.23.0
Requires-Dist: httpx>=0.27.0
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.23; extra == "dev"

# AI Rule Learning — MCP

Your AI remembers what works and what doesn't — and gets better every session.

AI Rule Learning watches your AI conversations, learns from the moments where
things didn't go as expected, and automatically applies that knowledge to
future sessions. The result is an AI that progressively adapts to the way you
work, without you having to change anything.

---

## What it does for you

- Catches recurring mistakes before they happen again
- Adapts to your working style and preferences automatically
- Keeps your data private — nothing leaves your machine unreviewed
- Works across all your AI tools without changing how you use them

## Works with

- Claude (Claude Code, Claude Desktop)
- ChatGPT / OpenAI
- Cursor and Windsurf
- Any AI tool that exports conversation history

## Installation

```bash
pip install ai-rule-learning-mcp
```

## Privacy

Your data is scrubbed locally before anything is sent anywhere. Community
contributions (if you opt in) share only anonymous pattern counts — never your
actual conversations or content.

See [PRIVACY.md](https://github.com/faju85/ai_rule_learning/blob/main/PRIVACY.md) for full details.

## Licence

Free for personal use. Commercial and government use requires written
permission. See [LICENSE](https://github.com/faju85/ai_rule_learning/blob/main/LICENSE) and [TERMS.md](https://github.com/faju85/ai_rule_learning/blob/main/TERMS.md).

---

> **For organisations and teams:** a business version is available by
> pre-order. Contact <info@tococolors.com> to request access.
