Metadata-Version: 2.4
Name: magnemo-mcp
Version: 0.6.5
Summary: Governed memory for AI agents. Memory with receipts. (MCP server entry point for magnemo)
Author: SVTech Inc. · Silver Valley Technologies
License-Expression: Apache-2.0
Project-URL: Homepage, https://magnemo.ai
Project-URL: Source, https://github.com/magnemo-ai/magnemo
Project-URL: Documentation, https://magnemo.ai/manual
Project-URL: Changelog, https://github.com/magnemo-ai/magnemo/blob/main/CHANGELOG.md
Keywords: memory,ai-agents,mcp,mcp-server,governance,provenance,local-first
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: magnemo==0.6.5

# magnemo-mcp

Governed memory for AI agents. Local, plain files, zero network calls. Every entry with a receipt — who wrote it, when, through which gate. Your agent writes the draft; nothing is kept until you say yes. Trust computed from the record. Mounts beside any memory you already run. One paste.

This package is the MCP server's own name on PyPI. It installs the `magnemo` engine
and exposes the `magnemo-mcp` command, so `uvx magnemo-mcp` starts the server directly.

```bash
uvx magnemo-mcp          # or: pip install magnemo && magnemo-mcp
```

Point it at a vault with `MAGNEMO_VAULT=/absolute/path/to/vault`. Create one with
`magnemo init ./vault` (from the `magnemo` package). Full manual: https://magnemo.ai/manual ·
Source: https://github.com/magnemo-ai/magnemo · License: Apache-2.0.

mcp-name: ai.magnemo/magnemo
