MCP Server
MCP
SQL MCP Server
Controlled SQL access gateway with policy, cost limits, tenant isolation, and safe tools.
Install
oci:ghcr.io/nethinwei/sql-mcp-server:0.1.10
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/nethinwei/sql-mcp-server:0.1.10",
"runtimeHint": "docker",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"isRequired": true,
"value": "type=bind,src={config_path},dst=/config/config.yaml,readonly",
"variables": {
"config_path": {
"description": "Absolute path to the SQL MCP Server YAML configuration",
"isRequired": true,
"format": "filepath"
}
},
"type": "named",
"name": "--mount"
}
],
"packageArguments": [
{
"value": "serve",
"type": "positional"
},
{
"value": "/config/config.yaml",
"type": "named",
"name": "--config"
},
{
"value": "stdio",
"type": "named",
"name": "--transport"
}
],
"environmentVariables": [
{
"description": "Database DSN referenced by ${DATABASE_DSN} in config.yaml",
"isSecret": true,
"name": "DATABASE_DSN"
}
]
}
]
}
mcp
model-context-protocol
oci
By
Comments
Sign in to leave a comment