io.github.dappros/ethora-mcp-cli MCP Server
io.github.dappros/ethora-mcp-cli
What is the io.github.dappros/ethora-mcp-cli MCP server?
MCP server for the Ethora chat & messaging platform: chat ops, AI agents, RAG, automation.
How to install io.github.dappros/ethora-mcp-cli
Copy-paste configuration for popular MCP clients.
ETHORA_API_URLFull Ethora API URL. Defaults to https://api.chat.ethora.com/v1 if neither ETHORA_API_URL nor ETHORA_BASE_URL is set.
ETHORA_BASE_URLBase 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_JWTsecretApp 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_TOKENsecretB2B 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_TOOLSSet to 'true' to expose destructive tools (app deletion, wallet transfers, bulk delete). Disabled by default.
{
"mcpServers": {
"ethora-mcp-cli": {
"command": "npx",
"args": [
"-y",
"@ethora/mcp-server"
],
"env": {
"ETHORA_API_URL": "<YOUR_ETHORA_API_URL>",
"ETHORA_BASE_URL": "<YOUR_ETHORA_BASE_URL>",
"ETHORA_APP_JWT": "<YOUR_ETHORA_APP_JWT>",
"ETHORA_B2B_TOKEN": "<YOUR_ETHORA_B2B_TOKEN>",
"ETHORA_MCP_ENABLE_DANGEROUS_TOOLS": "<YOUR_ETHORA_MCP_ENABLE_DANGEROUS_TOOLS>"
}
}
}
}{
"mcpServers": {
"ethora-mcp-cli": {
"command": "npx",
"args": [
"-y",
"@ethora/mcp-server"
],
"env": {
"ETHORA_API_URL": "<YOUR_ETHORA_API_URL>",
"ETHORA_BASE_URL": "<YOUR_ETHORA_BASE_URL>",
"ETHORA_APP_JWT": "<YOUR_ETHORA_APP_JWT>",
"ETHORA_B2B_TOKEN": "<YOUR_ETHORA_B2B_TOKEN>",
"ETHORA_MCP_ENABLE_DANGEROUS_TOOLS": "<YOUR_ETHORA_MCP_ENABLE_DANGEROUS_TOOLS>"
}
}
}
}{
"mcpServers": {
"ethora-mcp-cli": {
"command": "npx",
"args": [
"-y",
"@ethora/mcp-server"
],
"env": {
"ETHORA_API_URL": "<YOUR_ETHORA_API_URL>",
"ETHORA_BASE_URL": "<YOUR_ETHORA_BASE_URL>",
"ETHORA_APP_JWT": "<YOUR_ETHORA_APP_JWT>",
"ETHORA_B2B_TOKEN": "<YOUR_ETHORA_B2B_TOKEN>",
"ETHORA_MCP_ENABLE_DANGEROUS_TOOLS": "<YOUR_ETHORA_MCP_ENABLE_DANGEROUS_TOOLS>"
}
}
}
}{
"servers": {
"ethora-mcp-cli": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ethora/mcp-server"
],
"env": {
"ETHORA_API_URL": "<YOUR_ETHORA_API_URL>",
"ETHORA_BASE_URL": "<YOUR_ETHORA_BASE_URL>",
"ETHORA_APP_JWT": "<YOUR_ETHORA_APP_JWT>",
"ETHORA_B2B_TOKEN": "<YOUR_ETHORA_B2B_TOKEN>",
"ETHORA_MCP_ENABLE_DANGEROUS_TOOLS": "<YOUR_ETHORA_MCP_ENABLE_DANGEROUS_TOOLS>"
}
}
}
}claude mcp add ethora-mcp-cli --env ETHORA_API_URL=<YOUR_ETHORA_API_URL> --env ETHORA_BASE_URL=<YOUR_ETHORA_BASE_URL> --env ETHORA_APP_JWT=<YOUR_ETHORA_APP_JWT> --env ETHORA_B2B_TOKEN=<YOUR_ETHORA_B2B_TOKEN> --env ETHORA_MCP_ENABLE_DANGEROUS_TOOLS=<YOUR_ETHORA_MCP_ENABLE_DANGEROUS_TOOLS> -- npx -y @ethora/mcp-serverRelated MCP servers
MCP server for the Ethora chat & messaging platform: chat ops, AI agents, RAG, automation.