← pathrule.io

INDIVIDUAL MCP TOOL

pathrule_list_snapshots

List the most recent project snapshots for a workspace (compact metadata only — no file_tree, no sampled_contents).

pathrule.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.pathrule.io/mcp

No auth detected

Connect to this endpoint to inspect the live schema for pathrule_list_snapshots and invoke it with your own arguments.

Indexed 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 server

pathrule.io

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.pathrule-cloud-connector]
url = "https://mcp.pathrule.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "pathrule-cloud-connector": {
      "type": "http",
      "url": "https://mcp.pathrule.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "pathrule-cloud-connector": {
      "type": "http",
      "url": "https://mcp.pathrule.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "pathrule-cloud-connector",
  "transport": "streamable-http",
  "url": "https://mcp.pathrule.io/mcp"
}
MCP Inspector

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

Related tools

  • pathrule_list_workspaces — List Pathrule workspaces visible to the authenticated user through cloud RLS.
  • pathrule_ping — Sanity check that Pathrule Remote MCP is reachable.
  • pathrule_get_context — Return Pathrule context for a workspace path: relevant memories, rules, skills, subtree index, and a next_required_action hint.
  • pathrule_goto — Resolve a path/name/fuzzy target inside a workspace and return full content for that node plus a compact subtree memory index.
  • pathrule_get_tree — Return the full Pathrule node tree for a workspace.
  • pathrule_get_node — Return a single node plus ids for attached memories, rules, and skills.
  • pathrule_list_memories — List active memories attached to a specific Pathrule tree node.
  • pathrule_read_memory — Read the full body and metadata for one Pathrule memory.