Skip to content
Claude Desktop

Secure Schema MCP for Claude Desktop

io.github.siddharth-coder13/secure-schema

Read-only MCP server for exposing database schema metadata without row data.

client:Claude Desktop transport:stdio runtime:pypi

Install Secure Schema MCP in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "secure-schema": {
      "command": "uvx",
      "args": [
        "mcp-secure-schema"
      ],
      "env": {
        "DATABASE_URL": "<DATABASE_URL>",
        "DATABASE_SCHEMA": "<DATABASE_SCHEMA>",
        "ALLOWED_TABLES": "<ALLOWED_TABLES>",
        "SECURE_SCHEMA_ENV": "<SECURE_SCHEMA_ENV>",
        "FASTMCP_CHECK_FOR_UPDATES": "<FASTMCP_CHECK_FOR_UPDATES>",
        "FASTMCP_SHOW_SERVER_BANNER": "<FASTMCP_SHOW_SERVER_BANNER>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Secure Schema MCP in other clients