PluginBench
MCP Server
Active
MIT

io.github.rzlco666/strut-stack-sql MCP Server

io.github.rzlco666/strut-stack-sql

What is the io.github.rzlco666/strut-stack-sql MCP server?

Token-efficient MCP server for MySQL, PostgreSQL, and SQLite

How to install io.github.rzlco666/strut-stack-sql

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • DATABASE_URL
    required
    secret

    Database connection URL

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "strut-stack-sql": {
      "command": "https://github.com/rzlco666/strut-stack-sql/releases/download/v1.0.4/strut-stack-sql-linux-x64.mcpb",
      "args": [],
      "env": {
        "DATABASE_URL": "<YOUR_DATABASE_URL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "strut-stack-sql": {
      "command": "https://github.com/rzlco666/strut-stack-sql/releases/download/v1.0.4/strut-stack-sql-linux-x64.mcpb",
      "args": [],
      "env": {
        "DATABASE_URL": "<YOUR_DATABASE_URL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "strut-stack-sql": {
      "command": "https://github.com/rzlco666/strut-stack-sql/releases/download/v1.0.4/strut-stack-sql-linux-x64.mcpb",
      "args": [],
      "env": {
        "DATABASE_URL": "<YOUR_DATABASE_URL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "strut-stack-sql": {
      "type": "stdio",
      "command": "https://github.com/rzlco666/strut-stack-sql/releases/download/v1.0.4/strut-stack-sql-linux-x64.mcpb",
      "args": [],
      "env": {
        "DATABASE_URL": "<YOUR_DATABASE_URL>"
      }
    }
  }
}
Claude Code
claude mcp add strut-stack-sql --env DATABASE_URL=<YOUR_DATABASE_URL> -- https://github.com/rzlco666/strut-stack-sql/releases/download/v1.0.4/strut-stack-sql-linux-x64.mcpb

Related MCP servers

Token-efficient MCP server for MySQL, PostgreSQL, and SQLite

1
Rust
MIT
View repository →