Raw SQL MCP
Rank #20,967io.github.KifoPL/RawSqlMcp
Execute raw SQL queries against SQL Server, SQLite, PostgreSQL, MySQL, and MariaDB.
Raw SQL MCP is a Model Context Protocol (MCP) server published by kifopl. It ranks #20,967 of 132,345 servers tracked on MCP Toplist. Raw SQL MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Jun 26, 2026 and most recently updated on Jun 26, 2026.
Ranks ahead of 111,378 of 132,345 servers on MCP Toplist.
Use Raw SQL MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add rawsqlmcp -e "RawSqlMcp__Databases__Default__Provider=<your RawSqlMcp__Databases__Default__Provider>" -e "RawSqlMcp__Databases__Default__ConnectionString=<your RawSqlMcp__Databases__Default__ConnectionString>" -e "RawSqlMcp__ConnectionStrings__Default=<your RawSqlMcp__ConnectionStrings__Default>" -- dnx RawSqlMcpReplace each placeholder with your own value before saving.
[mcp_servers.rawsqlmcp]
command = "dnx"
args = ["RawSqlMcp"]
[mcp_servers.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>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.KifoPL%2FRawSqlMcp)<a href="https://mcptoplist.com/server/io.github.KifoPL%2FRawSqlMcp"><img src="https://mcptoplist.com/badge/io.github.KifoPL%2FRawSqlMcp.svg" alt="MCP Toplist: Top 25% of 132,345" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
kifopl
Available versions (3)
| Version | Published |
|---|---|
| 0.1.0 | Jun 26, 2026 |
| 0.0.4 | Jun 26, 2026 |
| 0.0.3 | Jun 26, 2026 |
Frequently asked questions
- Who maintains Raw SQL MCP?
- Raw SQL MCP is maintained by kifopl, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Raw SQL MCP listed on the Official MCP Registry?
- Yes — Raw SQL MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Raw SQL MCP have?
- MCP Toplist tracks 3 versions of Raw SQL MCP, most recently published on Jun 26, 2026.
- Where can I find the source code for Raw SQL MCP?
- The source code for Raw SQL MCP is hosted at github.com/kifopl/rawsqlmcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.