project-overview

project-overview is a cursor rule for Cursor from cuongtl1992/mcp-dbs. It costs 0 tokens per session (474 once invoked), scanned A, original, MIT.

A project guide for an MCP server that lets language-model applications connect to and query SQLite, PostgreSQL, and SQL Server databases. MCP is a standard way for applications to expose tools and data to AI systems.

In plain words
What is it for?
Use it when working on the server's database interfaces, database implementations, MCP tools, schema resources, factory, or main server.
Why use it?
It gives contributors a shared description of the project's purpose, technologies, and main code areas.

Cursor rule for Cursor

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add rules/cuongtl1992/mcp-dbs/project-overview
Clone the repo
git clone --depth 1 https://github.com/cuongtl1992/mcp-dbs

Made for: Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for project-overview

README.md
[![agentmods](https://agentmods.dev/badge/rules/cuongtl1992/mcp-dbs/project-overview.svg)](https://agentmods.dev/rules/cuongtl1992/mcp-dbs/project-overview)
Your own site
<a href="https://agentmods.dev/rules/cuongtl1992/mcp-dbs/project-overview"><img src="https://agentmods.dev/badge/rules/cuongtl1992/mcp-dbs/project-overview.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Nothing until a file matches its globs; then the whole rule loads.
When invoked 474 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00474
Opus 5 $0.00000 $0.00237
Sonnet 5 $0.00000 $0.00095
Haiku 4.5 $0.00000 $0.00047

Measured 4d ago against content hash f687b0d2e424, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

project-overview scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.cursor/rules/project-overview.mdc · 57 lines

What it actually says

MCP Database Server Project Overview

Project Purpose

This project provides an MCP (Model Context Protocol) server implementation for database connections. It allows LLM-powered applications to connect to and query databases through the MCP protocol.

Key Technologies

  • TypeScript
  • Node.js
  • Model Context Protocol (MCP)
  • Database Connections (SQLite, PostgreSQL, SQL Server)
  • ESM Modules

Architecture

The project follows a modular architecture:

Core Components

  • Database Interfaces: Defines the common interface that all database implementations must follow.
  • Database Implementations: Concrete implementations for each supported database type.
  • MCP Server: The main server that handles MCP protocol communication.
  • Factory: Creates database instances based on configuration.
  • Tools: MCP tool implementations for database operations.
  • Resources: MCP resource implementations for database schema information.

Directory Structure

  • src/: Source code

    • interfaces/: TypeScript interfaces for the codebase
    • databases/: Database implementations
    • tools/: MCP tool implementations
    • resources/: MCP resource implementations
    • server.ts: Main MCP server implementation
    • factory.ts: Database factory
    • index.ts: Entry point and exports
  • test/: Test files

  • dist/: Compiled JavaScript output

  • assets/: Static assets

Important Development Notes

  1. The project uses ES modules (ESM) with .js extensions in import paths.
  2. Some dependencies (like 'pg') are CommonJS modules and require special import handling.
  3. All database implementations follow the same interface for consistency.
  4. The server supports both STDIO and SSE transports for different use cases.

Common Tasks

  • Adding a new database type: Create a new implementation in src/databases/ following the Database interface, then update the factory.
  • Adding new MCP tools: Add to the tools directory and register in the server.
  • Running in development: Use npm run dev to start the TypeScript compiler in watch mode.
  • Testing: Run npm test to execute the Jest test suite.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 57 lines · 0 tokens per session scan A f687b0d2e424

Subscribe to this mod's changes

project-overview is a cursor rule published in the GitHub repository cuongtl1992/mcp-dbs (21 stars, last pushed 1y ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 474 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.