← Registry

Developer Tools

pathrule.io

Manage and explore Pathrule workspaces with hierarchical rule, skill, and memory contexts.

1 endpoint32 known toolsFirst detected July 6, 2026Last detected September 6, 2026

ENDPOINT 1

https://mcp.pathrule.io/mcp

No auth detected

MCP server metadata

Name
pathrule-cloud-connector
Version
0.1.0
Capabilities
tools.listChanged

Known tools 32

pathrule_list_workspaces

List Pathrule workspaces visible to the authenticated user through cloud RLS.

Inferred read-only
pathrule_ping

Sanity check that Pathrule Remote MCP is reachable.

Inferred read-only
pathrule_get_context

Return Pathrule context for a workspace path: relevant memories, rules, skills, subtree index, and a next_required_action hint.

Inferred read-only
pathrule_goto

Resolve a path/name/fuzzy target inside a workspace and return full content for that node plus a compact subtree memory index.

Inferred read-only
pathrule_get_tree

Return the full Pathrule node tree for a workspace.

Inferred read-only
pathrule_get_node

Return a single node plus ids for attached memories, rules, and skills.

Inferred read-only
pathrule_list_memories

List active memories attached to a specific Pathrule tree node.

Inferred read-only
pathrule_read_memory

Read the full body and metadata for one Pathrule memory.

Inferred read-only
pathrule_read_rule

Read the full body and metadata for one Pathrule rule.

Inferred read-only
pathrule_read_skill

Read the approved snapshot for one Pathrule skill.

Inferred read-only
pathrule_write_memory

Create a new memory at a workspace path.

Potential side effects
pathrule_update_memory

Update a memory's content or title, optionally moving it.

Potential side effects
pathrule_delete_memory

Soft-delete a memory by default.

Potential side effects
pathrule_write_rule

Create a new rule at a workspace path.

Potential side effects
pathrule_update_rule

Update a rule's fields and/or path.

Potential side effects
pathrule_delete_rule

Soft-delete a rule by default.

Potential side effects
pathrule_write_skill

Create a new skill at a workspace path.

Potential side effects
pathrule_update_skill

Partially update an existing Pathrule skill record.

Potential side effects
pathrule_delete_skill

Soft-delete a skill by default.

Potential side effects
pathrule_import_pattern

Import an official Pathrule pattern (a bundle of memories, rules, and skills) into the workspace when the user pastes a `::pathrule:package:<slug>` token.

Inferred read-only
pathrule_remove_pattern

Remove a previously-imported Pathrule pattern bundle in one call — the reverse of pathrule_import_pattern.

Potential side effects
pathrule_list_organizations

List Pathrule organizations the authenticated user belongs to.

Inferred read-only
pathrule_create_workspace

Create a new Pathrule workspace inside an organization.

Potential side effects
pathrule_setup

Fetch the active Pathrule bootstrap brief and execute it.

Potential side effects
pathrule_take_snapshot

Record a point-in-time inventory of the user's project under a workspace.

Inferred read-only
pathrule_list_snapshots

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

Inferred read-only
pathrule_read_snapshot

Load a single project snapshot in full or partial form.

Inferred read-only
pathrule_list_pending_refreshes

List pending Pathrule refresh tasks for a workspace.

Inferred read-only
pathrule_get_refresh_brief

Claim one refresh task and return the subject, stale-signal evidence, AI instructions, and any proposed patch.

Inferred read-only
pathrule_resolve_refresh

Close a Pathrule refresh task after reviewing its brief.

Inferred read-only
pathrule_log_activity

Log a file-modifying response from a remote MCP client.

Inferred read-only
pathrule_get_local_runtime_upgrade

Explain what Pathrule CLI (power-user, terminal-first) and Pathrule Studio (GUI) unlock beyond Remote MCP.

Potential side effects

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for pathrule.io was fetched 2026-08-29T15:11:27.150Z.

Trust status Trusted

pathrule.io is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

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