Skip to main content
Glama
.env.example563 B
# Knowledge base location (default: ~/knowledge-base) KNOWLEDGE_BASE_PATH=~/knowledge-base # Default categories (comma-separated) CATEGORIES=people,recipes,meetings,procedures,tasks # Server settings SERVER_NAME=Knowledge Base LOG_LEVEL=INFO # Authentication (REQUIRED - generate with: python -c "import secrets; print(secrets.token_urlsafe(32))") JWT_SECRET_KEY=your-secret-key-here-replace-with-random-string # CORS settings (comma-separated origins for production) CORS_ORIGINS=http://localhost:8000 # Debug mode (set to true for development) DEBUG=false

Latest Blog Posts

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/cwente25/KnowledgeBaseMCP'

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