← Back to Plugins
MCP Server MCP

io.github.seldonframe/seldonframe-mcp

github By github 👁 1 views ▲ 0 votes

Open-source GoHighLevel alternative for agencies. White-label CRM, booking, intake, chatbot via MCP.

Homepage Verified source GitHub

Install

npx -y @seldonframe/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@seldonframe/mcp",
      "version": "1.45.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional. Bearer API key for hosted SeldonFrame workspaces beyond the first one. The first workspace is free and the MCP mints a device token automatically. Set this to unlock additional workspaces, custom domains, and full Brain v2.",
          "format": "string",
          "isSecret": true,
          "name": "SELDONFRAME_API_KEY"
        },
        {
          "description": "Optional. Override the SeldonFrame API base URL. Defaults to https://app.seldonframe.com. Set for self-hosted deployments.",
          "format": "string",
          "name": "SELDONFRAME_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...