Skip to main content
Glama
drmaxbdc

@drmaxbdc/productboard-mcp

by drmaxbdc

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PRODUCTBOARD_AUTH_MODENoSet 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_TOKENNoPersonal Access Token for PAT authentication. If set, the MCP uses PAT and does not run the OAuth flow.
PRODUCTBOARD_OAUTH_SCOPESNoSpace- or comma-separated scopes. Set this to bypass the chooser page.
PRODUCTBOARD_OAUTH_CLIENT_IDNoYour own OAuth app's client_id. Required for non-Dr.Max consumers until Productboard's dynamic registration endpoint works.
PRODUCTBOARD_OAUTH_TOKEN_PATHNoOverride the tokens.json location (e.g. for Docker volumes).
PRODUCTBOARD_OAUTH_CALLBACK_PORTNoOverride the callback port. Re-register the matching http://127.0.0.1:<port>/callback URI in your OAuth app.7779
PRODUCTBOARD_OAUTH_CLIENT_SECRETNoRequired when using a Confidential Client (i.e. anything registered via PB's admin UI). Without it, token exchange returns HTTP 400.
PRODUCTBOARD_OAUTH_REGISTRATION_PATHNoOverride the registration.json location.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/drmaxbdc/productboard-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server