Installation\
\
Prerequisites\
- Python 3.8+\
- Zep Cloud API key\
\
Setup\
# Clone the repository\
git clone https://github.com/kev-hu/mcp-server-zep-cloud.git\
cd mcp-server-zep-cloud\
\
# Create virtual environment\
python -m venv venv\
source venv/bin/activate # On Windows: venv\\\\Scripts\\\\activate\
\
# Install dependencies\
pip install -r requirements.txt\
\
# Set your Zep Cloud API key\
export ZEP_CLOUD_API_KEY="your_api_key_here"\
\
# Start the server\
python main.py