Local Memory Hub MCP Server with stdio transport for ZenCoder and MCP clients
Project description
Memory Hub MCP Server (UV/UVX)
A local memory hub for AI agents with MCP integration, designed for ZenCoder and other MCP clients using stdio transport.
Quick Start with UVX
Installation & Usage
# Install and run directly with uvx
uvx memory-hub-mcp
# Or install locally first
uv pip install memory-hub-mcp
memory-hub-mcp
For ZenCoder Integration
In ZenCoder's custom MCP server configuration:
Command: uvx memory-hub-mcp
Arguments: (leave empty for default stdio mode)
Development Setup
# Clone and setup
git clone <your-repo>
cd memory-hub
uv venv
source .venv/bin/activate
uv pip install -e .
# Run in development
memory-hub-mcp --log-level DEBUG
Available Tools
- add_memory: Store content with hierarchical metadata (app_id, project_id, ticket_id)
- search_memories: Semantic search with keyword enhancement and LLM synthesis
- list_app_ids: List all application IDs
- list_project_ids: List all project IDs
- list_ticket_ids: List all ticket IDs
- health_check: Server health status
Configuration
The server expects:
- Qdrant: Vector database running (see docker-compose.yml)
- LM Studio: For embeddings and chat completions
- Environment: Standard .env configuration
Architecture
- stdio transport: Direct MCP protocol communication
- No HTTP dependencies: Lightweight, focused on MCP clients
- Hierarchical memory: Flexible app/project/ticket organization
- Hybrid search: Vector similarity + keyword matching + LLM synthesis
Differences from HTTP Version
This UV/UVX version:
- ✅ Uses stdio transport (ZenCoder compatible)
- ✅ No FastAPI dependencies
- ✅ Lightweight packaging
- ✅ Direct MCP protocol
- ❌ No web interface
- ❌ No HTTP endpoints
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file memory_hub_mcp-0.1.0.tar.gz.
File metadata
- Download URL: memory_hub_mcp-0.1.0.tar.gz
- Upload date:
- Size: 3.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b9a6fb96841eb1c5f50bcd6ac70010223fef26134ba1ad656bb1f60db9589e69
|
|
| MD5 |
001a40b25fbb013dc93a27658c3c21ae
|
|
| BLAKE2b-256 |
6c0c1d7541c5c7e57e043b558220e155ff9f9289722e8ad3e25bbce8a2ab8fac
|
File details
Details for the file memory_hub_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: memory_hub_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 27.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c83af62de8521e3d9b7258c126688ef76aa3c2a42a5301f619d993c956517e6
|
|
| MD5 |
9eab3542f04cf34586e35baa280d7d2c
|
|
| BLAKE2b-256 |
4136e430d0720a34cdd712fd8e8896d7c278441cb9d224051f92f8417cba36a6
|