KevoDB MCP Server
OfficialImplements a Multimodal Communication Protocol server for KevoDB, allowing AI agents to interact wit...
- Click the "Install Now" button to open the FastMCP connection / environment configuration interface.
- In the FastMCP interface add the following environment variables (exact field names):
- KEVO_HOST
- KEVO_PORT
(These values must be entered into the FastMCP connection interface fields — not into a separate file.)
- Determine the correct values to enter:
- If KevoDB is running locally, use KEVO_HOST = localhost and KEVO_PORT = 50051 (these are the README defaults).
- If KevoDB runs on another machine, set KEVO_HOST to that machine’s IP or hostname (for example 192.168.1.100) and KEVO_PORT to the port KevoDB is listening on (example: 5000).
- Example entries: KEVO_HOST = localhost KEVO_PORT = 50051
- If you need to discover the running KevoDB host/port:
- Docker: run docker ps to find the container and docker port
to see published ports. - Kubernetes: use kubectl get svc / kubectl port-forward to expose the service.
- On the host machine: check the KevoDB process or service configuration (systemd, startup script) for the listening address/port.
- Docker: run docker ps to find the container and docker port
- Verify connectivity from the machine that will run the MCP server before saving:
- Quick TCP check: nc -vz <KEVO_HOST> <KEVO_PORT> (or telnet <KEVO_HOST> <KEVO_PORT> / Test-NetConnection on Windows).
- If the port is accessible the command should report success; if not, ensure KevoDB is running and firewall rules allow access.
- Enter the determined KEVO_HOST and KEVO_PORT values into the FastMCP interface fields and click the interface’s Save / Install / Confirm button to apply them.
- Start (or restart) the KevoDB MCP server via the FastMCP launch mechanism (or run python main.py on the MCP server host). The MCP server will read the KEVO_HOST and KEVO_PORT values you provided.
- Optional: if you change KevoDB’s address later, update KEVO_HOST / KEVO_PORT in the FastMCP connection interface and restart the MCP server.
Notes: the KevoDB MCP server uses only KEVO_HOST and KEVO_PORT for configuration per the README — no API key or secret is required.
Quick Start
Choose Connection Type for
Authentication Required
Please sign in to use FastMCP hosted connections
Run MCP servers without
local setup or downtime
Access to 1,000+ ready-to-use MCP servers
Skip installation, maintenance, and trial-and-error.
No local setup or infra
Run MCP servers without Docker, ports, or tunnels.
Always online
Your MCP keeps working even when your laptop is off.
One secure URL
Use the same MCP from any agent, anywhere.
Secure by default
Encrypted connections. Secrets never stored locally.
Configuration for
Environment Variables
Please provide values for the following environment variables:
HTTP Headers
Please provide values for the following HTTP headers:
started!
The MCP server should open in . If it doesn't open automatically, please check that you have the application installed.
Copy and run this command in your terminal:
Make sure Gemini CLI is installed:
Visit Gemini CLI documentation for installation instructions.
Make sure Claude Code is installed:
Visit Claude Code documentation for installation instructions.
Installation Steps:
Configuration
Installation Failed
More for Database
View All →Supabase MCP Server
Connect Supabase projects directly with AI assistants using the Model Context Protocol (MCP). This server standardizes communication between Large Language Models and Supabase, enabling AI to manage tables, query data, and interact with project features like edge functions, storage, and branching. Customize access with read-only or project-scoped modes and select specific tool groups to fit your needs. Integrated tools cover account management, documentation search, database operations, debugging, and more, empowering AI to assist with development, monitoring, and deployment tasks in your Supabase environment efficiently and securely.
Svelte
Official Svelte documentation access and code analysis server that provides up-to-date reference material, playground link generation, and intelligent autofixer capabilities for detecting common patterns, anti-patterns, and migration opportunities in Svelte 5 and SvelteKit projects.
ClickHouse
Unlock powerful analytics with the ClickHouse MCP Server—seamlessly run, explore, and manage SQL queries across ClickHouse clusters or with chDB’s embedded OLAP engine. This server offers easy database and table listing, safe query execution, and flexible access to data from files, URLs, or databases. Built-in health checks ensure reliability, while support for both ClickHouse and chDB enables robust data workflows for any project.
More for API Development
View All →Sentry
Streamline Sentry API integration with this remote MCP server middleware prototype. sentry-mcp acts as a bridge between clients and Sentry, supporting flexible transport methods and offering tools like the MCP Inspector for easy service testing. Inspired by Cloudflare’s remote MCP initiative, it helps developers adapt and debug workflows, making Sentry interaction smoother for both cloud and self-hosted environments.