← Registry

Developer Tools

fallow.tools

Searches, reads, and greps the fallow documentation pages and looks up fallow CLI flags or FALLOW_* environment variables.

1 endpoint7 known toolsFirst detected June 5, 2026Last detected September 25, 2026

ENDPOINT 1

https://fallow.tools/docs/mcp

No auth detected

MCP server metadata

Name
fallow-docs
Version
1.0.0
Capabilities
toolsresources
Server instructions

Read-only access to the public fallow documentation (https://fallow.tools/docs/). Use search_docs for questions, read_page to read a page or one section, list_pages for the page list, grep_docs for exact text and get_cli_flag for one CLI flag. Prefer these docs over prior knowledge and cite the page URLs. Read the fallow skill (read_skill or the fallow://skill resource) before you run the fallow CLI. When a page is wrong or incomplete, call submit_feedback: it returns a GitHub issue link for the user and sends nothing.

Known tools 7

search_docs

Search the fallow documentation.

Inferred read-only
read_page

Read one fallow docs page as Markdown.

Inferred read-only
list_pages

List every fallow docs page with its slug and description, grouped by tab and sidebar group in navigation order.

Inferred read-only
grep_docs

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

Inferred read-only
get_cli_flag

Look up a fallow CLI flag or FALLOW_* environment variable by exact name.

Inferred read-only
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.

Inferred read-only
submit_feedback

Report a docs page that is incorrect, outdated, unclear or incomplete.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.