Skip to content
Cline

mini app mcp for Cline

io.github.ynishi/mini-app-mcp

Agent-First CRUD store MCP server — 1 daemon per table, schema.yaml driven, SQLite backend

client:Cline transport:stdio runtime:oci

Install mini app mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "mini-app-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ynishi/mini-app-mcp:0.19.1"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

mini app mcp in other clients