mcpserver.lol
registry/ctx
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 tools

Read 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.
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…
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…
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…
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_docs url*depthquery*max_pagesmax_matchescontext_chars
Crawl a documentation site and return only the passages that match a query — each with its page URL, line and a relevance score. Token-efficient way to answer a question from docs…