Developer Tools
fallow.tools
Searches, reads, and greps the fallow documentation pages and looks up fallow CLI flags or FALLOW_* environment variables.
ENDPOINT 1
https://fallow.tools/docs/mcp
MCP server metadata
- Name
- fallow-docs
- Version
- 1.0.0
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
list_pagesList every fallow docs page with its slug and description, grouped by tab and sidebar group in navigation order.
Inferred read-onlygrep_docsFind exact text or a regular expression in the Markdown of every fallow docs page.
Inferred read-onlyget_cli_flagLook up a fallow CLI flag or FALLOW_* environment variable by exact name.
Inferred read-onlyread_skillRead 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-onlysubmit_feedbackReport a docs page that is incorrect, outdated, unclear or incomplete.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.