db-server
@sultanfariz
db-server について
A very simple prototype tools that could be equipped by LLM-powered MCP client to access DB. Intended for GDGoC IPBxUI Build with AI workshop.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-server-db": {
"command": "bun",
"args": [
"run",
"index.ts"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is db-server?
—
How to use db-server?
Install dependencies with bun install and run with bun run index.ts.
Key features of db-server
—
Use cases of db-server
—
FAQ from db-server
What runtime does db-server require?
Bun v1.1.24 or later.
How do I start the server?
Run bun run index.ts after installing dependencies.
—
How do I install dependencies?
Run bun install.
「データベース」の他のコンテンツ
mcp-server-qdrant: A Qdrant MCP server
qdrantAn official Qdrant Model Context Protocol (MCP) server implementation
637
MCP MongoDB Server
kiliczshA Model Context Protocol Server for MongoDB
281
Redis MCP Server
redisThe official Redis MCP Server is a natural language interface designed for agentic applications to manage and search data in Redis efficiently
539
MotherDuck's DuckDB MCP Server
motherduckdbLocal MCP server for DuckDB and MotherDuck
498
PostgreSQL Model Context Protocol (PG-MCP) Server
stuzero540
コメント