Back to Browse

Bideetmusique MCP Server

Developer ToolsLow Risk10.0Local
Free

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

About

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

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry. Trust signals: trusted author (22/24 approved).

4 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

What You'll Need

Set these up before or after installing:

Your application's name. The project identity is appended to it.Optional

Environment variable: BIDE_USER_AGENT

Minimum milliseconds between requests. Default 3000, floor 2000.Optional

Environment variable: BIDE_MIN_INTERVAL_MS

Per-request timeout in milliseconds. Default 20000.Optional

Environment variable: BIDE_TIMEOUT_MS

Retries on transient failures. Default 3.Optional

Environment variable: BIDE_MAX_RETRIES

In-memory cache lifetime in milliseconds. Default 900000.Optional

Environment variable: BIDE_CACHE_TTL_MS

Maximum entries kept in the in-memory cache. Default 200.Optional

Environment variable: BIDE_CACHE_MAX_ENTRIES

silent, error, info or debug, on stderr. Default error.Optional

Environment variable: BIDE_LOG_LEVEL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-smeet666-mcp-bideetmusique": {
      "env": {
        "BIDE_LOG_LEVEL": "your-bide-log-level-here",
        "BIDE_TIMEOUT_MS": "your-bide-timeout-ms-here",
        "BIDE_USER_AGENT": "your-bide-user-agent-here",
        "BIDE_MAX_RETRIES": "your-bide-max-retries-here",
        "BIDE_CACHE_TTL_MS": "your-bide-cache-ttl-ms-here",
        "BIDE_MIN_INTERVAL_MS": "your-bide-min-interval-ms-here",
        "BIDE_CACHE_MAX_ENTRIES": "your-bide-cache-max-entries-here"
      },
      "args": [
        "-y",
        "mcp-bideetmusique"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!