← Back to Plugins
MCP Server MCP

io.github.dappros/ethora-mcp-server

github By github 👁 1 views ▲ 0 votes

MCP server for the Ethora chat & messaging platform: chat ops, AI agents, RAG, automation.

Homepage Verified source GitHub

Install

npx -y @ethora/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@ethora/mcp-server",
      "version": "26.5.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Full Ethora API URL. Defaults to https://api.chat.ethora.com/v1 if neither ETHORA_API_URL nor ETHORA_BASE_URL is set.",
          "format": "string",
          "name": "ETHORA_API_URL"
        },
        {
          "description": "Base host URL (e.g. https://api.chat.ethora.com). The server appends /v1 automatically. Use ETHORA_API_URL instead if you need a non-/v1 path.",
          "format": "string",
          "name": "ETHORA_BASE_URL"
        },
        {
          "description": "App JWT used for the user-auth bootstrap flow (login/register). Usually starts with 'JWT '. Optional; can also be set at runtime via the ethora-configure tool.",
          "format": "string",
          "isSecret": true,
          "name": "ETHORA_APP_JWT"
        },
        {
          "description": "B2B server token used for tenant-actor x-custom-token auth (JWT with type=server). Required for B2B / app provisioning flows. Optional; can also be set at runtime.",
          "format": "string",
          "isSecret": true,
          "name": "ETHORA_B2B_TOKEN"
        },
        {
          "description": "Set to 'true' to expose destructive tools (app deletion, wallet transfers, bulk delete). Disabled by default.",
          "format": "string",
          "name": "ETHORA_MCP_ENABLE_DANGEROUS_TOOLS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...