Checks passed
The configured checks passed for this run. Keep the receipt and compare it after changes.
Run a scan, understand what it found, then decide whether to save it online. No account or card needed to start.
On macOS, open Terminal. On Windows, open PowerShell. On Linux, open your terminal. Run this in the project folder you want to check.
Requires Node.js 20 or newer and npm. Install the current Node.js LTS if you don’t have them, then reopen your terminal.
npx -y @kryptosai/mcp-observatory@latestThe command downloads Observatory and checks your first configured MCP server. If none is configured, it checks an included example so you can see a real report.
This runs the bundled demo without discovering or starting your configured servers.
npx -y @kryptosai/mcp-observatory@latest demo --exampleRun mcp-observatory in your terminal. You can use the same commands below without the npx -y @kryptosai/mcp-observatory@latest prefix.
Your terminal shows the server name, score, checks, and the path to your saved receipt. A demo report describes the example, not your own server.
The configured checks passed for this run. Keep the receipt and compare it after changes.
The scan ran and found something to review. Read the failing checks, fix the cause, then run it again. Paying does not change the result.
Check the server’s startup command, required credentials, and timeout. Resolve the connection before treating the scan as evidence.
In the same project folder, run:
npx -y @kryptosai/mcp-observatory@latest cloud uploadOpen the verification link printed in your terminal, confirm the code, and connect with GitHub. Return to the terminal and wait for Upload complete, then open the dashboard link it prints.
This uploads your latest scan receipt to your personal account. Free includes one target, the latest snapshot, seven-day retention, and 10 uploads per month. What gets stored.
Install Node.js LTS with npm, close and reopen the terminal, and try again.
Go back to the folder where you ran the scan. Run the scan there first, or pass the receipt path: mcp-observatory cloud upload path/to/receipt.json.
Run the upload command again for a fresh verification link. Use the GitHub account you want to own the result.
Stop after step 2. Local scanning, local reports, and local CI checks stay free. Hosted history and hosted CI ingestion are optional.