Discogs MCP Server
by DirtyDimmy
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JWT_SECRET | Yes | A random string used for signing JWTs. Generate with e.g. `openssl rand -hex 32`. | |
| DEBUG_TOKEN | No | Optional. Secret token to access the debug budget endpoint at /debug/budget. | |
| DISCOGS_CONSUMER_KEY | Yes | Discogs consumer key from your Discogs developer app. | |
| DISCOGS_RELAY_ORIGIN | No | Optional. Base URL of a relay proxy for Discogs requests. Leave empty to call Discogs directly. | |
| RELAY_ACCESS_CLIENT_ID | No | Optional. Cloudflare Access client ID for the relay proxy. Required if DISCOGS_RELAY_ORIGIN is set. | |
| ALLOWED_DISCOGS_USER_ID | No | Optional. Restrict the instance to specific Discogs user IDs. Can be a single numeric ID or a comma-separated list. Leave empty to allow any user. | |
| DISCOGS_CONSUMER_SECRET | Yes | Discogs consumer secret from your Discogs developer app. | |
| RELAY_ACCESS_CLIENT_SECRET | No | Optional. Cloudflare Access client secret for the relay proxy. Required if DISCOGS_RELAY_ORIGIN is set. |
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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/DirtyDimmy/discogs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server