Connection check
verified live · 26h ago
ctx
Turn a GitHub repo or docs site into agent-ready context: pack it or search it, over MCP.
Tools
6
GitHub stars
1
Installs / wk
—
Licence
MIT
Transport
streamable-http
Last checked
26h ago
Tools & capabilities
6 toolsRead from the running server on 26h ago.
get_file
refpath*repo*
Return the full text of a single file in a repository, by path. Use after list_files or search_context to drill in. Return the full text of a single file in a repository, by path. Use after list_files or search_context to drill in.
list_files
refrepo*excludeinclude
List the text files ctx would include for a repository (after stripping binaries, lockfiles and build dirs), with their byte sizes. Cheap way for an agent to see the layout before… List the text files ctx would include for a repository (after stripping binaries, lockfiles and build dirs), with their byte sizes. Cheap way for an agent to see the layout before packing.
pack_docs
url*depthmax_pagesmax_tokens
Crawl a documentation site from a start URL and return it as one agent-ready context blob: each page extracted to clean Markdown, concatenated with its URL. Stays within the same s… Crawl a documentation site from a start URL and return it as one agent-ready context blob: each page extracted to clean Markdown, concatenated with its URL. Stays within the same site section; bounded by depth and page count. Use max_tokens to fit a budget.
pack_repo
refrepo*excludeincludemax_tokens
Fetch a GitHub repository and return it as one agent-ready context blob: text files concatenated with clear "==== path ====" headers, binaries/lockfiles/build dirs stripped, with a… Fetch a GitHub repository and return it as one agent-ready context blob: text files concatenated with clear "==== path ====" headers, binaries/lockfiles/build dirs stripped, with a token estimate. Use include/exclude globs to focus, and max_tokens to fit a budget.
search_context
refrepo*query*excludeincludemax_matches
+1
Search a GitHub repository and return only the passages that match a query — each with its file path, line number and a relevance score. Far more token-efficient than pack_repo whe… Search a GitHub repository and return only the passages that match a query — each with its file path, line number and a relevance score. Far more token-efficient than pack_repo when you need a specific detail (e.g. "where is auth handled?").
search_docs
url*depthquery*max_pagesmax_matchescontext_chars