Skip to main content
Glama

MCP Enhanced Data Retrieval System

by kalpalathika
.env.example800 B
# MCP Enhanced Data Retrieval System - Environment Variables # Server Configuration SERVER_HOST=0.0.0.0 SERVER_PORT=8000 SERVER_RELOAD=true LOG_LEVEL=INFO # GitHub OAuth 2.1 GITHUB_CLIENT_ID=your_github_client_id_here GITHUB_CLIENT_SECRET=your_github_client_secret_here GITHUB_REDIRECT_URI=http://localhost:8000/auth/callback # GitHub API GITHUB_TOKEN=your_personal_access_token_here # MCP Configuration MCP_SERVER_NAME=github-data-retrieval MCP_VERSION=1.0.0 MAX_TOKEN_CHUNK_SIZE=1500 RETRIEVAL_TIMEOUT_SECONDS=2 # Vector Database CHROMA_PERSIST_DIRECTORY=./data/chroma EMBEDDING_MODEL=all-MiniLM-L6-v2 # Security SECRET_KEY=your_secret_key_here_generate_with_openssl_rand_hex_32 ALGORITHM=HS256 ACCESS_TOKEN_EXPIRE_MINUTES=30 # Performance PARALLEL_RETRIEVAL_WORKERS=4 CACHE_TTL_SECONDS=300

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/kalpalathika/MCP-Enhanced-Data-Retrieval-System'

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