Skip to main content
Glama
.env.example1.9 kB
# AIStack MCP Environment Configuration # Copy this file to .env and fill in your values # ============================================================================ # Required: Workspace Path # ============================================================================ # Path to your codebase (absolute path) # Windows: Use forward slashes or escaped backslashes WORKSPACE_PATH=C:/AIStack-MCP # ============================================================================ # GitHub Integration (for server-github MCP) # ============================================================================ # Create token at: https://github.com/settings/tokens # Required scopes: repo, read:org, gist GITHUB_TOKEN=your_github_token_here GITHUB_PERSONAL_ACCESS_TOKEN=your_github_token_here # ============================================================================ # Ollama Configuration (Local LLM) # ============================================================================ OLLAMA_URL=http://localhost:11434 OLLAMA_MODEL_ANALYSIS=qwen2.5:8b OLLAMA_MODEL_CODE=phi4:14b # ============================================================================ # Qdrant Configuration (Vector Database) # ============================================================================ QDRANT_URL=http://localhost:6333 QDRANT_COLLECTION_CODE=code_snippets QDRANT_COLLECTION_DOCS=documentation # ============================================================================ # Optional: Brave Search # ============================================================================ # Get free API key at: https://brave.com/search/api # 2000 free queries/month # BRAVE_API_KEY=your_brave_api_key_here # ============================================================================ # Optional: Everart # ============================================================================ # EVERART_API_KEY=your_everart_key_here

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/mjdevaccount/AIStack-MCP'

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