pf2e-atlas

e-kosten/pf2e-atlas
★ 0 stars Rust 💻 Code/Dev Tools Updated 1d ago
Offline PF2E search, reference, and editorial workbench with an MCP server and TUI over local Foundry data.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pf2e-atlas": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "pf2e-atlas"
      ]
    }
  }
}

README Excerpt

PF2e Atlas gives players, GMs, tool builders, and local coding agents a fast way to search and reference Pathfinder Second Edition content locally. It supports record lookup, ranked search, structured filters, name resolution, and graph context. The `atlas` CLI indexes PF2E data from the [Foundry PF2E repository](https://github.com/foundryvtt/pf2e) and exposes tools for people and agents.