★ 11 stars
Rust
🗄️ Database
Updated 1d ago
TUI database client with a built-in MCP server. Five databases (postgres, mysql, sqlite, duckdb, clickhouse), vim editing, Lua plugins.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"narwhal": {
"command": "cargo",
"args": [
"run",
"--",
"narwhal"
]
}
}
}
Run in terminal:
claude mcp add narwhal cargo run -- narwhal
Add to .cursor/mcp.json:
{
"mcpServers": {
"narwhal": {
"command": "cargo",
"args": [
"run",
"--",
"narwhal"
]
}
}
}
Topics
cliclickhousedatabaseduckdbmcpmodel-context-protocolmysqlpostgresratatuirustsqlsqliteterminaltuivim