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
By corebasehq
Installation
npx -y coremcpConfiguration
{
"mcpServers": {
"coremcp": {
"command": "npx",
"args": ["-y", "coremcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes