Developer Tools
fold.run
Provides search and retrieval of documentation for Cloudflare and GitHub repositories, including migration guides.
ENDPOINT 1
https://demo.fold.run/mcp
MCP server metadata
- Name
- fold
- Version
- v1.14.0
fold gateway federating 3 upstream MCP servers. Tools and prompts are namespaced as {namespace}__{name}; namespaces: cfdocs, git, jobs.
Known tools 8
cfdocs__migrate_pages_to_workers_guideALWAYS read this guide before migrating Pages projects to Workers.
Inferred read-onlygit__fetch_generic_documentationFetch documentation for any GitHub repository by providing owner and project name
Inferred read-onlygit__search_generic_documentationSemantically search in documentation for any GitHub repository by providing owner, project name, and search query.
Inferred read-onlygit__search_generic_codeSearch for code in any GitHub repository by providing owner, project name, and search query.
Inferred read-onlygit__fetch_generic_url_contentGeneric tool to fetch content from any absolute URL, respecting robots.txt rules.
Inferred read-onlyjobs__start_jobStart a demo background job that completes after `seconds` (1–120, default 10).
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.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
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
MCP server metadata
- Name
- fold-demo-tasks
- Version
- 0.1.0
Known tools 1
start_jobStart a demo background job that completes after `seconds` (1–120, default 10).
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.