Elasticsearch MCP Server
# Elasticsearch MCP Server This is a Python-based MCP (Model Control Protocol) server that provides an interface for searching and analyzing property data…
Directory
# Elasticsearch MCP Server This is a Python-based MCP (Model Control Protocol) server that provides an interface for searching and analyzing property data…
MySQL Database Integration using Python script with configurable access controls and schema inspection, using stdio mode to suitable local deployment.
An MCP server that provides safe, read-only access to SQLite databases through the Model Context Protocol. Built with the FastMCP framework, it enables LLMs to…
MCP server for long term agent memory with Mem0. Also useful as a template to get you started building your own MCP server with Python!
# MCP Server for MySQL based on NodeJS [](https://smithery.ai/server/@benborla29/mcp-se…
AI-assisted development MCP providing long-term, on-device "AI memory" for IDEs. Powered by Kuzu GraphDB and exposed via MCP server
# Microsoft SQL MCP Server A robust SQL Server interface using the Model Context Protocol (MCP) standard, providing AI assistants with a controlled way to…
PostgreSQL MCP Server is a Model Context Protocol server that provides CRUD operations for PostgreSQL database tables through a set of MCP tools. It uses the…
simple poc to demostrate an mcp server on top of sqlite db
# ChEMBL-MCP-Server A FastMCP wrapper server based on the chembl_webresource_client package, providing API access to the ChEMBL database. ## Features -…
# 設定手順 以下の手順で開発環境をセットアップできます。 ① 仮想環境を作成 ``` uv venv ``` このコマンドを実行すると、カレントディレクトリに .venv/ フォルダが作成されます。 ② 仮想環境をアクティブにする ``` source .venv/bin/activate ``` ③…
# MCP (Model Context Protocol) Server ## Project Structure ``` ├── client.py # Client-side interaction script ├── server.py # Main MCP server implementation…
MCP Server with PostgreSQL, uV Python, and AutoGen AI Overview This project is a modular backend server built with uV Python, powered by PostgreSQL for data…
MCPBench is an evaluation framework for MCP servers. It supports evaluating three types of servers (Web Search, Database Query, and GAIA) and is compatible…
# Amazon Bedrock Converse API and Database MCP Server Integration This sample demonstrates the integration of AWS Bedrock's Conversational AI capabilities with…
A FastMCP-powered Model Context Protocol server that gives AI assistants (Claude, Cursor, etc.) full, structured access to a PostgreSQL database — no SQL…
# Simple MySQL MCP Server A minimal FastAPI-based MCP server that lets GitHub Copilot or other MCP-compatible tools securely query your local or Dockerized…
# MySQL MCP Server A powerful database management tool built with FastMCP that provides an interactive interface for managing SQLite databases. This project…
# MongoDB Model Context Protocol Server A powerful server implementation for managing models, contexts, and protocols with MongoDB integration and Cursor…
# CockroachDB MCP Server [](https://smithery.ai/server/@Swayingleaves/cockroac…
# Smithery AI에 등록하는 방법을 알기 위해서 다음 사이트의 코드를 한글로만 바꿔서 올렸습니다. #https://github.com/designcomputer/mysql_mcp_server # MySQL MCP 서버 MySQL 데이터베이스와의 안전한 상호작용을 가능하게 하는…
Quick little template for a local MCP MySQL server.
Some examples to build server, client test in model context protocol. Một số ví dụ sử dụng MCP
A lightweight Model Context Protocol (MCP) server that enables Large Language Models (LLMs) to autonomously interact with SQLite databases.