← forkit-mcp.com
INDIVIDUAL MCP TOOL
wait_for_task
Block until a ready task is available for the given assignee.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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-mcp-com]
url = "https://forkit-mcp.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"forkit-mcp-com": {
"type": "http",
"url": "https://forkit-mcp.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: forkit-mcp-com
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-mcp-com": {
"url": "https://forkit-mcp.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"forkit-mcp-com": {
"type": "http",
"url": "https://forkit-mcp.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "forkit-mcp-com",
"transport": "streamable-http",
"url": "https://forkit-mcp.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
execute_code— Execute an async JavaScript function in a real V8 isolate with your workspace API.search_api— Return TypeScript type definitions for the execute_code codemode SDK.ready_tasks— Return all pending tasks with no unresolved blockers — the topological ready set.claim_task— Atomically claim a pending task for an agent.summarize_session— Generate an AI digest of the current session and persist it to R2 memory as a Markdown file.list_executions— Return recent execute_code audit records for this workspace.