bilibili-huasheng-video
v0.5.0
io.github.superlcr/bilibili-huasheng-video
Script to finished Bilibili video with Huasheng: storyboard, narration, footage, export, publish.
sh.valv/mcp · v0.6.2
Let coding agents query any SQL database safely. Read-only by default and scoped by your policies.
valv 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@valv/mcp"
],
"env": {
"DATABASE_URL": "<DATABASE_URL>"
}
}
}
}DATABASE_URL必填secretDatabase connection string. PostgreSQL, MySQL, SQLite, CockroachDB, or a ClickHouse HTTP URL.
VALV_PROVIDER可选Datasource provider: postgresql, mysql, sqlite, or clickhouse. Inferred from DATABASE_URL when omitted.
VALV_DATABASE可选Database name. Required for ClickHouse, whose URL does not carry one.
VALV_TABLES可选Comma-separated allow-list of tables. When set, only these are exposed to the agent.
VALV_EXCLUDE可选Comma-separated deny-list of tables, applied after the allow-list.
VALV_POLICY_FILE可选Path to a policy module that takes full control of access. Without it, the server is read-only across all tables.
VALV_CONTEXT可选JSON context object the policy reads, e.g. {"tenant":{"id":"acme"}}.
VALV_HTTP_PORT可选Serve over Streamable HTTP on this port instead of stdio.
v0.5.0
io.github.superlcr/bilibili-huasheng-video
Script to finished Bilibili video with Huasheng: storyboard, narration, footage, export, publish.
v0.7.0
com.cromanion/cromanion
Raise conversion on a site you manage. No API key, no human to wake — you prove the domain.
v0.1.2
io.github.agentwares/agentguard
MCP policy proxy: spend caps, approvals for destructive tools, kill switch, dry-run, audit log.
v0.1.0
io.github.pipeworx-io/china-air-quality
China Air Quality MCP — nationwide hourly AQI from CNEMC (中国环境监测总站).
v0.7.0
io.github.conorbronsdon/substack-mcp
Substack drafts, Notes, analytics and consented subscribers. Long-form posts stay draft-only.
v0.4.2
io.github.lvlrSajjad/simframe
Always-warm iOS Simulator frames: agents read the screen in ~20ms instead of screenshotting
{
"id": "sh.valv/mcp",
"type": "mcp-server",
"version": "0.6.2",
"displayName": "valv",
"description": "Let coding agents query any SQL database safely. Read-only by default and scoped by your policies.",
"repository": {
"url": "https://github.com/valv-dev/valv",
"source": "github",
"subfolder": "packages/mcp"
},
"homepage": "https://valv.sh",
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@valv/mcp",
"version": "0.6.2",
"transport": "stdio",
"environmentVariables": [
{
"name": "DATABASE_URL",
"description": "Database connection string. PostgreSQL, MySQL, SQLite, CockroachDB, or a ClickHouse HTTP URL.",
"isRequired": true,
"isSecret": true
},
{
"name": "VALV_PROVIDER",
"description": "Datasource provider: postgresql, mysql, sqlite, or clickhouse. Inferred from DATABASE_URL when omitted."
},
{
"name": "VALV_DATABASE",
"description": "Database name. Required for ClickHouse, whose URL does not carry one."
},
{
"name": "VALV_TABLES",
"description": "Comma-separated allow-list of tables. When set, only these are exposed to the agent."
},
{
"name": "VALV_EXCLUDE",
"description": "Comma-separated deny-list of tables, applied after the allow-list."
},
{
"name": "VALV_POLICY_FILE",
"description": "Path to a policy module that takes full control of access. Without it, the server is read-only across all tables."
},
{
"name": "VALV_CONTEXT",
"description": "JSON context object the policy reads, e.g. {\"tenant\":{\"id\":\"acme\"}}."
},
{
"name": "VALV_HTTP_PORT",
"description": "Serve over Streamable HTTP on this port instead of stdio."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode",
"trae",
"cherry-studio",
"lingma",
"windsurf",
"cline",
"workbuddy"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "sh.valv/mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/sh.valv%2Fmcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}