PluginBench
MCP Server
Active
AGPL-3.0

Raw SQL MCP MCP Server

io.github.KifoPL/RawSqlMcp

What is the Raw SQL MCP MCP server?

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

How to install Raw SQL MCP

Copy-paste configuration for popular MCP clients.

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

    Database provider. Values: sqlserver, sqlite, postgres, postgresql, mysql, mariadb.

  • RawSqlMcp__Databases__Default__ConnectionString
    secret

    Connection string for the named database.

  • RawSqlMcp__ConnectionStrings__Default
    secret

    Obsolete. Use provider and connection string database settings instead.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "RawSqlMcp": {
      "command": "dnx",
      "args": [
        "RawSqlMcp"
      ],
      "env": {
        "RawSqlMcp__Databases__Default__Provider": "<YOUR_RAWSQLMCP_DATABASES_DEFAULT_PROVIDER>",
        "RawSqlMcp__Databases__Default__ConnectionString": "<YOUR_RAWSQLMCP_DATABASES_DEFAULT_CONNECTIONSTRING>",
        "RawSqlMcp__ConnectionStrings__Default": "<YOUR_RAWSQLMCP_CONNECTIONSTRINGS_DEFAULT>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "RawSqlMcp": {
      "command": "dnx",
      "args": [
        "RawSqlMcp"
      ],
      "env": {
        "RawSqlMcp__Databases__Default__Provider": "<YOUR_RAWSQLMCP_DATABASES_DEFAULT_PROVIDER>",
        "RawSqlMcp__Databases__Default__ConnectionString": "<YOUR_RAWSQLMCP_DATABASES_DEFAULT_CONNECTIONSTRING>",
        "RawSqlMcp__ConnectionStrings__Default": "<YOUR_RAWSQLMCP_CONNECTIONSTRINGS_DEFAULT>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "RawSqlMcp": {
      "command": "dnx",
      "args": [
        "RawSqlMcp"
      ],
      "env": {
        "RawSqlMcp__Databases__Default__Provider": "<YOUR_RAWSQLMCP_DATABASES_DEFAULT_PROVIDER>",
        "RawSqlMcp__Databases__Default__ConnectionString": "<YOUR_RAWSQLMCP_DATABASES_DEFAULT_CONNECTIONSTRING>",
        "RawSqlMcp__ConnectionStrings__Default": "<YOUR_RAWSQLMCP_CONNECTIONSTRINGS_DEFAULT>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "RawSqlMcp": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "RawSqlMcp"
      ],
      "env": {
        "RawSqlMcp__Databases__Default__Provider": "<YOUR_RAWSQLMCP_DATABASES_DEFAULT_PROVIDER>",
        "RawSqlMcp__Databases__Default__ConnectionString": "<YOUR_RAWSQLMCP_DATABASES_DEFAULT_CONNECTIONSTRING>",
        "RawSqlMcp__ConnectionStrings__Default": "<YOUR_RAWSQLMCP_CONNECTIONSTRINGS_DEFAULT>"
      }
    }
  }
}
Claude Code
claude mcp add RawSqlMcp --env RawSqlMcp__Databases__Default__Provider=<YOUR_RAWSQLMCP_DATABASES_DEFAULT_PROVIDER> --env RawSqlMcp__Databases__Default__ConnectionString=<YOUR_RAWSQLMCP_DATABASES_DEFAULT_CONNECTIONSTRING> --env RawSqlMcp__ConnectionStrings__Default=<YOUR_RAWSQLMCP_CONNECTIONSTRINGS_DEFAULT> -- dnx RawSqlMcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →