Secure Schema MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 85 installs a week from pypi. Last commit 4 Jul 2026.
Read-only MCP server for exposing database schema metadata without row data.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add secure-schema -- uvx mcp-secure-schema
{
"mcpServers": {
"secure-schema": {
"args": [
"mcp-secure-schema"
],
"command": "uvx"
}
}
}
[mcp_servers.secure-schema]
command = "uvx"
args = ["mcp-secure-schema"]
{
"mcpServers": {
"secure-schema": {
"args": [
"mcp-secure-schema"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"secure-schema": {
"args": [
"mcp-secure-schema"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.