brilliant-directories-mcp
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
io.github.dappros/ethora-mcp-server · v26.5.3
MCP server for the Ethora chat & messaging platform: chat ops, AI agents, RAG, automation.
ethora-mcp-server 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"ethora-mcp-server": {
"command": "npx",
"args": [
"-y",
"@ethora/mcp-server"
]
}
}
}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可选secretApp 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可选secretB2B 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.
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
v3.1.0
io.github.pvliesdonk/markdown-vault-mcp
Markdown vault MCP server with FTS5 + semantic search and frontmatter indexing
v0.3.0
io.github.opendata-kr/narajangteo-opening
나라장터 낙찰정보서비스 Open API를 위한 로컬 MCP 서버
v3.10.1
io.github.webdriverio/mcp
MCP server with WebdriverIO for browser and mobile app automation (iOS/Android via Appium)
v0.0.53
io.github.cablate/google-map
18 Google Maps tools for AI agents — geocode, search, directions, weather, and more.
v1.0.0
ai.arpi/arpi-mcp
AI-powered ECG analysis: submit ECG images and receive diagnosis reports from ARPI's ECG AI.
{
"id": "io.github.dappros/ethora-mcp-server",
"type": "mcp-server",
"version": "26.5.3",
"displayName": "ethora-mcp-server",
"description": "MCP server for the Ethora chat & messaging platform: chat ops, AI agents, RAG, automation.",
"repository": {
"url": "https://github.com/dappros/ethora-mcp-server",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@ethora/mcp-server",
"version": "26.5.3",
"transport": "stdio",
"environmentVariables": [
{
"name": "ETHORA_API_URL",
"description": "Full Ethora API URL. Defaults to https://api.chat.ethora.com/v1 if neither ETHORA_API_URL nor ETHORA_BASE_URL is set."
},
{
"name": "ETHORA_BASE_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."
},
{
"name": "ETHORA_APP_JWT",
"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.",
"isSecret": true
},
{
"name": "ETHORA_B2B_TOKEN",
"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.",
"isSecret": true
},
{
"name": "ETHORA_MCP_ENABLE_DANGEROUS_TOOLS",
"description": "Set to 'true' to expose destructive tools (app deletion, wallet transfers, bulk delete). Disabled by default."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.dappros/ethora-mcp-server",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.dappros%2Fethora-mcp-server/versions/latest",
"isOfficial": true,
"status": "active"
}
}