提交

MCPDatabases

@alvnavraii

Server to manage different databases engines. For now, only allows SQLite and PostgreSQL databases, but it's easily updatable for another databases engines. This is the STDIO version. But I will uplaod SSE version too. Update this servers its highly encouraged. I hope you enjoy using it as much I making it.

工具

服务器配置

{
  "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"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.