Skip to main content
Glama

ConceptNet MCP Server

by infinitnet
.env.exampleโ€ข1.14 kB
# ConceptNet MCP Server - Cloudflare Workers Environment Variables # Copy this file to .env and configure your values # Cloudflare Configuration # Your Cloudflare account ID (optional, can be in wrangler.toml) CLOUDFLARE_ACCOUNT_ID=your-account-id-here # Your domain name for custom routing (optional) DOMAIN_NAME=your-domain.com # ConceptNet API Configuration CONCEPTNET_API_URL=http://api.conceptnet.io # MCP Server Configuration MCP_SERVER_NAME=ConceptNet MCP Server LOG_LEVEL=INFO # Development vs Production Settings # Set different values for each environment in wrangler.toml [env.xxx.vars] sections # Optional: Custom headers for ConceptNet API # CONCEPTNET_API_KEY=your-api-key-if-needed # USER_AGENT_SUFFIX=your-custom-suffix # Optional: Performance tuning # HTTP_TIMEOUT=30 # MAX_RETRIES=3 # RATE_LIMIT_PER_MINUTE=60 # Optional: Authentication (if implementing auth) # JWT_SECRET=your-jwt-secret # API_KEY=your-api-key # CORS_ORIGINS=https://your-frontend.com,https://another-domain.com # Development specific # DEBUG_MODE=true # VERBOSE_LOGGING=true # Production specific # ENABLE_METRICS=true # ERROR_REPORTING=true

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/infinitnet/conceptnet-mcp'

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