fastcontext-agent-tools

Jakevin/fastcontext-agent-tools
★ 0 stars Python Code/Dev Tools Updated today
MCP server and Codex skill for Microsoft FastContext repository exploration
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fastcontext-agent-to": {
      "command": "uvx",
      "args": [
        "fastcontext-agent-tools"
      ]
    }
  }
}

Or install with pip: pip install fastcontext-agent-tools

README Excerpt

MCP server and Codex skill for using Microsoft's FastContext as a read-only repository exploration subagent. FastContext answers one narrow question for a coding agent: > Which files and line ranges should the main agent inspect before solving this task? This repository provides the complete integration:

Topics

codex-skillcoding-agentsfastcontextmcprepository-exploration