DBtoolReader
@JavaPanda30
About DBtoolReader
No overview available yet
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is DBtoolReader?
DBtoolReader is a PostgreSQL database tool built with Go that provides a server interface for executing database queries and retrieving schema information. It integrates with the MCP (Model Context Protocol) server framework, making it usable with any LLM and LLM system.
How to use DBtoolReader?
After building the project with go build -o dbtoolreader, run it with ./dbtoolreader. The server communicates through standard input/output and responds to commands for executing database queries and retrieving schema information.
Key features of DBtoolReader
- Execute PostgreSQL database queries
- Retrieve database schema information
- Stdio-based server interface
- Built on the MCP-Go framework
- Compatible with any LLM system via MCP
Use cases of DBtoolReader
- Querying a PostgreSQL database through an LLM interface
- Retrieving database schema information for analysis
- Integrating database access into MCP-compatible AI workflows
FAQ from DBtoolReader
What prerequisites are needed to run DBtoolReader?
Go 1.16 or higher, a PostgreSQL database, and access credentials for that database.
What dependencies does DBtoolReader use?
It uses the github.com/mark3labs/mcp-go MCP server framework and other dependencies as listed in its go.mod file.
How does DBtoolReader communicate?
It uses a Stdio-based server interface, communicating through standard input and output, making it suitable for integration with other tools and services.
What tools does DBtoolReader provide?
Two main tools: a Database Query Tool for executing queries against your PostgreSQL database, and a Schema Tool for retrieving schema information from the database.
More Databases MCP servers
mcp_mysql_server
wenb1n-devModel Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
Dbhub
bytebaseZero-dependency, token-efficient database MCP server for Postgres, MySQL, SQL Server, MariaDB, SQLite.
mcp-server-qdrant: A Qdrant MCP server
qdrantAn official Qdrant Model Context Protocol (MCP) server implementation
Sail MCP Server for Spark SQL
lakehqDrop-in Apache Spark replacement written in Rust, unifying batch processing, stream processing, and compute-intensive AI workloads.
MongoDB MCP Server
mongodb-jsA Model Context Protocol server to connect to MongoDB databases and MongoDB Atlas Clusters.
Comments