Back to MCP Servers

Coremcp

A secure, tunnel-native database bridge for AI agents. Connects localhost & on-premise databases (MSSQL, etc.) to LLMs with AST-based query safety and PII masking.

databasesaillmagent

Installation

npx -y coremcp

Configuration

{
  "mcpServers": {
    "coremcp": {
      "command": "npx",
      "args": ["-y", "coremcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub