Midplane
Rank #12,519ai.midplane/midplane
Safe-by-default SQL guardrails for AI agents: AST-checked queries, per-table policy, audit log.
Midplane is a Model Context Protocol (MCP) server published by midplaneai. It ranks #12,519 of 132,046 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. Midplane is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Aug 19, 2026 and most recently updated on Aug 25, 2026.
Ranks ahead of 119,527 of 132,046 servers on MCP Toplist.
Use Midplane
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add midplane -e "DATABASE_URL=<your DATABASE_URL>" -e "MIDPLANE_POLICY_FILE=<your MIDPLANE_POLICY_FILE>" -e "DB_PATH=<your DB_PATH>" -e "MIDPLANE_TELEMETRY=<your MIDPLANE_TELEMETRY>" -- npx -y midplane serverReplace each placeholder with your own value before saving.
claude mcp add midplane -e "DATABASE_URL=<your DATABASE_URL>" -e "MIDPLANE_POLICY_FILE=<your MIDPLANE_POLICY_FILE>" -e "PORT=<your PORT>" -- docker run -i --rm docker.io/midplane/midplane:0.20.0Replace each placeholder with your own value before saving.
[mcp_servers.midplane]
command = "npx"
args = ["-y", "midplane", "server"]
[mcp_servers.midplane.env]
DATABASE_URL = "<your DATABASE_URL>"
MIDPLANE_POLICY_FILE = "<your MIDPLANE_POLICY_FILE>"
DB_PATH = "<your DB_PATH>"
MIDPLANE_TELEMETRY = "<your MIDPLANE_TELEMETRY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.midplane]
command = "docker"
args = ["run", "-i", "--rm", "docker.io/midplane/midplane:0.20.0"]
[mcp_servers.midplane.env]
DATABASE_URL = "<your DATABASE_URL>"
MIDPLANE_POLICY_FILE = "<your MIDPLANE_POLICY_FILE>"
PORT = "<your PORT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"midplane": {
"command": "npx",
"args": [
"-y",
"midplane",
"server"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>",
"MIDPLANE_POLICY_FILE": "<your MIDPLANE_POLICY_FILE>",
"DB_PATH": "<your DB_PATH>",
"MIDPLANE_TELEMETRY": "<your MIDPLANE_TELEMETRY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"midplane": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/midplane/midplane:0.20.0"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>",
"MIDPLANE_POLICY_FILE": "<your MIDPLANE_POLICY_FILE>",
"PORT": "<your PORT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"midplane": {
"command": "npx",
"args": [
"-y",
"midplane",
"server"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>",
"MIDPLANE_POLICY_FILE": "<your MIDPLANE_POLICY_FILE>",
"DB_PATH": "<your DB_PATH>",
"MIDPLANE_TELEMETRY": "<your MIDPLANE_TELEMETRY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"midplane": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/midplane/midplane:0.20.0"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>",
"MIDPLANE_POLICY_FILE": "<your MIDPLANE_POLICY_FILE>",
"PORT": "<your PORT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"midplane": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"midplane",
"server"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>",
"MIDPLANE_POLICY_FILE": "<your MIDPLANE_POLICY_FILE>",
"DB_PATH": "<your DB_PATH>",
"MIDPLANE_TELEMETRY": "<your MIDPLANE_TELEMETRY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"midplane": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/midplane/midplane:0.20.0"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>",
"MIDPLANE_POLICY_FILE": "<your MIDPLANE_POLICY_FILE>",
"PORT": "<your PORT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"midplane": {
"command": "npx",
"args": [
"-y",
"midplane",
"server"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>",
"MIDPLANE_POLICY_FILE": "<your MIDPLANE_POLICY_FILE>",
"DB_PATH": "<your DB_PATH>",
"MIDPLANE_TELEMETRY": "<your MIDPLANE_TELEMETRY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"midplane": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/midplane/midplane:0.20.0"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>",
"MIDPLANE_POLICY_FILE": "<your MIDPLANE_POLICY_FILE>",
"PORT": "<your PORT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"midplane": {
"command": "npx",
"args": [
"-y",
"midplane",
"server"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>",
"MIDPLANE_POLICY_FILE": "<your MIDPLANE_POLICY_FILE>",
"DB_PATH": "<your DB_PATH>",
"MIDPLANE_TELEMETRY": "<your MIDPLANE_TELEMETRY>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"midplane": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/midplane/midplane:0.20.0"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>",
"MIDPLANE_POLICY_FILE": "<your MIDPLANE_POLICY_FILE>",
"PORT": "<your PORT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/ai.midplane%2Fmidplane)<a href="https://mcptoplist.com/server/ai.midplane%2Fmidplane"><img src="https://mcptoplist.com/badge/ai.midplane%2Fmidplane.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
midplaneai
Available versions (2)
| Version | Published |
|---|---|
| 0.20.0 | Aug 25, 2026 |
| 0.19.0 | Aug 19, 2026 |
Frequently asked questions
- Who maintains Midplane?
- Midplane is maintained by midplaneai, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Midplane listed on the Official MCP Registry?
- Yes — Midplane is listed on the Official MCP Registry, alongside Glama.
- How many versions does Midplane have?
- MCP Toplist tracks 2 versions of Midplane, most recently published on Aug 25, 2026.
- Where can I find the source code for Midplane?
- The source code for Midplane is hosted at github.com/midplaneai/midplane.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.