Skip to main content
Glama

Mnemex

.gitignoreβ€’1.2 kB
# Research notes and project instructions (private) stm-server-research.md CLAUDE.md GEMINI.md AGENTS.md .claude/ .gemini/ .codex/ research/ # Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ pip-wheel-metadata/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual Environments venv/ env/ ENV/ env.bak/ venv.bak/ .venv/ # IDEs .vscode/ .idea/ *.swp *.swo *~ .DS_Store # Testing .pytest_cache/ .coverage .coverage.* htmlcov/ .tox/ .nox/ coverage.xml *.cover .hypothesis/ # Type checking .mypy_cache/ .dmypy.json dmypy.json .pyre/ .pytype/ # Environment files (IMPORTANT: don't commit secrets!) .env .env.local .env.*.local # STM Server Data *.db *.db-shm *.db-wal .stm/ stm-server/.stm/ # JSONL storage (user data) *.jsonl !.gitkeep # Git backup .git/ # Logs *.log logs/ # Temporary files *.tmp *.bak *.swp .DS_Store Thumbs.db # Build artifacts *.whl *.tar.gz # Documentation builds docs/_build/ docs/.doctrees/ # Jupyter Notebook .ipynb_checkpoints # macOS .DS_Store .AppleDouble .LSOverride # Windows Thumbs.db ehthumbs.db Desktop.ini $RECYCLE.BIN/ # Linux *~ .directory

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/simplemindedbot/mnemex'

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