scry

nbaertsch/scry
★ 0 stars Python 📦 Other Updated 4d ago
Local-first MCP server that links spec/doc text to AST symbols and detects drift between them.
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": {
    "scry": {
      "command": "uvx",
      "args": [
        "scry"
      ]
    }
  }
}

Or install with pip: pip install scry