← tarx.com

INDIVIDUAL MCP TOOL

tarx_context_snapshot

Request a compressed context brief from the cognitive engine.

tarx.comnone authenticationAvailability not checked

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

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.