MCP server

One protocol, every agent.

Pathrule speaks the open Model Context Protocol over stdio locally and streamable HTTP in the cloud, exposing one typed tool surface for memories, rules and skills.

pathrule · tools/listconnected
get_context
write_memory
read_rule
write_skill
log_activity
Works withClaude CodeCursorCodexWindsurf

A small, typed, path-scoped surface.

Same tools everywhere

Claude Code, Cursor, Codex, Windsurf and any MCP client see the same typed tools, local or remote.

No filesystem access

Memories, rules and skills only. No exec, no read_file for arbitrary paths, no list_directory of your repo.

Remote endpoint

Cloud-only clients connect to the hosted Remote MCP at mcp.pathrule.io over streamable HTTP.

Enumerable

Introspect the full tool list and schemas with a standard tools/list call. No hidden tools.

Every call resolves against the current working directory, so the agent receives the slice that matches the path, not the whole rulebook on every turn.

Connect your agent.