Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ See [Hosted App docs](https://docs.mcpjam.com/hosted/overview) for details.

Download the installer for your OS. Supports HTTP/S and local STDIO servers. No Node.js required.

- [Install Mac](https://github.com/MCPJam/inspector/releases/latest/download/MCPJam.Inspector.dmg)
- [Install Windows](https://github.com/MCPJam/inspector/releases/latest/download/MCPJam-Inspector-Setup.exe)
- [Install Mac](https://github.com/MCPJam/inspector/releases/latest) — download `MCPJam.Inspector.dmg`
- [Install Windows](https://github.com/MCPJam/inspector/releases/latest) — download `MCPJam-Inspector-Setup.exe`

## Terminal

Expand Down
6 changes: 3 additions & 3 deletions docs/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ MCPJam Inspector runs three ways: a hosted web app, a desktop app for Mac and Wi
Open [app.mcpjam.com](https://app.mcpjam.com). HTTPS only. No install. Share servers with your team.
</Card>
<Card title="Desktop App" icon="monitor">
Download for [Mac](https://github.com/MCPJam/inspector/releases/latest/download/MCPJam.Inspector.dmg) or [Windows](https://github.com/MCPJam/inspector/releases/latest/download/MCPJam-Inspector-Setup.exe). HTTP/S and local STDIO.
Download from the [latest release](https://github.com/MCPJam/inspector/releases/latest) for Mac or Windows. HTTP/S and local STDIO.
</Card>
<Card title="Terminal" icon="terminal">
`npx @mcpjam/inspector@latest`. HTTP/S and local STDIO.
Expand All @@ -26,8 +26,8 @@ Go to [app.mcpjam.com](https://app.mcpjam.com) in your browser. No install requi

Download the installer for your OS and run it:

- [Mac](https://github.com/MCPJam/inspector/releases/latest/download/MCPJam.Inspector.dmg)
- [Windows](https://github.com/MCPJam/inspector/releases/latest/download/MCPJam-Inspector-Setup.exe)
- [Mac](https://github.com/MCPJam/inspector/releases/latest) — download `MCPJam.Inspector.dmg`
- [Windows](https://github.com/MCPJam/inspector/releases/latest) — download `MCPJam-Inspector-Setup.exe`

The desktop app supports HTTP/S and local STDIO servers, and does not require Node.js.

Expand Down
4 changes: 2 additions & 2 deletions mcpjam-inspector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ npx @mcpjam/inspector@latest

We have a Mac and Windows desktop app:

- [Install Mac](https://github.com/MCPJam/inspector/releases/latest/download/MCPJam.Inspector.dmg)
- [Install Windows](https://github.com/MCPJam/inspector/releases/latest/download/MCPJam-Inspector-Setup.exe)
- [Install Mac](https://github.com/MCPJam/inspector/releases/latest) — download `MCPJam.Inspector.dmg`
- [Install Windows](https://github.com/MCPJam/inspector/releases/latest) — download `MCPJam-Inspector-Setup.exe`

Run MCPJam using Docker:

Expand Down