MCP Server
Active
MIT
io.github.rzlco666/mcp-sql-rust MCP Server
io.github.rzlco666/mcp-sql-rust
What is the io.github.rzlco666/mcp-sql-rust MCP server?
Token-efficient MCP server for MySQL, PostgreSQL, and SQLite
How to install io.github.rzlco666/mcp-sql-rust
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
DATABASE_URLrequiredsecretDatabase connection URL
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-sql-rust": {
"command": "https://github.com/rzlco666/mcp-sql-rust/releases/download/v0.4.0/mcp-sql-rust-x86_64-unknown-linux-gnu.mcpb",
"args": [],
"env": {
"DATABASE_URL": "<YOUR_DATABASE_URL>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-sql-rust": {
"command": "https://github.com/rzlco666/mcp-sql-rust/releases/download/v0.4.0/mcp-sql-rust-x86_64-unknown-linux-gnu.mcpb",
"args": [],
"env": {
"DATABASE_URL": "<YOUR_DATABASE_URL>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-sql-rust": {
"command": "https://github.com/rzlco666/mcp-sql-rust/releases/download/v0.4.0/mcp-sql-rust-x86_64-unknown-linux-gnu.mcpb",
"args": [],
"env": {
"DATABASE_URL": "<YOUR_DATABASE_URL>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-sql-rust": {
"type": "stdio",
"command": "https://github.com/rzlco666/mcp-sql-rust/releases/download/v0.4.0/mcp-sql-rust-x86_64-unknown-linux-gnu.mcpb",
"args": [],
"env": {
"DATABASE_URL": "<YOUR_DATABASE_URL>"
}
}
}
}Claude Code
claude mcp add mcp-sql-rust --env DATABASE_URL=<YOUR_DATABASE_URL> -- https://github.com/rzlco666/mcp-sql-rust/releases/download/v0.4.0/mcp-sql-rust-x86_64-unknown-linux-gnu.mcpb