Metadata-Version: 2.4
Name: legion-memory-mcp
Version: 0.1.260212.1
Summary: LEGION Agent Memory MCP Server - Persistent memory for AI agents
Project-URL: Homepage, https://github.com/Vetlyx/LEGION
Project-URL: Repository, https://github.com/Vetlyx/LEGION
Project-URL: Documentation, https://github.com/Vetlyx/LEGION#readme
Author-email: Vetlyx <info@vetlyx.com>
License-Expression: MIT
Keywords: agent-memory,ai,claude,mcp,persistent-memory
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.11
Requires-Dist: fastmcp>=2.0.0
Requires-Dist: grpcio-tools>=1.60.0
Requires-Dist: grpcio>=1.60.0
Requires-Dist: legion-mcp
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.21.0; extra == 'dev'
Requires-Dist: pytest>=7.0.0; extra == 'dev'
Description-Content-Type: text/markdown

# LEGION Memory MCP Server

Persistent memory MCP server for LEGION AI agents.

## Features

- Remember and recall information across sessions
- Permanent memory storage with edit/delete capabilities
- Active work status tracking

## Installation

```bash
uv pip install -e .
```

## Usage

```bash
legion-memory-mcp
```

## License

MIT
