orchescope

twinkling-reality/orchescope
★ 0 stars TypeScript Code/Dev Tools Updated 1d ago
Map, test, and improve agent systems. A local-first CLI and MCP server that reconciles what an agent system declares in source against what its runs actually did.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "orchescope": {
      "command": "npx",
      "args": [
        "-y",
        "twinkling-reality/orchescope"
      ]
    }
  }
}

README Excerpt

Map, test, and improve agent systems. Orchescope reads an agent system's source, ingests what it does when it runs, and reports the difference between the two. It runs on your machine, writes only inside the repository you point it at, and sends nothing anywhere. ``` orchescope audit ``` - **Maps the system.** Discovers agents, models, providers, prompts, tools, MCP servers, retrieval, memory, queues,

Topics

agentsai-agentschaos-engineeringclillmmcpmodel-context-protocolobservabilityopentelemetrystatic-analysistypescript