memory_mcp

memory_mcp

3.4

Memory MCP Server is a knowledge graph management server based on the MCP Servers - memory.

The Memory MCP Server is a versatile knowledge graph management server that has been adapted from the MCP Servers - memory. It offers a range of features including multiple startup methods, comprehensive knowledge graph management capabilities, and support for the MCP protocol. The server is designed to generate short stories based on knowledge graph backgrounds, providing an experimental feature for users. It also ensures automatic data persistence and offers flexible configuration options to suit various user needs. The server can be started interactively, via command line, or through JSON configuration, making it accessible for different user preferences.

Features

  • Supports multiple startup methods: interactive, command line, JSON configuration
  • Generates short stories based on knowledge graph backgrounds
  • Comprehensive knowledge graph management functionality
  • Supports MCP protocol: tools, resource, sampling
  • Automatic data persistence with flexible configuration options

Usage with Different Platforms

interactive_start

bash
# Directly run the program and follow the prompts
mcp_server_memory.exe

command_line_start

bash
# Start the server with command line arguments
mcp_server_memory.exe --port 8080 --memory-path ./memory.json

json_configuration_start

bash
# Start the server using JSON configuration via pipe
echo '{"jsonrpc": "2.0","method": "start","id": 2,"params":{"port": 8080, "memory_path": "./memory.json"}}' | ./mcp_server_memory.exe

get_help

bash
# Get help information
echo '{"jsonrpc": "2.0","method": "help","id": 1}' | mcp_server_memory.exe