Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ—„οΈ Databases
  3. Coremcp
Coremcp logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 10:31:12 AM

Coremcp

User RatingsBe the first to rate and review this MCP server!
View Repository11 GitHub StarsTotal stargazers on GitHub for the source repository (11 stars).Visit Website
databasesmcpsqlsecurityon-premise

Connects MSSQL and PostgreSQL databases to MCP clients with schema tools, query controls, PII masking, and local or WebSocket operation.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

One-click editor setup isn’t available for this listing yet β€” we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself β€” its README, its docs, or a verified owner. We haven’t found those for corebasehq/coremcp, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Tool Schemas (6) Directory Badge Claim listing AlternativesπŸ—„οΈ More in Databases

Overview

The corebasehq/coremcp MCP server exposes MSSQL and PostgreSQL databases as MCP tools from a Go binary. It supports local stdio use with clients such as Claude Desktop and outbound WebSocket connections for databases behind NAT. Read-only mode is enabled by default, while query validation, row limits, and configurable PII masking reduce exposure risks. Reach for it when an agent needs controlled access to localhost or on-premise database data and schema information.

Use cases

β€’Query on-premise MSSQL data from an MCP client
β€’Inspect tables and stored procedure schemas
β€’Run read-only SQL with row limits and PII masking
β€’Connect databases behind NAT through an outbound WebSocket

Key features

β€’MSSQL and PostgreSQL adapters
β€’Schema and stored procedure discovery
β€’Read-only mode by default
β€’AST-aware SQL safety checks
β€’Configurable row limits and PII masking
β€’stdio and outbound WebSocket transports

Capabilities & Tool Schemas (6) ~124 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Coremcp.

query_database

Arbitrary SQL against a configured source.

list_tables

Tables with column counts, primary keys, foreign key counts.

describe_table

Full schema for one table: columns, types, nullability, PKs, FKs, column comments.

list_views

All views with column definitions.

list_procedures

Stored procedures with parameter names, types, modes (`IN`/`OUT`/`INOUT`), and a ready-to-copy example call.

execute_procedure

Calls a stored procedure with named parameters. **Only enabled when `readonly: false`.**

How Coremcp works

What corebasehq/coremcp MCP server does

The corebasehq/coremcp MCP server connects MCP clients to configured SQL data sources. Its stable database adapters are MSSQL and PostgreSQL, with a dummy adapter available for testing without a real database. The project is distributed as a Go binary that includes its database drivers.

Agents can run SQL against a named source and inspect database structure. Schema discovery includes tables, columns, primary and foreign key information, views, and stored procedures. Procedure metadata includes parameter names, types, modes, and an example call. Calling a stored procedure is available only when the source explicitly sets readonly: false.

How it works

Local operation uses the serve command and stdio transport. This is intended for desktop MCP clients and other local processes. Remote operation uses connect, which opens an outbound WebSocket to a relay. Because the agent initiates the connection, the database host does not need to accept inbound connections; the README describes this mode for networks such as corporate VPCs and on-premise sites.

The corebasehq/coremcp MCP server applies security processing before and after database access. Its T-SQL-aware validation allows SELECT and WITH statements in read-only query mode and rejects disallowed statements, multiple statements, and several SQL Server features that could modify or expose data. A forced row limit caps result size, and regex-based masking can replace configured patterns such as email addresses, credit card numbers, and Turkish identity numbers in returned strings.

MSSQL sources can optionally use READ UNCOMMITTED behavior through no_lock. The normalize_turkish option supports selected legacy Turkish database encoding and comparison cases, including normalization of SQL string literals and correction of some mojibake in returned text.

Setup and configuration

Install options include a release binary, the Linux/macOS installer, Docker, or building from source with Go 1.23 or newer. A YAML file named coremcp.yaml is used by the local server. Each source requires a unique name, adapter type, and database connection string. MSSQL uses a sqlserver:// DSN; PostgreSQL uses a postgresql:// DSN.

The default source setting is read-only. Set readonly: false only when procedure execution is needed, and use a database account limited to the intended SELECT and EXECUTE permissions. Server settings also control logging, transport, port, row limits, PII masking, and custom masking patterns.

For remote mode, provide a relay WebSocket URL and authentication token to coremcp connect. An agent ID can be supplied for identification, and reconnect behavior can be configured with command-line flags.

Tools and capabilities

The corebasehq/coremcp MCP server provides these database tools:

  • query_database runs SQL against a selected configured source.
  • list_tables reports tables, column counts, primary keys, and foreign key counts.
  • describe_table returns detailed column and constraint metadata, including comments.
  • list_views returns views and their column definitions.
  • list_procedures returns stored procedure parameters and example calls.
  • execute_procedure invokes a procedure with named parameters when writes are enabled for that source.

The remote relay protocol additionally supports SQL execution, cached schema retrieval, source listing, health checks, and configuration synchronization.

Limitations and notes

Firebird support is still in progress and currently returns a placeholder error. MySQL is listed as roadmap work, while HTTP transport, audit logging, and query-result caching are also not yet available. Query safeguards are intended as one security layer; the documentation recommends pairing them with least-privilege database roles rather than relying on validation alone. no_lock can produce dirty reads, so it should be used with that trade-off understood.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Databases View all alternatives
  • Postgres MCP logoPostgres MCP

    PostgreSQL MCP server with 14 tools for querying, schema exploration, and table analysis. Features security-first design with SQL injection prevention and read-only by default.

    πŸ—„οΈ Databases3 views
    Compare vs Postgres MCP β†’
  • Influxdb3 MCP Server logoInfluxdb3 MCP Server
    Verified

    Official MCP server for InfluxDB 3 Core/Enterprise/Cloud Dedicated

    πŸ—„οΈ Databases2 views
    Compare vs Influxdb3 MCP Server β†’
  • MCP Clickhouse logoMCP Clickhouse

    ClickHouse database integration with schema inspection and query capabilities

    πŸ—„οΈ Databases3 views
    Compare vs MCP Clickhouse β†’
  • Dbridge MCP logoDbridge MCP

    Query SQLite, PostgreSQL, and MySQL in plain language β€” read-only by design, with column hiding/masking, row caps, per-query timeouts, cost-based rejection, and rate limiting.

    πŸ—„οΈ Databases3 views
    Compare vs Dbridge MCP β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
11
Stargazers on the source repository.
Last commit
1mo ago
Most recent push to the default branch.
Tools exposed
6
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Coremcp

Download a release binary, use the Linux/macOS installer, pull the Docker image, or build from source with Go 1.23 or newer.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewCoremcp AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/corebasehq-coremcp?style=directory)](https://allmcps.com/mcp/corebasehq-coremcp)
HTML Embed
<a href="https://allmcps.com/mcp/corebasehq-coremcp"><img src="https://allmcps.com/api/badge/corebasehq-coremcp?style=directory" alt="Coremcp on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ—„οΈDatabases
PricingFree
More technical detailsExpand β–Ύ
AuthOther
LicenseApache-2.0
ClientsClaude Desktop
Last updatedSep 7, 2026
4/4 checks healthy over the last 31d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars11
GitHub Star CountTotal stargazers on GitHub representing community popularity (11 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 15, 2026
49Quality signal: Fair Β· 49/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools23/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ—„οΈ Databases β†’Best MCP servers for Databases β†’Alternatives to Coremcp β†’Install in Claude DesktopInstall in CursorInstall in VS Code