← Registry

Developer Tools

forkit-mcp.com

Provides APIs for executing JavaScript code and managing task queues in a workspace.

1 endpoint7 known toolsFirst detected May 18, 2026Last detected August 29, 2026

ENDPOINT 1

https://forkit-mcp.com/mcp

No auth detected

MCP server metadata

Name
forkit
Version
1.0.0
Capabilities
tools

Known tools 7

execute_code

Execute an async JavaScript function in a real V8 isolate with your workspace API.

Potential side effects
search_api

Return TypeScript type definitions for the execute_code codemode SDK.

Inferred read-only
ready_tasks

Return all pending tasks with no unresolved blockers — the topological ready set.

Inferred read-only
claim_task

Atomically claim a pending task for an agent.

Inferred read-only
wait_for_task

Block until a ready task is available for the given assignee.

Inferred read-only
summarize_session

Generate an AI digest of the current session and persist it to R2 memory as a Markdown file.

Inferred read-only
list_executions

Return recent execute_code audit records for this workspace.

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

.mcp.json

{
  "mcpServers": {
    "forkit": {
      "type": "http",
      "url": "https://forkit-mcp.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "forkit",
  "transport": "streamable-http",
  "url": "https://forkit-mcp.com/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for forkit-mcp.com was fetched 2026-07-26T15:50:45.282Z and is being refreshed.

Trust status Neutral

forkit-mcp.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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