Agent-First CRUD store MCP server — 1 daemon per table, schema.yaml driven, SQLite backend
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
docker run -i --rm ghcr.io/ynishi/mini-app-mcp:0.19.1
MCP client config
{
"mcpServers": {
"mini-app-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ynishi/mini-app-mcp:0.19.1"
]
}
}
}