We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/glassBead-tc/Thoughtbox'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Thoughtbox Environment Configuration
# Copy this file to .env and fill in your values
# =============================================================================
# Anthropic API Key (Required for testing)
# =============================================================================
# Get your API key from: https://console.anthropic.com/
# Used by:
# - npm test (agentic behavioral tests via Claude Agent SDK)
# - Self-improvement loop benchmarking
ANTHROPIC_API_KEY=your-api-key-here
# =============================================================================
# Thoughtbox Configuration (Optional - defaults shown)
# =============================================================================
# Data storage directory
# THOUGHTBOX_DATA_DIR=/data/thoughtbox
# Project name (for multi-project setups)
# THOUGHTBOX_PROJECT=_default
# Transport mode: http | stdio
# THOUGHTBOX_TRANSPORT=http
# MCP Server Port
# PORT=1731
# =============================================================================
# Observatory Configuration (Optional)
# =============================================================================
# Enable/disable the Observatory dashboard
# THOUGHTBOX_OBSERVATORY_ENABLED=true
# Observatory port
# THOUGHTBOX_OBSERVATORY_PORT=1729
# CORS origins (comma-separated or * for all)
# THOUGHTBOX_OBSERVATORY_CORS=*
# =============================================================================
# Development/Testing (Optional)
# =============================================================================
# Node environment
# NODE_ENV=development
# OpenTelemetry endpoint (for monitoring)
# OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4318