gitquarry mcp
Run a stdio JSON-RPC server that exposes gitquarry tools for agents.
Synopsis
Use With Codex
gitquarry mcp is a stdio server. You normally do not run it in a separate terminal; your MCP client launches it when it needs repository search tools.
Start by making sure gitquarry works from your shell:
Tools
gitquarry_search- search GitHub repositories and return JSON output. Acceptsquery, optionalmode,rank,sort,limit, filters,plan,probe_path, andprobe_code.gitquarry_inspect- inspect one explicitowner/repo. Acceptsrepositoryand optionalreadme.gitquarry_tree- fetch repository paths without cloning. Acceptsrepository, optionalreference,path,contains, anddepth.gitquarry_code- search repository file contents without cloning. Acceptsrepository,pattern, optionalreference,path,mode,context,limit, andmax_file_bytes.gitquarry_compare- compare explicit repositories side by side. Acceptsrepositories, optionalreadme, andtree_summary.gitquarry_skill- return the embedded gitquarry operator skill.
Authentication
The server uses the same credentials as the CLI. Environment variables such asGITQUARRY_TOKEN and host-specific token variables are inherited by default when the MCP client launches the command.