Let coding agents query any SQL database safely. Read-only by default and scoped by your policies.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
@valv/mcp · npm · 0.6.2
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "sh.valv/mcp",
"description": "Let coding agents query any SQL database safely. Read-only by default and scoped by your policies.",
"title": "valv",
"repository": {
"url": "https://github.com/valv-dev/valv",
"source": "github",
"subfolder": "packages/mcp"
},
"version": "0.6.2",
"websiteUrl": "https://valv.sh",
"packages": [
{
"registryType": "npm",
"identifier": "@valv/mcp",
"version": "0.6.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Database connection string. PostgreSQL, MySQL, SQLite, CockroachDB, or a ClickHouse HTTP URL.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "DATABASE_URL"
},
{
"description": "Datasource provider: postgresql, mysql, sqlite, or clickhouse. Inferred from DATABASE_URL when omitted.",
"format": "string",
"choices": [
"postgresql",
"mysql",
"sqlite",
"clickhouse"
],
"name": "VALV_PROVIDER"
},
{
"description": "Database name. Required for ClickHouse, whose URL does not carry one.",
"format": "string",
"name": "VALV_DATABASE"
},
{
"description": "Comma-separated allow-list of tables. When set, only these are exposed to the agent.",
"format": "string",
"name": "VALV_TABLES"
},
{
"description": "Comma-separated deny-list of tables, applied after the allow-list.",
"format": "string",
"name": "VALV_EXCLUDE"
},
{
"description": "Path to a policy module that takes full control of access. Without it, the server is read-only across all tables.",
"format": "filepath",
"name": "VALV_POLICY_FILE"
},
{
"description": "JSON context object the policy reads, e.g. {\"tenant\":{\"id\":\"acme\"}}.",
"format": "string",
"name": "VALV_CONTEXT"
},
{
"description": "Serve over Streamable HTTP on this port instead of stdio.",
"format": "number",
"name": "VALV_HTTP_PORT"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-28T08:14:34.542492Z",
"publishedAt": "2026-07-28T08:14:34.542492Z",
"updatedAt": "2026-07-28T08:14:34.542492Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.6.2last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.
Terms
Somebody else's record
This listing was indexed rather than published here, so nobody has signed anything and this catalog cannot sign on their behalf. Treat it as a pointer to the publisher, not as terms.