Skip to main content
Glama
.envrcβ€’459 B
# Mnemex project environment configuration # Python version: 3.10+ (currently using 3.12.11) # Use the existing .venv virtual environment # This approach tells direnv to use the .venv directory export VIRTUAL_ENV=$PWD/.venv layout python3 # Set prompt name for virtual environment # (Starship and other modern prompts read this variable) export VIRTUAL_ENV_PROMPT="mnemex" # Load any environment variables from .env file if it exists dotenv_if_exists .env

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

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