원클릭으로
renzu-mcp-cli
CLI for the Renzu MCP server. Call tools, list resources, and get prompts.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
CLI for the Renzu MCP server. Call tools, list resources, and get prompts.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when implementing, executing, applying, building, coding, or developing a feature, change, requirement, enhancement, fix, or modification. Use when running tasks from a spec, proposal, or plan.
You MUST use this before any creative work - creating features, proposing changes,building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Create atomic git commits aligned to Ito changes. Use when you want to commit work after applying a change, optionally with auto-mode.
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
| name | renzu-mcp-cli |
| description | CLI for the Renzu MCP server. Call tools, list resources, and get prompts. |
Semantic code search with optional repo/path/language filters
uv run --with fastmcp python renzu-mcp-cli.py call-tool code_search --query <value> --repo-id <value> --path-prefix <value> --language <value> --top-k <value>
| Flag | Type | Required | Description |
|---|---|---|---|
--query | string | yes | |
--repo-id | string | yes | |
--path-prefix | string | no | JSON string |
--language | string | no | JSON string |
--top-k | integer | no |
Fetch a repository-relative snippet by inclusive line range
uv run --with fastmcp python renzu-mcp-cli.py call-tool code_snippet --repo-id <value> --path <value> --start-line <value> --end-line <value>
| Flag | Type | Required | Description |
|---|---|---|---|
--repo-id | string | yes | |
--path | string | yes | |
--start-line | integer | yes | |
--end-line | integer | yes |
Lexical/regex code search with Zoekt query syntax
uv run --with fastmcp python renzu-mcp-cli.py call-tool code_search_lexical --query <value> --repo-id <value> --file-pattern <value> --top-k <value>
| Flag | Type | Required | Description |
|---|---|---|---|
--query | string | yes | |
--repo-id | string | yes | |
--file-pattern | string | no | JSON string |
--top-k | integer | no |
List symbols in a repository file
uv run --with fastmcp python renzu-mcp-cli.py call-tool symbols_in_file --repo-id <value> --path <value>
| Flag | Type | Required | Description |
|---|---|---|---|
--repo-id | string | yes | |
--path | string | yes |
Find the definition location for a symbol
uv run --with fastmcp python renzu-mcp-cli.py call-tool symbol_definition --symbol-id <value>
| Flag | Type | Required | Description |
|---|---|---|---|
--symbol-id | string | yes |
Find reference locations for a symbol
uv run --with fastmcp python renzu-mcp-cli.py call-tool symbol_references --symbol-id <value>
| Flag | Type | Required | Description |
|---|---|---|---|
--symbol-id | string | yes |
uv run --with fastmcp python renzu-mcp-cli.py list-tools
uv run --with fastmcp python renzu-mcp-cli.py list-resources
uv run --with fastmcp python renzu-mcp-cli.py read-resource <uri>
uv run --with fastmcp python renzu-mcp-cli.py list-prompts
uv run --with fastmcp python renzu-mcp-cli.py get-prompt <name> [key=value ...]