{"installOptions":[{"id":"mcp-npx","label":"MCP server via npx","audience":"Agents and MCP clients that need to operate local-ydb targets.","command":"npx @astandrik/local-ydb-mcp@latest","configSnippet":"{\n  \"mcpServers\": {\n    \"local-ydb\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"--prefer-online\", \"@astandrik/local-ydb-mcp@latest\"],\n      \"env\": {\n        \"LOCAL_YDB_TOOLKIT_CONFIG\": \"/path/to/local-ydb.config.json\",\n        \"LOCAL_YDB_MCP_CONTENT_FORMAT\": \"toon\"\n      }\n    }\n  }\n}","description":"Run the local stdio MCP server where Docker, SSH profiles, and local-ydb credentials are available."},{"id":"codex-skill","label":"Codex skill","audience":"Codex users who want reusable local-ydb operational guidance even before calling tools.","command":"$skill-installer install https://github.com/astandrik/local-ydb-toolkit/tree/main/skills/local-ydb","configSnippet":"Restart Codex after installation if the local-ydb skill does not appear immediately.","description":"Install the local-ydb skill so Codex has task-specific runbooks, topology guidance, and safety constraints."},{"id":"github-action","label":"GitHub Action","audience":"CI jobs that need an ephemeral local YDB tenant.","command":"uses: astandrik/setup-local-ydb@v1","configSnippet":"- uses: astandrik/setup-local-ydb@v1\n  id: ydb\n  with:\n    version: 26.1.1.6\n    tenant: /local/test","description":"Bootstrap disposable local-ydb in GitHub Actions and export endpoint/database variables for later steps."}]}