← Back to Plugins
MCP Server MCP

io.github.brilliantdirectories/brilliant-directories-mcp

github By github 👁 1 views ▲ 0 votes

Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "brilliant-directories-mcp",
      "version": "6.58.608",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Brilliant Directories API key. Generate one in BD Admin → Developer Hub → Generate API Key.",
          "isRequired": true,
          "isSecret": true,
          "name": "BD_API_KEY"
        },
        {
          "description": "Your BD site URL, e.g. https://yoursite.com (BD_API_URL is also accepted as a legacy alias).",
          "isRequired": true,
          "name": "BD_SITE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...