Skip to content
Cursor

mini app mcp for Cursor

io.github.ynishi/mini-app-mcp

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

client:Cursor transport:stdio runtime:oci

Install mini app mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mini app mcp in other clients