We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/swiftcomza/feedbucket-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•573 B
# Feedbucket MCP Configuration
# Copy this file to .env and fill in your values
# Required: Project ID from your Feedbucket URL (e.g., /projects/PROJECT_ID)
FEEDBUCKET_PROJECT_ID=sRIYqppbovWLqoKmoHUC
# Required: Private key for making authenticated requests (comments/resolving)
FEEDBUCKET_PRIVATE_KEY=oCQBTsHG7RdImcHz6tPx
# Optional: API key for accessing protected projects (?feedbucketKey=API_KEY)
FEEDBUCKET_API_KEY=0W12KG6QPDeZoTsb9M4b
# Optional: Base URL for the Feedbucket API (defaults to production)
FEEDBUCKET_BASE_URL=https://dashboard.feedbucket.app/api/v1