← Back to Plugins
MCP Server MCP

Raw SQL MCP

github By github 👁 1 views ▲ 0 votes

Execute raw SQL queries against SQL Server, SQLite, PostgreSQL, MySQL, and MariaDB.

Homepage Verified source GitHub

Install

nuget:[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "nuget",
      "registryBaseUrl": "https://api.nuget.org/v3/index.json",
      "identifier": "RawSqlMcp",
      "version": "0.1.0",
      "runtimeHint": "dnx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Database provider. Values: sqlserver, sqlite, postgres, postgresql, mysql, mariadb.",
          "name": "RawSqlMcp__Databases__Default__Provider"
        },
        {
          "description": "Connection string for the named database.",
          "isSecret": true,
          "name": "RawSqlMcp__Databases__Default__ConnectionString"
        },
        {
          "description": "Obsolete. Use provider and connection string database settings instead.",
          "isSecret": true,
          "name": "RawSqlMcp__ConnectionStrings__Default"
        }
      ]
    }
  ]
}
mcp model-context-protocol nuget

Comments

Sign in to leave a comment

Loading comments...