MCP Server for MySQL based on NodeJS
A Model Context Protocol server that provides read-only access to MySQL databases, enabling LLMs to inspect database schemas and execute read‑only queries. It…
Directory
A Model Context Protocol server that provides read-only access to MySQL databases, enabling LLMs to inspect database schemas and execute read‑only queries. It…
This repo is an extension of PostgreSQL MCP Server providing functionalities to create tables, insert entries, update entries, delete entries, and drop tables.
MCP Server for MySQL based on NodeJS is a Model Context Protocol server that provides read-only access to MySQL databases. It enables LLMs to inspect database…
# UUID MCP Provider A simple Model Context Protocol (MCP) server that provides timestamp-based UUIDs whenever it's called by an LLM. ## Features - Provides a…
Connect your LLM to the Firebolt Data Warehouse for data querying and analysis.
An MCP server for local Tabular Models like PowerBI. It allows LLM clients to debug, analyze, and compose DAX queries by connecting to a local Tabular model…
A lightweight MCP server for connecting to Apache Doris and other MySQL-compatible databases, providing tools and prompts for LLM applications.
Self-hosted mem0 MCP server for Claude Code. Run a complete memory server against self-hosted Qdrant + Neo4j + Ollama while using Claude as the main LLM.
An MCP server for interacting with Oracle Database, enabling SQL generation and data retrieval via LLM prompts.
An MCP interface for the rails-pg-extras gem, providing PostgreSQL metadata and performance analysis through LLM prompts.
Deterministic knowledge graph MCP server. Single binary, no LLM in the loop.
Exasol MCP server. Provides knowledge about the Exasol database to an LLM through the Model Context Protocol. With Exasol’s MCP Server, you’re not just giving…
零负担、开箱即用的模型上下文协议(MCP)服务器,用于与 MySQL 交互和自动化操作。无需 Node.js 或 Python 环境。该服务器提供对 MySQL 数据库和表进行 CRUD 操作的工具,以及只读模式以防止意外的写入操作。您还可以通过添加 --with-explain-check 标志让 MCP…
Mantora is a local-first MCP observer: a lightweight UI + proxy for inspecting LLM data access (sessions, tool calls, results) with protective defaults.
C# SQL Agent MCP server featuring raw SQL input, strict AST validation, and an embedded Admin UI. Eliminates LLM hallucinations and security risks across 6…
Provides persistent long-term memory capabilities through semantic indexing, retrieval, and search functions with support for multiple LLM providers and…
Integrates with Supabase to persist and retrieve LLM interaction styles using emojikeys, enabling consistent personalized experiences across conversations.
Provides a MongoDB-integrated platform for systematically documenting and analyzing AI safety challenges, tracking LLM vulnerabilities through detailed thread…
Persistent AI memory server with 3-layer hybrid search, confidence scoring, and 16 tools. Zero LLM dependency.
Connect Legacy Databases to AI Agents via Model Context Protocol. Open-source bridge for LLM data analysis.
Access the Quran API from alquran.cloud to retrieve accurate Quranic text and reduce LLM hallucinations.
An autonomous memory management system for Claude AI, featuring multi-provider LLM integration and a persistent memory database.
# MCP (Model Context Protocol) Server ## Project Structure ``` ├── client.py # Client-side interaction script ├── server.py # Main MCP server implementation…
This read-only MCP Server allows you to connect to MariaDB data from Claude Desktop through CData JDBC Drivers. For full CRUD support, check out the first…