mem0-mcp
This project utilizes an MCP server with mem0 to efficiently manage coding preferences. It provides tools for storing, retrieving, and searching code preferences, suitable for cloud-native environments.
What is the purpose of the MCP Server with Mem0?
The MCP Server with Mem0 is designed to manage coding preferences efficiently, providing tools for storing, retrieving, and searching coding preferences in a structured manner.
How do I start the MCP server?
You can start the MCP server by running the command uv run main.py
in your terminal.
What is the default endpoint for the server?
The default endpoint for the server is http://0.0.0.0:8080/sse
.
Can I configure the server's host and port?
Yes, you can configure the server's host and port using command line arguments when starting the server.
What are the main tools provided by the server?
The main tools provided by the server include adding, retrieving, and searching coding preferences with comprehensive context and semantic search capabilities.