"""
mem0 MCP for Project Management - Main Package
This package provides a server to integrate the mem0 service with an MCP Host.
It implements features for storing, searching, and updating project management information.
"""
import sys
from .server import main as server_main
def main():
"""
Entry point function - used when executed via pipx/uvx
"""
return server_main()
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/KunihiroS/mem0-mcp-for-pm'
If you have feedback or need assistance with the MCP directory API, please join our Discord server