Metadata-Version: 2.5
Name: stele-mcp
Version: 18.16.1
Summary: MCP stdio server for Stele — named tools over the governed experiential-memory ledger.
Project-URL: Homepage, https://github.com/leocelis/stele
Project-URL: Documentation, https://github.com/leocelis/stele/blob/main/docs/OSS_GUIDE.md
Project-URL: Repository, https://github.com/leocelis/stele
Project-URL: Changelog, https://github.com/leocelis/stele/blob/main/CHANGELOG.md
Author: Stele contributors
License-Expression: MIT
License-File: LICENSE
Keywords: ai-agents,mcp,memory,stele
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: mcp<2,>=1.0
Requires-Dist: stele-core
Provides-Extra: hosted
Requires-Dist: httpx>=0.27; extra == 'hosted'
Requires-Dist: starlette>=0.37; extra == 'hosted'
Requires-Dist: stele-core[mysql]; extra == 'hosted'
Requires-Dist: uvicorn>=0.30; extra == 'hosted'
Description-Content-Type: text/markdown

# stele-mcp

MCP stdio server for [`stele-core`](../stele-core).

## Tools

| Tool | Role |
|---|---|
| `stele_add` | Quarantine a distilled entry |
| `stele_update` | Patch non-state fields |
| `stele_promote` | Oracle-gated promotion |
| `stele_supersede` | Invalidate old belief; new entry quarantined |
| `stele_delete` | True erase by entry or subject |
| `stele_search` | Budgeted hybrid retrieval |
| `stele_reflect` | Dedupe / expire / surface conflicts |
| `stele_list_contested` | Open conflict queue |
| `stele_resolve_contested` | Evidenced supersede of a contested pair |
| `stele_link` | Link entry → artifact/test/entry/source |

## Run

```bash
export STELE_STORE=./.stele-store
stele-mcp
```
