← fallow.tools

INDIVIDUAL MCP TOOL

grep_docs

Find exact text or a regular expression in the Markdown of every fallow docs page.

fallow.toolsnone authenticationAvailability not checked

LIVE ENDPOINT

https://fallow.tools/docs/mcp

No auth detected

Connect to this endpoint to inspect the live schema for grep_docs and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

fallow.tools

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.fallow-docs]
url = "https://fallow.tools/docs/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "fallow-docs": {
      "type": "http",
      "url": "https://fallow.tools/docs/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: fallow-docs
Remote MCP URL: https://fallow.tools/docs/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "fallow-docs": {
      "url": "https://fallow.tools/docs/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "fallow-docs": {
      "type": "http",
      "url": "https://fallow.tools/docs/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "fallow-docs",
  "transport": "streamable-http",
  "url": "https://fallow.tools/docs/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_docs — Search the fallow documentation.
  • read_page — Read one fallow docs page as Markdown.
  • list_pages — List every fallow docs page with its slug and description, grouped by tab and sidebar group in navigation order.
  • get_cli_flag — Look up a fallow CLI flag or FALLOW_* environment variable by exact name.
  • read_skill — Read the fallow skill: short instructions for an agent that uses the fallow CLI to find dead code, duplication, complexity and architecture problems in TypeScript and JavaScript.
  • submit_feedback — Report a docs page that is incorrect, outdated, unclear or incomplete.