← Back to Plugins
MCP Server MCP

io.github.rzlco666/mcp-sql-rust

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

mcpb:https://github.com/rzlco666/mcp-sql-rust/releases/download/v0.4.0/mcp-sql-rust-x86_64-unknown-linux-gnu.mcpb

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/rzlco666/mcp-sql-rust/releases/download/v0.4.0/mcp-sql-rust-x86_64-unknown-linux-gnu.mcpb",
      "fileSha256": "555c3f343ad5245c70c4265440269e829f4bedd491e200539634a976614dd76a",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Database connection URL",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "DATABASE_URL"
        }
      ]
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/rzlco666/mcp-sql-rust/releases/download/v0.4.0/mcp-sql-rust-aarch64-apple-darwin.mcpb",
      "fileSha256": "8da31c6420b8c06e5849aefb76fd0319712c2995b2789684e1720c4b058d6326",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Database connection URL",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "DATABASE_URL"
        }
      ]
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/rzlco666/mcp-sql-rust/releases/download/v0.4.0/mcp-sql-rust-x86_64-apple-darwin.mcpb",
      "fileSha256": "a36b9bc771b914b885fe0fe515643e487dbad660d0f7c52c959dcd9cc8cc104b",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Database connection URL",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "DATABASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol mcpb

Comments

Sign in to leave a comment

Loading comments...