{"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 tenant or root-only local YDB.","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    topology: tenant\n    tenant: /local/test","description":"Bootstrap tenant, root-only, or auth-enabled local-ydb in GitHub Actions and export connection metadata for later steps."},{"id":"codex-plugin","label":"Codex Agent Plugin (repo marketplace)","audience":"Codex users who want the local-ydb skill and pinned local stdio MCP server installed together.","command":"codex plugin marketplace add astandrik/local-ydb-toolkit --ref main\ncodex plugin add local-ydb-toolkit@local-ydb-toolkit","configSnippet":"Start a new Codex session after installation. This repository marketplace plugin is separate from the public OpenAI skills-only submission, which has not been published.","description":"Install the skill and pinned local stdio MCP server together. Requires Node.js 20.19+ and npm; use an absolute configPath or LOCAL_YDB_TOOLKIT_CONFIG because MCP starts from the plugin root."}]}