- MCPDatabasesSSE
MCPDatabasesSSE
SSE Versión of the MCPDatabases server
Overview
what is MCPDatabasesSSE?
MCPDatabasesSSE is a server designed for managing databases using the MCP framework, specifically optimized for Server-Sent Events (SSE).
how to use MCPDatabasesSSE?
To use MCPDatabasesSSE, set up the server by running the provided Python script and connect to it using the specified database management commands.
key features of MCPDatabasesSSE?
- Supports multiple database operations such as querying, inserting, updating, and deleting records.
- Utilizes Server-Sent Events for real-time data updates.
- Easy integration with PostgreSQL and SQLite databases.
use cases of MCPDatabasesSSE?
- Real-time database management for web applications.
- Efficient handling of database queries and updates in a server environment.
- Integration with other services that require live data feeds.
FAQ from MCPDatabasesSSE?
- What databases does MCPDatabasesSSE support?
MCPDatabasesSSE supports PostgreSQL and SQLite databases.
- How do I start the server?
You can start the server by running the main Python script provided in the project.
- Is there any documentation available?
Yes, you can find the documentation on the project's GitHub page.
Server Config
{
"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"
]
}
}
}Project Info
Created At
a year agoUpdated At
a year agoAuthor Name
alvnavraiiStar
-Language
-License
-Category
databases
Recommend Servers
View AllAmap Maps
@amap
高德地图官方 MCP Server
a year ago
Memory
@modelcontextprotocol
a year ago
Playwright Mcp
@microsoft
Playwright MCP server
TypeScript
10 months ago
Serper MCP Server
@garymengcom
A Serper MCP Server
Python
a year ago
mcp-server-flomo MCP Server
@chatmcp
Write notes to Flomo
JavaScript
a year ago
Shippo
@Shippo
20 hours ago
Filesystem
@modelcontextprotocol
2 months ago
Mnemom
13 hours ago