Skip to main content
Glama

Ethora MCP Server

by dappros

Model Context Protocol (MCP) Server for Ethora Platform

Overview

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Ethora service.

Tools

  • Login user
  • Register user
  • Create application
  • Delete application
  • Update application
  • List applications

Before you begin, ensure you have the following:

  • Node.js installed on your system (recommended version 18.x or higher).

Installation

Cursor

  1. Open Cursor Settings → MCP
  2. Click Add new global MCP server
  3. Add an entry for the GrowthBook MCP, following the pattern below:
{ "mcpServers": { "ethora-mcp-server": { "command": "npx", "args": ["-y", "@ethora/mcp-server"] } } }
  1. Save the settings.

You should now see a green active status after the server successfully connects!

VS Code

  1. Open User Settings (JSON)
  2. Add an MCP entry:
"mcp": { "servers": { "ethora-mcp-server": { "command": "npx", "args": [ "-y", "@ethora/mcp-server" ] } } }
  1. Save your settings.

Ethora MCP is now ready to use in VS Code.

Claude Desktop

  1. Open Settings → Developer
  2. Click Edit Config
  3. Open claude_desktop_config.json
  4. Add the following configuration:
{ "mcpServers": { "ethora-mcp-server": { "command": "npx", "args": ["-y", "@ethora/mcp-server"] } } }

Installing via Windsurf

To install ethora-mcp-server in Windsurf IDE application, Cline should use NPX:

npx -y @ethora/mcp-server

Your mcp_config.json file should be configured similar to:

{ "mcpServers": { "ethora-mcp-server": { "command": "npx", "args": [ "-y", "@ethora/mcp-server" ] } } }
-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Enables integration with the Ethora platform through user authentication, registration, and application management operations. Supports creating, updating, deleting, and listing applications within the Ethora service.

  1. Overview
    1. Tools
      1. Installation
        1. Cursor
        2. VS Code
        3. Claude Desktop
        4. Installing via Windsurf

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        Provides integration with Jira's REST API, allowing AI assistants to manage Jira issues programmatically.
        Last updated -
        6
        123
        9
        JavaScript
        MIT License
        • Apple
      • A
        security
        A
        license
        A
        quality
        Enables Claude to interact with Okta's user management system, providing capabilities to retrieve user details, list users with filtering options, and manage user groups.
        Last updated -
        4
        1,481
        17
        TypeScript
        MIT License
        • Apple
      • A
        security
        A
        license
        A
        quality
        Enables seamless integration with Trello boards, allowing users to manage cards, lists, and activities while automatically handling rate limiting and providing type safety.
        Last updated -
        9
        TypeScript
        MIT License
      • -
        security
        F
        license
        -
        quality
        Provides integration with Atlassian products through the Model Context Protocol, allowing users to interact with JIRA tickets and Confluence pages.
        Last updated -
        JavaScript

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/dappros/ethora-mcp-server'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server