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
「開発者ツール」の他のコンテンツ
test
prysmaticlabsGo implementation of Ethereum proof of stake
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents

Sentry
modelcontextprotocolModel Context Protocol Servers
コメント