corebasehq/coremcp
by Various
CoreMCP: Connect Legacy Databases to AI Agents via Model Context Protocol. Open-source bridge for LLM data analysis.
MCP
corebasehq/coremcp
Added 1 June 2026
Overview
CoreMCP is an open-source bridge written in Go that connects legacy databases to AI agents using the Model Context Protocol. It enables LLMs to perform data analysis on existing database systems without migration. The tool acts as a middleware translating database queries into MCP-compatible interactions.
Best for
Best for
Developers needing to connect legacy databases to AI agents via MCP
Use cases
- Query legacy databases from AI agents via MCP
- Enable LLM-driven data analysis on existing SQL databases
- Integrate older database systems into modern AI workflows
How to use
Install
curl -fsSL https://get.corebasehq.com | sh Tools exposed
no_locknormalize_turkishquery_databaselist_tables
Tested with
Claude Desktop
Example client config
server:\n name: "coremcp-agent"\n version: "0.1.0"\n transport: "stdio"\n port: 8080\nlogging:\n level: "info"\n format: "json"\nsources:\n - name: "my_database"\n type: "mssql"\n dsn: "sqlserver://username:password@localhost:1433?database=mydb&encrypt=disable"\n readonly: true\n no_lock: true # READ UNCOMMITTED isolation (WITH (NOLOCK) equivalent)\n normalize_turkish: true # Turkish character + mojibake normalization Notes
CoreMCP is an open-source bridge written in Go that connects legacy databases to AI agents using the Model Context Protocol. It enables LLMs to perform data analysis on existing database systems without migration. The tool acts as a middleware translating database queries into MCP-compatible interactions.
3 stars on GitHub. Last updated 2026-05-27. Licensed Apache-2.0.
Use cases
- Query legacy databases from AI agents via MCP
- Enable LLM-driven data analysis on existing SQL databases
- Integrate older database systems into modern AI workflows
Pros
- Open-source and free to use
- Written in Go, offering good performance and concurrency
- Provides a standardized MCP interface for database access
Cons
- Very early stage with only 3 GitHub stars, limited community and support
- Requires understanding of both MCP and legacy database specifics
- May lack comprehensive documentation and production readiness
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Open-source and free to use
- Written in Go, offering good performance and concurrency
- Provides a standardized MCP interface for database access
Cons
- Very early stage with only 3 GitHub stars, limited community and support
- Requires understanding of both MCP and legacy database specifics
- May lack comprehensive documentation and production readiness
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.