MCP Server
MCP
io.github.ytkoka/king-crimson-mcp
King Crimson discography and live-performance history with a curated line-up-era model.
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
By
Comments
Sign in to leave a comment