Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Mcp-ZepAi Serversearch my chat history for mentions of the project launch timeline"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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:
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:
Ensure that the ZEP_API_KEY environment variable is set with a valid API key.