PluginBench
MCP Server
Maintained
Apache-2.0

Secure Schema MCP MCP Server

io.github.Siddharth-coder13/secure-schema

What is the Secure Schema MCP MCP server?

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

How to install Secure Schema MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • DATABASE_URL
    required
    secret

    SQLAlchemy database URL used for schema inspection.

  • DATABASE_SCHEMA

    Optional default schema or catalog namespace. In production it is locked and tool arguments cannot override it.

  • ALLOWED_TABLES

    Optional comma-separated table/view allowlist. When set, only listed tables and views are visible.

  • SECURE_SCHEMA_ENV

    Set to production to require ALLOWED_TABLES during startup.

  • FASTMCP_CHECK_FOR_UPDATES

    Set to off to disable FastMCP startup update checks.

  • FASTMCP_SHOW_SERVER_BANNER

    Set to false to suppress the FastMCP startup banner.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "secure-schema": {
      "command": "uvx",
      "args": [
        "mcp-secure-schema"
      ],
      "env": {
        "DATABASE_URL": "<YOUR_DATABASE_URL>",
        "DATABASE_SCHEMA": "<YOUR_DATABASE_SCHEMA>",
        "ALLOWED_TABLES": "<YOUR_ALLOWED_TABLES>",
        "SECURE_SCHEMA_ENV": "<YOUR_SECURE_SCHEMA_ENV>",
        "FASTMCP_CHECK_FOR_UPDATES": "<YOUR_FASTMCP_CHECK_FOR_UPDATES>",
        "FASTMCP_SHOW_SERVER_BANNER": "<YOUR_FASTMCP_SHOW_SERVER_BANNER>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "secure-schema": {
      "command": "uvx",
      "args": [
        "mcp-secure-schema"
      ],
      "env": {
        "DATABASE_URL": "<YOUR_DATABASE_URL>",
        "DATABASE_SCHEMA": "<YOUR_DATABASE_SCHEMA>",
        "ALLOWED_TABLES": "<YOUR_ALLOWED_TABLES>",
        "SECURE_SCHEMA_ENV": "<YOUR_SECURE_SCHEMA_ENV>",
        "FASTMCP_CHECK_FOR_UPDATES": "<YOUR_FASTMCP_CHECK_FOR_UPDATES>",
        "FASTMCP_SHOW_SERVER_BANNER": "<YOUR_FASTMCP_SHOW_SERVER_BANNER>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "secure-schema": {
      "command": "uvx",
      "args": [
        "mcp-secure-schema"
      ],
      "env": {
        "DATABASE_URL": "<YOUR_DATABASE_URL>",
        "DATABASE_SCHEMA": "<YOUR_DATABASE_SCHEMA>",
        "ALLOWED_TABLES": "<YOUR_ALLOWED_TABLES>",
        "SECURE_SCHEMA_ENV": "<YOUR_SECURE_SCHEMA_ENV>",
        "FASTMCP_CHECK_FOR_UPDATES": "<YOUR_FASTMCP_CHECK_FOR_UPDATES>",
        "FASTMCP_SHOW_SERVER_BANNER": "<YOUR_FASTMCP_SHOW_SERVER_BANNER>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "secure-schema": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-secure-schema"
      ],
      "env": {
        "DATABASE_URL": "<YOUR_DATABASE_URL>",
        "DATABASE_SCHEMA": "<YOUR_DATABASE_SCHEMA>",
        "ALLOWED_TABLES": "<YOUR_ALLOWED_TABLES>",
        "SECURE_SCHEMA_ENV": "<YOUR_SECURE_SCHEMA_ENV>",
        "FASTMCP_CHECK_FOR_UPDATES": "<YOUR_FASTMCP_CHECK_FOR_UPDATES>",
        "FASTMCP_SHOW_SERVER_BANNER": "<YOUR_FASTMCP_SHOW_SERVER_BANNER>"
      }
    }
  }
}
Claude Code
claude mcp add secure-schema --env DATABASE_URL=<YOUR_DATABASE_URL> --env DATABASE_SCHEMA=<YOUR_DATABASE_SCHEMA> --env ALLOWED_TABLES=<YOUR_ALLOWED_TABLES> --env SECURE_SCHEMA_ENV=<YOUR_SECURE_SCHEMA_ENV> --env FASTMCP_CHECK_FOR_UPDATES=<YOUR_FASTMCP_CHECK_FOR_UPDATES> --env FASTMCP_SHOW_SERVER_BANNER=<YOUR_FASTMCP_SHOW_SERVER_BANNER> -- uvx mcp-secure-schema

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.

68k
TypeScript
MIT
View repository →

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →