We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ivossos/fccs-mcp-ag-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•508 B
# FCCS Connection
FCCS_URL=https://your-instance.epm.us-phoenix-1.ocs.oraclecloud.com
FCCS_USERNAME=your_username
FCCS_PASSWORD=your_password
FCCS_API_VERSION=v3
FCCS_MOCK_MODE=false
# Database (SQLite for sessions + feedback)
DATABASE_URL=sqlite:///./data/fccs_agent.db
# Gemini API
GOOGLE_API_KEY=your_google_api_key
MODEL_ID=gemini-2.5-flash
# Server
PORT=8080
# Comma-separated list of allowed CORS origins (use specific origins in production)
CORS_ORIGINS=http://localhost:3000,http://localhost:8080