Skip to content

Quick Start

Install context first, or build locally and substitute ./dist/context for context in the examples below.

Use context git to inspect the current repository state:

Terminal window
context git
context git --json

Use context stack to detect the repository stack:

Terminal window
context stack
context stack --json

Start the MCP server over stdio:

Terminal window
context mcp

The MCP server exposes the same producers through git_context, stack_context, and command_help tools.