# velocirepo mcp


Start an MCP server that exposes velocirepo's functionality to AI assistants. By default, the server uses stdio transport (for Claude Desktop / Claude Code). Use `--http` to start a Streamable HTTP server instead.


``` bash
velocirepo mcp [OPTIONS]
```


<span class="gd-details-chevron" aria-hidden="true"></span>Full --help output


    Start an MCP server that exposes velocirepo's functionality to AI assistants.

    By default, the server uses stdio transport (for Claude Desktop / Claude Code).
    Use --http to start a Streamable HTTP server instead.

    Usage:
      velocirepo mcp [flags]

    Flags:
      -h, --help          help for mcp
          --http string   start Streamable HTTP server on this address (e.g., 127.0.0.1:8080)
          --read-only     disable fetch and write tools

    Global Flags:
          --config string   config file (default: walk up for velocirepo.toml)
      -q, --quiet           suppress progress output
      -v, --verbose         enable debug logging


## Options


`-h, --help`  
help for mcp

`--http: string`  
start Streamable HTTP server on this address (e.g., 127.0.0.1:8080)

`--read-only`  
disable fetch and write tools

`--config: string = walk up for velocirepo.toml`  
config file

`-q, --quiet`  
suppress progress output

`-v, --verbose`  
enable debug logging
