← tarx.com

INDIVIDUAL MCP TOOL

tarx_task_create

Queue a task for Claude Code to execute on the local machine.

tarx.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests code or command execution.

Parent endpoint

tarx.com

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • tarx_status — Check if the TARX local daemon is running and healthy.
  • tarx_mesh_stats — Get current TARX mesh network statistics.
  • tarx_skills_list — List available TARX skills by category.
  • tarx_install — Get TARX installation instructions for a specific platform and mode.
  • tarx_install_guide — Get step-by-step TARX installation instructions for a specific platform.
  • tarx_health — Check if the local TARX daemon and project services are reachable.
  • tarx_run — Alias for tarx_health.
  • tarx_context — Get full system context for a Claude session start.