Metadata-Version: 2.4
Name: mintmory-mcp
Version: 0.1.0
Summary: MintMory MCP server — stdio and SSE transports via fastmcp
Project-URL: Homepage, https://github.com/WeLikeCode/mint-mory
Project-URL: Repository, https://github.com/WeLikeCode/mint-mory
Project-URL: Issues, https://github.com/WeLikeCode/mint-mory/issues
Author: WeLikeCode
License-Expression: MIT
License-File: LICENSE
Keywords: agents,llm,mcp,memory,sqlite,vector-search
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: anthropic>=0.35
Requires-Dist: fastmcp>=2.3
Requires-Dist: mcp>=1.6
Requires-Dist: mintmory-core~=0.1.0
Requires-Dist: structlog>=24.4
Description-Content-Type: text/markdown

# mintmory-mcp

MCP server for [MintMory](https://github.com/WeLikeCode/mint-mory) — exposes
the typed agent-memory system over the Model Context Protocol (stdio/SSE via
fastmcp). Entry points: `mintmory-mcp`, `mintmory-history-mcp`.

Most users want the umbrella package instead: `pip install "mintmory[mcp]"`.
MIT licensed.
