MCPDatabasesSSE
@alvnavraii
关于 MCPDatabasesSSE
SSE Versión of the MCPDatabases server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"SqliteManagement": {
"command": "/home/slendy/MCPProjects/DataBase/.venv/bin/python",
"args": [
"/home/slendy/MCPProjects/DataBase/main.py",
"--engine",
"sqlite",
"--url",
"sqlite:////home/slendy/MCPProjects/DataBase/ecommerce.db"
]
},
"PostgressManagement": {
"command": "/home/slendy/MCPProjects/DataBase/.venv/bin/python",
"args": [
"/home/slendy/MCPProjects/DataBase/main.py",
"--engine",
"postgresql",
"--url",
"postgresql://postgres:postgres@localhost:5433/ecommerce"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCPDatabasesSSE?
MCPDatabasesSSE is a Model Context Protocol server that provides tools for executing SQL queries and managing PostgreSQL databases. It is built with FastMCP and communicates via SSE (Server-Sent Events) transport, making it suitable for AI assistants that need to interact with a PostgreSQL database.
How to use MCPDatabasesSSE?
The server runs on host 0.0.0.0 port 8050 and exposes tools for querying, inserting, updating, deleting, and schema operations (create/alter/drop tables). No installation or configuration details are provided in the README.
Key features of MCPDatabasesSSE
- Exposes seven database operation tools via MCP
- Supports query, insert, update, delete, and schema changes
- Uses SSE transport for real-time communication
- Connects to a PostgreSQL database via a
connectfunction - Built on the FastMCP framework
Use cases of MCPDatabasesSSE
- Allowing an AI assistant to run SELECT queries and return results
- Enabling an AI to insert new records into a PostgreSQL table
- Letting an AI create or alter database tables programmatically
FAQ from MCPDatabasesSSE
What dependencies are required to run MCPDatabasesSSE?
—
How is the database connection configured?
—
What transport does the server use?
—
Are there any security or authentication mechanisms?
—
其他 分类下的更多 MCP 服务器
Nginx UI
0xJackyYet another WebUI for Nginx
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
ghidraMCP
LaurieWiredMCP Server for Ghidra
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
评论