MCP Server
MCP
Raw SQL MCP
Execute raw SQL queries against SQL Server, SQLite, PostgreSQL, MySQL, and MariaDB.
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
By
Comments
Sign in to leave a comment