# gitrama-mcp

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add GitramaLLC/gitrama-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list GitramaLLC/gitrama-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get GitramaLLC/gitrama-mcp gitrama_commit

# Call a tool
npx -y @smithery/cli@latest tool call GitramaLLC/gitrama-mcp gitrama_commit '{}'
```

## Direct MCP Connection

Endpoint: `https://gitrama-mcp--gitramallc.run.tools`

## Tools (15)

- `gitrama_commit`
- `gitrama_stage_and_commit`
- `gitrama_ask`
- `gitrama_branch`
- `gitrama_pr`
- `gitrama_stream_status`
- `gitrama_stream_switch`
- `gitrama_stream_list`
- `gitrama_health`
- `gitrama_status`
- `gitrama_diff`
- `gitrama_review`
- `gitrama_unstage`
- `gitrama_scan`
- `gitrama_push`

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get GitramaLLC/gitrama-mcp <tool-name>
```
