mcpbeat Sign in

Secure Schema MCP Server

by siddharth-coder13 Your server? Claim it
local only

Secure Schema MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 66 installs a week from pypi. Last commit 4 Jul 2026.

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

Installs per day peak 22 · avg 11 · -24% w/w
a month agotoday
66
Installs / week
pypi · mcp-secure-schema
0
Stars
0 open issues
4 Jul 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

Nothing serious here today

Today is the operative word: we check Secure Schema MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add secure-schema -- uvx mcp-secure-schema
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "secure-schema": {
      "args": [
        "mcp-secure-schema"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.secure-schema]
command = "uvx"
args = ["mcp-secure-schema"]
.cursor/mcp.json
{
  "mcpServers": {
    "secure-schema": {
      "args": [
        "mcp-secure-schema"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "secure-schema": {
      "args": [
        "mcp-secure-schema"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: DATABASE_URL (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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Secure Schema MCP

same job, measured the same way
1C OData MCP
by alexgrebeshok-coder

Read-only MCP server for 1C:Enterprise via OData with metadata and query builder tools.

35 installs/wk local only
Ghcli MCP Connector
by ferhatdundar

MCP server for the GitHub CLI (gh). Read-only by default; single Go binary.

local only
DevTime
by shakargy

Local-first, read-only MCP server for evidence-backed repository memory.

491 installs/wk local only
Refactoring MCP Server
by marshally

MCP server exposing Martin Fowler's refactoring catalog to LLMs with 71+ refactorings

70 installs/wk local only
Parseflow
by libres-coder

PDF parsing server with text extraction, metadata, search, images, and TOC via MCP

64 installs/wk local only
seekrit — secrets for agents
by seekrit

Encrypted store for API keys and database URLs your code needs. Use them without reading them.

40 tools answering
Megalinter
by downatthebottomofthemolehole

MCP server for running Ox Security MegaLinter via mega-linter-runner

95 installs/wk local only
Atlassian Dc MCP Bitbucket
by b1ff

MCP server for Atlassian Bitbucket Data Center - interact with repositories and code

1 636 installs/wk local only

Secure Schema MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Secure Schema MCP?
Secure Schema MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcp-secure-schema was installed 66 times last week.
How do I connect Secure Schema MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-secure-schema straight from pypi; nothing to host, nothing to sign up for.
How many people use Secure Schema MCP?
The pypi package mcp-secure-schema was installed 66 times in the last week. Week over week that is -24%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Secure Schema MCP open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.