Metadata-Version: 2.4
Name: meok-ai-reflection-mcp
Version: 1.0.4
Summary: MEOK AI Labs - ai-reflection MCP server extracted from SOV3
Project-URL: Homepage, https://meok.ai
Project-URL: Repository, https://github.com/CSOAI-ORG/ai-reflection-mcp
Author-email: MEOK AI Labs <hello@meok.ai>
License: Apache-2.0
License-File: LICENSE
Keywords: agent,ai,anthropic,claude,mcp,mcp-server,meok,meok-ai-labs,model-context-protocol,reflection,self-audit
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: mcp>=1.0.0
Requires-Dist: requests>=2.28.0
Provides-Extra: dev
Requires-Dist: black>=22.0; extra == 'dev'
Requires-Dist: isort>=5.0; extra == 'dev'
Requires-Dist: pytest>=7.0; extra == 'dev'
Description-Content-Type: text/markdown

<!-- mcp-name: io.github.CSOAI-ORG/meok-ai-reflection-mcp -->
# AI Reflection MCP Server

[![PyPI](https://img.shields.io/pypi/v/meok-ai-reflection-mcp)](https://pypi.org/project/meok-ai-reflection-mcp/) [![Python](https://img.shields.io/pypi/pyversions/meok-ai-reflection-mcp)](https://pypi.org/project/meok-ai-reflection-mcp/)


MEOK AI Labs - Self-reflection and introspection MCP server for autonomous AI systems.

## Installation

```bash
pip install meok-ai-reflection-mcp
```

## Usage

```bash
ai-reflection-mcp
```

## Features

- Self-reflection capabilities for AI systems
- Introspection and meta-cognition
- Integration with MEOK AI Labs ecosystem

## License

Apache-2.0

<!-- meok-moat-footer-v1 -->
---

## Pairs with MEOK Governance Suite

Build something that touches users? You need compliance. MEOK ships 38 governance MCPs that drop in alongside this tool — EU AI Act, DORA, NIS2, CRA, GDPR, ISO 42001, FDA SaMD, MDR, Basel, MiFID II, MiCA, COPPA, and more.

```bash
# One-shot install of the governance pack
npx meok-setup --pack governance
```

Free tier: 10 calls/day per MCP. Pro tier (£79/mo): unlimited + cryptographically signed compliance attestations your auditor verifies independently.

→ Full catalogue: [councilof.ai/catalogue](https://councilof.ai/catalogue)
→ MEOK AI Labs: [meok.ai](https://meok.ai)

<!-- BUY-LADDER:START -->

## 💸 Try MEOK in 30 seconds — instant buy ladder

| Tier | Price | What you get | Stripe |
|---|---|---|---|
| Smoke test | **£1** | Signed sample MCP-Hardening report + Article 50 PDF | <https://buy.stripe.com/dRmcN75ScdQS7oh1Uc8k90U> |
| Quick Kit | **£9** | EU AI Act Article 50 implementation guide (C2PA + EU-Icon) | <https://buy.stripe.com/cNi00la8s1460ZT0Q88k90V> |
| Founder Call | **£29** | 30-min 1-on-1 with the founder | <https://buy.stripe.com/8x228ta8s6oqbExaqI8k90W> |

> Refundable. UK Stripe — VAT-clean. Builds on the 81-MCP MEOK fleet.
> Verify any signed report at <https://meok.ai/verify>.

<!-- BUY-LADDER:END -->



## Configuration

Add to your `claude_desktop_config.json` (Claude Desktop) or your MCP client config:

```json
{
  "mcpServers": {
    "meok-ai-reflection-mcp": {
      "command": "uvx",
      "args": ["meok-ai-reflection-mcp"]
    }
  }
}
```

Or: `pip install meok-ai-reflection-mcp` then run the `meok-ai-reflection-mcp` command (stdio transport).

## Examples

Once configured, ask your assistant, for example:
- "Use `trigger_reflection` to …"
- "Use `trigger_creativity_cycle` to …"
- "Use `find_bisociations` to …"
