fast-context-mcp

SammySnake-d/fast-context-mcp
★ 147 stars JavaScript 🔍 Search Updated 7d ago
AI-driven semantic code search as an MCP tool — powered by Windsurf's reverse-engineered SWE-grep protocol
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fast-context-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "SammySnake-d/fast-context-mcp"
      ]
    }
  }
}