← Back to Plugins
MCP Server MCP

io.github.smeet666/mcp-bideetmusique

github By github 👁 1 views ▲ 0 votes

Search the Bide & Musique collection of forgotten French songs. Records, lyrics, no API key.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcp-bideetmusique",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your application's name. The project identity is appended to it.",
          "name": "BIDE_USER_AGENT"
        },
        {
          "description": "Minimum milliseconds between requests. Default 3000, floor 2000.",
          "name": "BIDE_MIN_INTERVAL_MS"
        },
        {
          "description": "Per-request timeout in milliseconds. Default 20000.",
          "name": "BIDE_TIMEOUT_MS"
        },
        {
          "description": "Retries on transient failures. Default 3.",
          "name": "BIDE_MAX_RETRIES"
        },
        {
          "description": "In-memory cache lifetime in milliseconds. Default 900000.",
          "name": "BIDE_CACHE_TTL_MS"
        },
        {
          "description": "Maximum entries kept in the in-memory cache. Default 200.",
          "name": "BIDE_CACHE_MAX_ENTRIES"
        },
        {
          "description": "silent, error, info or debug, on stderr. Default error.",
          "name": "BIDE_LOG_LEVEL"
        }
      ]
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/smeet666/mcp-bideetmusique/releases/download/v1.0.0/mcp-bideetmusique-1.0.0.mcpb",
      "version": "1.0.0",
      "fileSha256": "b41658cc1ab961b1d92bf32cbce027a40d2d00df064fd27010965513ba59cb48",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol npm mcpb

Comments

Sign in to leave a comment

Loading comments...