MCPDatabasesSSE

Created By
alvnavraiia year ago
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?

  1. Real-time database management for web applications.
  2. Efficient handling of database queries and updates in a server environment.
  3. 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 ago
Updated At
a year ago
Author Name
alvnavraii
Star
-
Language
-
License
-
Category
databases

Recommend Servers

View All
Nordic Data

7 hours ago
Verify Action
@Armada735

Verify AI agent tool calls with content-addressed, HMAC-attested receipts. Free third-party verification API for AI agents. Call verify_action(claim, evidence) to get an independent integrity check on whether your claimed action matches the actual evidence. Useful for catching silent failures: incorrect SQL operations, file-op mismatches, API call inconsistencies, and code-diff scope creep. Five specialized verifier kinds: - code_diff: verb / path / identifier coherence with unified diff - db_op: row delta + SQL operation + ID match - file_op: existence state + line/size delta - api_call: request body and response status coherence - generic: conservative fallback Returns: - aar_verdict: verified | contradicted | insufficient_evidence | unsafe_to_verify - verdict: ok | mismatch | uncertain (legacy 3-value alias) - reasoning, confidence - receipt: verify_action_receipt.v0 with HMAC-SHA256 signature, content-addressed via SHA-256 hashes of claim and evidence Cross-vendor: works with Claude Code, Cursor, Cline, Codex, Codeium, and any MCP-compatible harness. Stateless, per-request, no API key, no registration. Pure Python stdlib (no pip install). Anonymized telemetry only — no PII, no model fingerprint, no raw claim/evidence retention. Honest scope: this is a small reference implementation, not a canonical inter-vendor standard. v0 receipts use HMAC-SHA256 (symmetric, single-issuer); v1 with ed25519 + multi-issuer is on the roadmap. The hosted endpoint has no SLA — self-host for stability (git clone && ./start.sh). 90-day probe with explicit kill criteria. If adoption appears, v1 schema work begins. If response is null, the null is itself a publishable data point.

2 days ago
Koreanpulse

3 days ago
MDMagic MCP Server
@MDMagic-MCP

Convert Markdown to DOCX, PDF, and HTML using your own Word templates — your letterhead, your branding, your fonts. Plus 15 designer-built templates for when you don't have your own. MDMagic plugs straight into Claude, Cursor, VS Code, and any MCP-compatible AI assistant, giving them direct access to a professional document conversion pipeline - and, more importantly, *your* templates. ✨ Use your own Word templates Upload your existing letterhead, stationery, brand guidelines, contract shells, proposal templates — anything you already use in Microsoft Word. Once uploaded, your AI assistant can convert any Markdown directly into a polished document carrying *your* logo, fonts, colours, footers, page numbers, watermarks, and signature blocks. The output looks like it came from your design team, not from a generic AI export. 🎨 Or pick from 15 designer-built templates Don't have a Word template ready? MDMagic ships with 15 professionally designed templates across four categories: • Business — Executive Platinum, Financial Blue, Premium Bronze, Professional Azure, Business Purple • Creative — Designer Indigo, Artistic Aqua, Sunset Vibes, Sage Serenity, Minimalist Pro, Cheese Burger • Professional — Legal Burgundy, Modern Legal • Technical — Code Documentation, Deep Data Blue 🧰 Ten tools, designed for AI workflows • convert_document — Markdown → DOCX, PDF, HTML, or all three • validate_markdown — pre-flight syntax check before you spend credits • estimate_conversion_cost — know the cost before the conversion runs • recommend_template — describe the document, get the right template • list_all_templates / list_builtin_templates / list_custom_templates — full catalogue with category filters • get_template_details — confirm page sizes, orientations, variants • check_credit_balance — credits remaining, plan status, cost-aware AI behaviour • show_default_settings — honour the user's preferred page size and orientation 💸 Same credits, one balance Whether you convert via the MDMagic web app or your AI assistant, credits work the same way. Free-tier credits renew monthly. Paid plans and one-off top-ups available. The MCP refuses conversions when your balance is low — no surprise bills. 🚀 Five-minute setup Sign up at https://mdmagic.ai/account → grab your API key → paste a JSON snippet into your AI client's MCP config → restart. Done. The hosted endpoint at https://api.mdmagic.ai/mcp is also available for clients that don't run local processes. Built for serious documents. Designed for AI assistants. Trusted with your brand.

3 hours ago