openGauss MCP server build with FastMCP
@HowardQin
关于 openGauss MCP server build with FastMCP
An openGauss database MCP server build with FastMCP,
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"openGauss": {
"command": "uv",
"args": [
"--directory",
"C:\\your\\path\\fastmcp-opengauss",
"run",
"server.py",
"--transport",
"stdio"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is openGauss MCP server?
An MCP server built with FastMCP 2.0 that enables interaction with an openGauss database. It supports multiple transport methods for connecting MCP clients to openGauss.
How to use openGauss MCP server?
Clone the repository, copy .env.example to .env, and run uv sync (requires Python ≥3.12 and uv). Configure openGauss connection parameters via .env or environment variables (host, port, user, password, dbname). Start the server with uv run server.py --transport=<stdio|sse|streamable-http> and optional flags for port, host, and path. For Claude Desktop, add a Stdio command to claude_desktop_config.json as shown in the README.
Key features of openGauss MCP server
- Built with FastMCP 2.0
开发工具 分类下的更多 MCP 服务器
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
test
prysmaticlabsGo implementation of Ethereum proof of stake
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
评论