mcp

pathrule/mcp
★ 0 stars JavaScript 🤖 AI/LLM Updated 5d ago
Pathrule Remote MCP server
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pathrule/mcp"
      ]
    }
  }
}

README Excerpt

Pathrule Remote MCP exposes Pathrule workspace memory, rules, skills, setup, snapshots, and activity logging over the Model Context Protocol. Public endpoint: ```text https://mcp.pathrule.io/mcp ``` Registry manifest: ```text https://mcp.pathrule.io/server.json ``` Pathrule gives AI coding agents path-scoped project context. The remote MCP server lets cloud MCP clients use the same Pathrule workspace data without installing Pathrule Desktop or the local CLI on the client host.

Tools (20)

HOSTpathrule_create_workspacepathrule_delete_memorypathrule_delete_rulepathrule_get_contextpathrule_get_nodepathrule_get_refresh_briefpathrule_get_treepathrule_gotopathrule_list_memoriespathrule_list_organizationspathrule_list_pending_refreshespathrule_list_snapshotspathrule_list_workspacespathrule_log_activitypathrule_read_memorypathrule_read_rulepathrule_read_skillpathrule_read_snapshotpathrule_resolve_refresh