Model Context Protocol (MCP) server configuration and tool manifest for OtterMind/Chat2DB
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"Chat2DB": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-Chat2DB"
]
}
}
}