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:
context gitcontext git --jsonUse context stack to detect the repository stack:
context stackcontext stack --jsonStart the MCP server over stdio:
context mcpThe MCP server exposes the same producers through git_context, stack_context, and command_help tools.
Next Steps
Section titled “Next Steps”- Read the CLI overview for terminal usage.
- Read the Git Context and Stack Context pages for producer details.
- Read the MCP Server page for agent integration.