Skip to main content
Glama

mem0 MCP Server for Project Management

pyproject.toml1.03 kB
[build-system] requires = ["hatchling", "mcp>=1.6.0"] build-backend = "hatchling.build" [project] name = "mem0-mcp-for-pm" version = "0.3.2" description = "MCP Server for mem0 project management integration" readme = "README.md" requires-python = ">=3.12" authors = [ {name = "Kunihiro Sugiyama", email = "kunihiros@gmail.com"}, ] maintainers = [ {name = "Kunihiro Sugiyama", email = "kunihiros@gmail.com"}, ] dependencies = [ "httpx>=0.28.1", "mcp>=1.6.0", "mem0ai>=0.1.55", "python-dotenv>=1.0.0", ] classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.12", ] [project.urls] "Homepage" = "https://github.com/KunihiroS/mem0-mcp-for-pm" "Bug Tracker" = "https://github.com/KunihiroS/mem0-mcp-for-pm/issues" [project.scripts] mem0-mcp-for-pm = "mem0mcp.__main__:main" [tool.hatch.build.targets.wheel] packages = ["src/mem0mcp"] [tool.mcp] entrypoint = "mem0mcp.__main__: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