MCP.so
登录

DBtoolReader

@JavaPanda30

关于 DBtoolReader

暂无概览

基本信息

分类

数据库

运行时

go

传输方式

stdio

发布者

JavaPanda30

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

数据库 分类下的更多 MCP 服务器