Overview
what is Memory MCP?
Memory MCP is a knowledge graph management server that provides SSE services and supports various startup methods.
how to use Memory MCP?
To use Memory MCP, you can start the server interactively, via command line parameters, or using a JSON configuration file.
key features of Memory MCP?
- Supports multiple startup methods: interactive, command line, JSON configuration
- Generates short stories based on knowledge graph context (experimental)
- Complete knowledge graph management functionality
- Supports MCP protocol: tools, resource, sampling
- Automatic data persistence
- Flexible configuration options
use cases of Memory MCP?
- Managing and querying knowledge graphs
- Generating context-aware short stories
- Integrating with other tools using the MCP protocol
FAQ from Memory MCP?
- What is the default port for the server?
The default port is 8080.
- How can I start the server using command line?
You can start the server with the command:
mcp_server_memory.exe --port 8080 --memory-path ./memory.json.
- Is there a way to get help information?
Yes! You can get help by running:
echo '{"jsonrpc": "2.0","method": "help","id": 1}' | mcp_server_memory.exe.