Skip to main content
Glama

Sample MCP Server

by satinath-nit
.env.sample•632 B
# MongoDB Atlas Configuration MONGODB_URI=yoururl MONGODB_DATABASE=rag_db MONGODB_COLLECTION=documents # Note: If upgrading from a previous version, you can safely remove these deprecated settings: # EMBEDDING_MODEL, EMBEDDING_DIMENSION, USE_MOCK_MODE # OpenAI/LLM Configuration OPENAI_API_KEY=your-api-key-here OPENAI_BASE_URL=your-llm-endpoint OPENAI_MODEL=model-identifier # MCP Server Configuration MCP_SERVER_NAME=SampleMCPServer MCP_SERVER_VERSION=0.1.0 # Application Configuration LOG_LEVEL=INFO # GitHub Integration GITHUB_TOKEN=your-github-token-here # Chat API Configuration CHAT_API_HOST=0.0.0.0 CHAT_API_PORT=8000

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/satinath-nit/sample-mcp-server'

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