Skip to main content
Glama

Memory MCP Server

.gitignore725 B
# Dependencies node_modules/ npm-debug.log yarn-debug.log yarn-error.log package-lock.json yarn.lock # Build output build/ dist/ out/ *.tsbuildinfo # Environment and configuration .env .env.local .env.development.local .env.test.local .env.production.local # Memory storage data (you might not want to commit this to git) memories.json *.memory.json data/ # IDE and editor files .vscode/ .idea/ *.sublime-project *.sublime-workspace .project .classpath .settings/ *.swp *.swo *~ # Operating system files .DS_Store Thumbs.db ehthumbs.db Desktop.ini $RECYCLE.BIN/ # Debug logs logs/ *.log npm-debug.log* yarn-debug.log* yarn-error.log* # Test coverage coverage/ .nyc_output/ # Temporary files tmp/ temp/ # Misc .cache/

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/grizzlypeaksoftware/mcp-memory-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server