Developer Tools
pathrule.io
Manage and explore Pathrule workspaces with hierarchical rule, skill, and memory contexts.
ENDPOINT 1
https://mcp.pathrule.io/mcp
MCP server metadata
- Name
- pathrule-cloud-connector
- Version
- 0.1.0
Known tools 32
pathrule_list_workspacesList Pathrule workspaces visible to the authenticated user through cloud RLS.
Inferred read-onlypathrule_get_contextReturn Pathrule context for a workspace path: relevant memories, rules, skills, subtree index, and a next_required_action hint.
Inferred read-onlypathrule_gotoResolve a path/name/fuzzy target inside a workspace and return full content for that node plus a compact subtree memory index.
Inferred read-onlypathrule_get_nodeReturn a single node plus ids for attached memories, rules, and skills.
Inferred read-onlypathrule_list_memoriesList active memories attached to a specific Pathrule tree node.
Inferred read-onlypathrule_update_memoryUpdate a memory's content or title, optionally moving it.
Potential side effectspathrule_import_patternImport 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-onlypathrule_remove_patternRemove a previously-imported Pathrule pattern bundle in one call — the reverse of pathrule_import_pattern.
Potential side effectspathrule_list_organizationsList Pathrule organizations the authenticated user belongs to.
Inferred read-onlypathrule_create_workspaceCreate a new Pathrule workspace inside an organization.
Potential side effectspathrule_take_snapshotRecord a point-in-time inventory of the user's project under a workspace.
Inferred read-onlypathrule_list_snapshotsList the most recent project snapshots for a workspace (compact metadata only — no file_tree, no sampled_contents).
Inferred read-onlypathrule_list_pending_refreshesList pending Pathrule refresh tasks for a workspace.
Inferred read-onlypathrule_get_refresh_briefClaim one refresh task and return the subject, stale-signal evidence, AI instructions, and any proposed patch.
Inferred read-onlypathrule_get_local_runtime_upgradeExplain what Pathrule CLI (power-user, terminal-first) and Pathrule Studio (GUI) unlock beyond Remote MCP.
Potential side effectsCONNECT 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.
pathrule.io is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.