MCP ZepAi Server - Secure MCP Server by ALMC Security 2025

MCP ZepAi Server

View on GitHub

MCP ZepAi Server

This repository contains the MCP (Model Context Protocol) server for the ZepAi module. The server is configured to run using a specific command and environment variables as detailed below.

Configuration

Below is an example configuration:

{
  "mcpServers": {
    "zepai": {
      "command": "uv",
      "args": [
        "run",
        "--directory",
        "<path_to_the_mcp_directory>",
        "python",
        "-m",
        "mcp_zepai"
      ],
      "cwd": "<path_to_the_mcp_directory>",
      "env": {
        "ZEP_API_KEY": "<your_api_key_here>"
      }
    }
  }
}

Key Configuration Elements

  • command: The command to execute the server, in this case, using uv.
  • args: Arguments passed to the command, including the directory and module to run.
  • cwd: The current working directory for the server.
  • env: Environment variables required for the server, such as ZEP_API_KEY.

Running the Server

To run the MCP ZepAi server, ensure that the configuration file is correctly set up and execute the following command:

/opt/homebrew/bin/uv run --directory <path_to_mcp_directory> python -m mcp_zepai

Ensure that the ZEP_API_KEY environment variable is set with a valid API key.

Related in Development - Secure MCP Servers

ServerSummaryActions
Juniper Junos MCP ServerA Model Context Protocol (MCP) server for Juniper Junos devices that enables LLM interactions with n...View
MCP Tool Poisoning AttacksView
FastAPI with MCPA FastAPI application integrated with Model Context Protocol (MCP) for mathematical operations and t...View
HoneybadgerA Model Context Protocol (MCP) server implementation for interacting with the Honeybadger API. This...View
Recraft AIThis is an MCP (Model Context Protocol) server integrating MCP clients with Recraft's raster- and ve...View
AI Image Generation基于火山引擎(抖音豆包)的图像生成服务,专门设计用于与 Cursor MCP 服务集成。支持自定义图片宽高比、保...View