RUN IN TERMINAL
claude mcp add aimidplane-midplane -- npx -y midplane
ADD TO claude_desktop_config.json
{
"mcpServers": {
"aimidplane-midplane": {
"command": "npx",
"args": ["-y", "midplane"]
}
}
}
ADD TO .vscode/mcp.json
{
"mcpServers": {
"aimidplane-midplane": {
"command": "npx",
"args": ["-y", "midplane"]
}
}
}
ADD TO .cursor/mcp.json
{
"mcpServers": {
"aimidplane-midplane": {
"command": "npx",
"args": ["-y", "midplane"]
}
}
}
About This MCP Server
Safe-by-default SQL guardrails for AI agents: AST-checked queries, per-table policy, audit log.. This is a Model Context Protocol (MCP) server that extends AI assistants like Claude with database capabilities via the stdio transport.
Package
midplane on npm
HOW TO USE
Select your AI client above to get the install command. This MCP server uses the stdio transport and is available on npm.
What tools does it provide?
The Midplane server extends your AI assistant with database capabilities. Once installed, your AI can use its tools automatically.