@drmaxbdc/productboard-mcp
by drmaxbdc
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PRODUCTBOARD_AUTH_MODE | No | Set to 'oauth' to force OAuth even if PRODUCTBOARD_ACCESS_TOKEN is set; set to 'pat' to require PAT (good for CI). Default is auto-detect. | |
| PRODUCTBOARD_ACCESS_TOKEN | No | Personal Access Token for PAT authentication. If set, the MCP uses PAT and does not run the OAuth flow. | |
| PRODUCTBOARD_OAUTH_SCOPES | No | Space- or comma-separated scopes. Set this to bypass the chooser page. | |
| PRODUCTBOARD_OAUTH_CLIENT_ID | No | Your own OAuth app's client_id. Required for non-Dr.Max consumers until Productboard's dynamic registration endpoint works. | |
| PRODUCTBOARD_OAUTH_TOKEN_PATH | No | Override the tokens.json location (e.g. for Docker volumes). | |
| PRODUCTBOARD_OAUTH_CALLBACK_PORT | No | Override the callback port. Re-register the matching http://127.0.0.1:<port>/callback URI in your OAuth app. | 7779 |
| PRODUCTBOARD_OAUTH_CLIENT_SECRET | No | Required when using a Confidential Client (i.e. anything registered via PB's admin UI). Without it, token exchange returns HTTP 400. | |
| PRODUCTBOARD_OAUTH_REGISTRATION_PATH | No | Override the registration.json location. |
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/drmaxbdc/productboard-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server