mini app mcp for Zed
io.github.ynishi/mini-app-mcp
Agent-First CRUD store MCP server — 1 daemon per table, schema.yaml driven, SQLite backend
client:Zed
transport:stdio
runtime:oci
Install mini app mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mini-app-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ynishi/mini-app-mcp:0.19.1"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs