← Registry

Developer Tools

fold.run

Provides search and retrieval of documentation for Cloudflare and GitHub repositories, including migration guides.

3 endpoints9 known toolsFirst detected August 6, 2026Last detected September 7, 2026

ENDPOINT 1

https://demo.fold.run/mcp

No auth detected

MCP server metadata

Name
fold
Version
v1.14.0
Capabilities
completionsloggingprompts.listChangedresources.listChangedresources.subscribetools.listChanged
Server instructions

fold gateway federating 3 upstream MCP servers. Tools and prompts are namespaced as {namespace}__{name}; namespaces: cfdocs, git, jobs.

Known tools 8

cfdocs__search_cloudflare_documentation

Search the Cloudflare documentation.

Inferred read-only
cfdocs__migrate_pages_to_workers_guide

ALWAYS read this guide before migrating Pages projects to Workers.

Inferred read-only
git__match_common_libs_owner_repo_mapping

Match a library name to an owner/repo.

Inferred read-only
git__fetch_generic_documentation

Fetch documentation for any GitHub repository by providing owner and project name

Inferred read-only
git__search_generic_documentation

Semantically search in documentation for any GitHub repository by providing owner, project name, and search query.

Inferred read-only
git__search_generic_code

Search for code in any GitHub repository by providing owner, project name, and search query.

Inferred read-only
git__fetch_generic_url_content

Generic tool to fetch content from any absolute URL, respecting robots.txt rules.

Inferred read-only
jobs__start_job

Start a demo background job that completes after `seconds` (1–120, default 10).

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.fold]
url = "https://demo.fold.run/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "fold": {
      "type": "http",
      "url": "https://demo.fold.run/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: fold
Remote MCP URL: https://demo.fold.run/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": {
    "fold": {
      "url": "https://demo.fold.run/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "fold": {
      "type": "http",
      "url": "https://demo.fold.run/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "fold",
  "transport": "streamable-http",
  "url": "https://demo.fold.run/mcp"
}
MCP Inspector

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

ENDPOINT 2

https://enterprise.fold.run/mcp

Auth required

Known tools 0

No tool metadata was available in the registry cache.

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.fold-run]
url = "https://enterprise.fold.run/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "fold-run": {
      "type": "http",
      "url": "https://enterprise.fold.run/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: fold-run
Remote MCP URL: https://enterprise.fold.run/mcp

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "fold-run": {
      "url": "https://enterprise.fold.run/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "fold-run": {
      "type": "http",
      "url": "https://enterprise.fold.run/mcp",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "fold-run bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "fold-run",
  "transport": "streamable-http",
  "url": "https://enterprise.fold.run/mcp",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

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

ENDPOINT 3

https://tasks.fold.run/mcp

No auth detected

MCP server metadata

Name
fold-demo-tasks
Version
0.1.0
Capabilities
loggingtools.listChanged

Known tools 1

start_job

Start a demo background job that completes after `seconds` (1–120, default 10).

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.fold-demo-tasks]
url = "https://tasks.fold.run/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "fold-demo-tasks": {
      "type": "http",
      "url": "https://tasks.fold.run/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: fold-demo-tasks
Remote MCP URL: https://tasks.fold.run/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": {
    "fold-demo-tasks": {
      "url": "https://tasks.fold.run/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "fold-demo-tasks": {
      "type": "http",
      "url": "https://tasks.fold.run/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "fold-demo-tasks",
  "transport": "streamable-http",
  "url": "https://tasks.fold.run/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.