Skip to main content
Glama

MCP Memory Service

{ "mcpServers": { "memory-service": { "type": "stdio", "command": "python", "args": [ "scripts/run_memory_server.py" ], "env": { "MCP_MEMORY_CHROMA_PATH": "/home/hkr/.mcp_memory_chroma", "LOG_LEVEL": "INFO", "MCP_TIMEOUT": "30000" } }, "memory": { "command": "uv", "args": [ "--directory", "/home/hkr/repositories/mcp-memory-service", "run", "memory" ], "env": { "MCP_MEMORY_STORAGE_BACKEND": "sqlite_vec", "MCP_MEMORY_SQLITE_PRAGMAS": "busy_timeout=15000,cache_size=20000", "LOG_LEVEL": "INFO" } } } }

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/doobidoo/mcp-memory-service'

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