Skip to content
Zed

Kshana PNT-resilience simulator for Zed

io.github.ashfordeou/kshana-mcp

Run the validated Kshana PNT-resilience simulator (orbits, frames, GNSS, fusion) from an AI agent.

client:Zed transport:stdio runtime:oci

Install Kshana PNT-resilience simulator in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "kshana-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ashfordeou/kshana-mcp:0.27.2"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Kshana PNT-resilience simulator in other clients