Skip to main content
Glama

Discogs MCP Server

by cswkim
package.json2.3 kB
{ "name": "discogs-mcp-server", "version": "0.4.3", "description": "MCP server for Discogs", "license": "MIT", "author": "Christopher Kim <hi@cswkim.dev>", "type": "module", "main": "dist/index.js", "module": "dist/index.js", "files": [ "dist", "LICENSE", "README.md" ], "bin": { "discogs-mcp-server": "dist/index.js" }, "repository": { "url": "https://github.com/cswkim/discogs-mcp-server" }, "bugs": "https://github.com/cswkim/discogs-mcp-server/issues", "keywords": [ "Discogs", "MCP" ], "scripts": { "build": "tsup", "build:watch": "pnpm build --watch", "postbuild": "shx chmod +x dist/*.js", "start": "cross-env NODE_ENV=production node dist/index.js", "dev": "tsx watch src/index.ts", "dev:stdio": "pnpm run dev stdio", "dev:stream": "pnpm run dev stream", "format": "prettier --check .", "format:fix": "prettier --write .", "lint": "eslint . --ext .js,.ts,.jsx,.tsx", "lint:fix": "eslint . --ext .js,.ts,.jsx,.tsx --fix", "inspect": "npx @modelcontextprotocol/inspector npx tsx src/index.ts", "test": "vitest run", "test:coverage": "vitest run --coverage", "test:ui": "vitest --ui", "test:watch": "vitest watch", "version:check": "node .github/scripts/check-version.js", "version:sync": "node scripts/sync-version.js", "changeset:version": "changeset version && pnpm version:sync && git add --all", "changeset:tag": "changeset tag" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "dotenv": "github:cswkim/dotenv", "fastmcp": "^3.0.0", "zod": "^4.0.5" }, "devDependencies": { "@changesets/cli": "^2.28.1", "@eslint/js": "^9.24.0", "@svitejs/changesets-changelog-github-compact": "^1.2.0", "@types/node": "^24.0.3", "@typescript-eslint/eslint-plugin": "^8.29.0", "@typescript-eslint/parser": "^8.29.0", "@vitest/coverage-v8": "^3.1.1", "cross-env": "^10.0.0", "eslint": "^9.24.0", "eslint-config-prettier": "^10.1.1", "eslint-plugin-prettier": "^5.2.6", "get-port-please": "^3.1.2", "prettier": "^3.5.3", "shx": "^0.4.0", "tsup": "^8.4.0", "tsx": "^4.19.3", "typescript": "^5.8.3", "typescript-eslint": "^8.29.0", "vitest": "^3.1.1" } }

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/cswkim/discogs-mcp-server'

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