feat: add mcp-servers/**
This commit is contained in:
25
mcp-servers/memory/README.md
Normal file
25
mcp-servers/memory/README.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# Memory MCP Server
|
||||
|
||||
Memory MCP Server provides advanced knowledge graph-based persistent memory system through the Model Context Protocol.
|
||||
|
||||
## Features
|
||||
|
||||
- 🧠 **Knowledge Graph** - Build and manage knowledge graphs
|
||||
- 📊 **Entity Management** - Create and manage entities
|
||||
- 🔗 **Relationships** - Create and track relationships
|
||||
- 💾 **Persistent Memory** - Advanced memory storage
|
||||
- 🔍 **Graph Queries** - Query the knowledge graph
|
||||
|
||||
## Environment Variables
|
||||
|
||||
| Variable | Default | Description |
|
||||
| -------------------------- | -------- | ------------------------ |
|
||||
| `MCP_MEMORY_VERSION` | `latest` | MCP Memory image version |
|
||||
| `MCP_MEMORY_PORT_OVERRIDE` | `8000` | MCP service port |
|
||||
| `TZ` | `UTC` | Timezone |
|
||||
|
||||
## Quick Start
|
||||
|
||||
```bash
|
||||
docker compose up -d
|
||||
```
|
||||
Reference in New Issue
Block a user