A server for Zep, a long-term memory store for AI applications, requiring a ZEP_API_KEY for access.
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.
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>"
}
}
}
}
uv
.ZEP_API_KEY
.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.
An example of a remote MCP server deployable on Cloudflare Workers without authentication.
MCP Language Server gives MCP enabled clients access to semantic tools like get definition, references, rename, and diagnostics.
Securely execute shell commands with whitelisting, resource limits, and timeout controls for LLMs.
Model Kontext Protocol Server for Kubernetes that allows LLM-powered applications to interact with Kubernetes clusters through native Go implementation with direct API integration and comprehensive resource management.
An MCP server that enables Large Language Models to make HTTP requests and interact with web APIs. It supports automatic tool generation from OpenAPI/Swagger specifications.
A customizable MCP service with flexible tool selection and configuration. Requires a 302AI API key.
MCP Server for PGYER platform, supports uploading, querying apps, etc.
Remote server (SSE/Streamable) for the latest Svelte and SvelteKit documentation
Open-source tool for collaborative editing, versioning, evaluating, and releasing prompts.
Analyzes your codebase identifying important files based on dependency relationships. Generates diagrams and importance scores per file, helping AI assistants understand the codebase. Automatically parses popular programming languages, Python, Lua, C, C++, Rust, Zig.