Odel
mini app mcp

mini app mcp

Local
@ynishiRustApache-2.0Updated 4 days ago

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).

Dockerghcr.io/ynishi/mini-app-mcp:0.19.1

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"
      ]
    }
  }
}