Skip to main content
Glama

MCP Memory Service

# Aider files .aider.* # Python __pycache__/ *.py[cod] *$py.class *.so # Python environment & build artifacts .Python env/ .venv/ venv/ py310_venv/ venv_py310/ build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # Python project tools pip-wheel-metadata/ __pypackages__/ # Virtual Environment activation files (redundant due to .venv/ but explicit if needed) .env .env.* # IDEs & Editors .idea/ .vscode/ *.swp *.swo # OS-specific files .DS_Store .AppleDouble .LSOverride # CodeGPT / Extensions .codegpt/ # ChromaDB artifacts chroma_db/ tests/test_db/chroma.sqlite3 # SQLite-vec artifacts *.sqlite *.sqlite-* .mcp_memory_sqlite/ .mcp_memory_chroma/ # Project-specific artifacts backups/ test_output.txt dxdiag_output.txt dxdiag.txt claude_desktop_config_updated.json claude_config/claude_desktop_config.json # Remove these if mistakenly included =1.0.0, =11.0.3 # Logs and debugging *.log *.bak *.tmp *.old # Test and development artifacts test_*.py.backup *_test.py.old development_notes.md # Temporary MCP test files /tmp/test_mcp*.py test_mcp*.py debug_mcp*.py # Migration artifacts migration_*.log deploy_test*.sh # Optional: VSCode debugging & Python caches *.coverage coverage.* .cache/ .pytest_cache/ .tox/ nosetests.xml coverage.xml *.cover .hypothesis/ claude_config/claude_desktop_config.json .claude/mcp_config.json # Personalized setup guides (generated locally) YOUR_PERSONALIZED_SETUP_GUIDE.md .mcp.json

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