Discogs MCP Server
by nepomusic
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JWT_SECRET | Yes | Any random string used to sign JWTs for authentication (e.g., generated with `openssl rand -hex 32`). | |
| DEBUG_TOKEN | No | Optional: A secret token to access the /debug/budget diagnostic endpoint. | |
| DISCOGS_CONSUMER_KEY | Yes | Your Discogs consumer key from your Discogs developer application (created at discogs.com/settings/developers). | |
| DISCOGS_RELAY_ORIGIN | No | Optional: URL of your relay proxy for Discogs API calls. Leave empty to call Discogs directly. | |
| RELAY_ACCESS_CLIENT_ID | No | Optional: Cloudflare Access service token client ID used to authenticate to your relay. | |
| ALLOWED_DISCOGS_USER_ID | No | Optional: Numeric Discogs user ID or comma-separated list of IDs to restrict who can authenticate to this instance. Leave empty to allow any Discogs user. | |
| DISCOGS_CONSUMER_SECRET | Yes | Your Discogs consumer secret from your Discogs developer application. | |
| RELAY_ACCESS_CLIENT_SECRET | No | Optional: Cloudflare Access service token client secret used to authenticate to your relay. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |