MCP Dummy DB Integration MCP Server

$npx -y @muniasamyk/mcp-project
README.md

A secure Model Context Protocol implementation to query PostgreSQL databases.

A secure Model Context Protocol implementation that enables AI agents to query PostgreSQL databases through predefined tools for employee, project, and issue data. It protects sensitive credentials and prevents arbitrary SQL execution by acting as a controlled connector layer between the LLM and the database.

Tools (3)

query_employeesQuery employee data from the database using predefined filters.
query_projectsRetrieve project information and status updates.
query_issuesFetch issue tracking data related to specific projects.

Environment Variables

DATABASE_URLrequiredPostgreSQL connection string including credentials and host.

Configuration

claude_desktop_config.json
{"mcpServers":{"mcp-dummy-db":{"command":"npx","args":["-y","@muniasamyk/mcp-project"],"env":{"DATABASE_URL":"postgresql://user:password@localhost:5432/dbname"}}}}

Try it

List all employees currently working in the Engineering department.
Show me all active projects managed by employee ID 101.
Find all high-priority issues associated with the 'Alpha' project.
Get a summary of project statuses from the database.

Frequently Asked Questions

How do I install MCP Dummy DB Integration?

Install MCP Dummy DB Integration by running: npx -y @muniasamyk/mcp-project

What MCP clients work with MCP Dummy DB Integration?

MCP Dummy DB Integration works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Use MCP Dummy DB Integration with Conare

Manage MCP servers visually, upload persistent context, and never start from zero with Claude Code & Codex.

Try Free