memory_mcp
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
Related MCP Servers
View all knowledge_and_memory servers →git-mcp
by idosal
GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.
Knowledge Graph Memory Server
by modelcontextprotocol
A basic implementation of persistent memory using a local knowledge graph, allowing Claude to remember information about the user across chats.
mcpdoc
by langchain-ai
MCP LLMS-TXT Documentation Server provides a structured way to manage and retrieve LLM documentation using the Model Context Protocol.
rust-docs-mcp-server
by Govcraft
The Rust Docs MCP Server provides an up-to-date knowledge source for specific Rust crates, enhancing the accuracy of AI coding assistants by allowing them to query current documentation.
mindmap-mcp-server
by YuChenSSR
A Model Context Protocol (MCP) server for converting Markdown content to interactive mindmaps.
algorand-mcp
by GoPlausible
This is a Model Context Protocol (MCP) implementation for Algorand blockchain interactions, providing a server package for blockchain interactions and a client package for wallet management and transaction signing.
mcp-obsidian
by MarkusPfundstein
MCP server to interact with Obsidian via the Local REST API community plugin.