← Index

io.github.dappros/ethora-mcp-server

io.github.dappros/ethora-mcp-server·v26.5.3·Memory & RAG
Quality Score
85
/100

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

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "ethora-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@ethora/mcp-server"
      ],
      "env": {
        "ETHORA_API_URL": "<ethora_api_url>",
        "ETHORA_BASE_URL": "<ethora_base_url>",
        "ETHORA_APP_JWT": "<your-ethora_app_jwt>",
        "ETHORA_B2B_TOKEN": "<your-ethora_b2b_token>",
        "ETHORA_MCP_ENABLE_DANGEROUS_TOOLS": "<ethora_mcp_enable_dangerous_tools>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "ethora-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@ethora/mcp-server"
      ],
      "env": {
        "ETHORA_API_URL": "<ethora_api_url>",
        "ETHORA_BASE_URL": "<ethora_base_url>",
        "ETHORA_APP_JWT": "<your-ethora_app_jwt>",
        "ETHORA_B2B_TOKEN": "<your-ethora_b2b_token>",
        "ETHORA_MCP_ENABLE_DANGEROUS_TOOLS": "<ethora_mcp_enable_dangerous_tools>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @ethora/mcp-server
§02  Environment variables
ETHORA_API_URL

Full Ethora API URL. Defaults to https://api.chat.ethora.com/v1 if neither ETHORA_API_URL nor ETHORA_BASE_URL is set.

ETHORA_BASE_URL

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.

ETHORA_APP_JWT
secret

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.

ETHORA_B2B_TOKEN
secret

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.

ETHORA_MCP_ENABLE_DANGEROUS_TOOLS

Set to 'true' to expose destructive tools (app deletion, wallet transfers, bulk delete). Disabled by default.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Memory & RAG