productboard-mcp
by Enreign
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CACHE_TTL | No | Cache TTL (seconds) | 300 |
| LOG_LEVEL | No | Log level: trace, debug, info, warn, error, fatal. For MCP clients, set to error. | info |
| CACHE_ENABLED | No | Enable response caching | false |
| API_RETRY_DELAY | No | Delay between retries (ms) | 1000 |
| RATE_LIMIT_GLOBAL | No | Max requests per window | 100 |
| API_RETRY_ATTEMPTS | No | Number of retry attempts | 3 |
| RATE_LIMIT_WINDOW_MS | No | Rate limit window (ms) | 60000 |
| PRODUCTBOARD_API_TOKEN | Yes | Your Productboard API token (Bearer auth) | |
| PRODUCTBOARD_AUTH_TYPE | No | Auth type: bearer or oauth2 | bearer |
| PRODUCTBOARD_API_TIMEOUT | No | API request timeout (ms) | 10000 |
| PRODUCTBOARD_API_BASE_URL | No | API base URL | https://api.productboard.com/v2 |
| PRODUCTBOARD_OAUTH_CLIENT_ID | No | OAuth2 client ID | |
| PRODUCTBOARD_OAUTH_REDIRECT_URI | No | OAuth2 redirect URI | |
| PRODUCTBOARD_OAUTH_CLIENT_SECRET | No | OAuth2 client secret |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/Enreign/productboard-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server