We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jsoncut/jsoncut-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•866 B
# =============================================================================
# LOCAL npx MODE Configuration
# =============================================================================
# For using: npx -y @jsoncut/mcp-server
# Required: Your Jsoncut API key
JSONCUT_API_KEY=your_api_key_here
# =============================================================================
# DOCKER/HTTP SERVER Configuration
# =============================================================================
# For Docker deployment, the server does NOT need an API key.
# Users send their API key via X-API-Key header when connecting.
# The server is PUBLIC - each user brings their own API key.
# Optional: Custom port for HTTP server (default: 3000)
# PORT=3000
# Optional: Custom Jsoncut API URL (default: https://api.jsoncut.com)
# JSONCUT_API_URL=https://api.jsoncut.com