Kshana PNT-resilience simulator for Cursor
io.github.ashfordeou/kshana-mcp
Run the validated Kshana PNT-resilience simulator (orbits, frames, GNSS, fusion) from an AI agent.
client:Cursor
transport:stdio
runtime:oci
Install Kshana PNT-resilience simulator in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"kshana-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ashfordeou/kshana-mcp:0.27.2"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs