← Back to Plugins
MCP Server MCP

io.github.ytkoka/king-crimson-mcp

github By github 👁 2 views ▲ 0 votes

King Crimson discography and live-performance history with a curated line-up-era model.

Homepage Verified source GitHub

Install

uvx king-crimson-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "king-crimson-mcp",
      "version": "0.3.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Contact email sent to MusicBrainz in the User-Agent (required by their policy).",
          "isRequired": true,
          "format": "string",
          "name": "MCP_CONTACT"
        },
        {
          "description": "setlist.fm API key, for live-performance tools.",
          "format": "string",
          "isSecret": true,
          "name": "SETLISTFM_API_KEY"
        },
        {
          "description": "Discogs personal access token, for get_editions.",
          "format": "string",
          "isSecret": true,
          "name": "DISCOGS_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...