# Observe Community MCP Server - Local Development Template
# Copy this file to .env and fill in your actual values
# NEVER commit your .env file with real credentials
# REQUIRED: Observe Platform
OBSERVE_CUSTOMER_ID="your_customer_id_here"
OBSERVE_TOKEN="your_api_token_here"
OBSERVE_DOMAIN="observeinc.com"
# REQUIRED: MCP Server Authentication
PUBLIC_KEY_PEM="-----BEGIN PUBLIC KEY-----
your_public_key_content_here
-----END PUBLIC KEY-----"
# REQUIRED: Semantic Graph Database
SEMANTIC_GRAPH_PASSWORD="your_secure_postgres_password_here"
# OPTIONAL: Content Directories
OBSERVE_DOCS_DIR="observe-docs"
# OPTIONAL: OpenTelemetry Collection
# Disable by setting OTEL_TELEMETRY_ENABLED=false
OTEL_TELEMETRY_ENABLED=true
OTEL_SERVICE_NAME=observe-community-mcp
OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-collector:4317
DEPLOYMENT_ENVIRONMENT=development
OBSERVE_OTEL_TOKEN="your_otel_token_here"
OBSERVE_OTEL_CUSTOMER_ID="your_customer_id_here"
OBSERVE_OTEL_DOMAIN="observeinc.com"
# OPTIONAL: Logging config
LOG_LEVEL=INFO
LOG_COLORS=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/rustomax/observe-community-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server