You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,16 @@ Note that the proxy is not a network proxy for intercepting traffic. Instead, it
19
19
20
20
- Node.js: ^22.7.5
21
21
22
+
### Quick Start (UI mode)
23
+
24
+
To get up and running right away with the UI, just execute the following:
25
+
26
+
```bash
27
+
npx @modelcontextprotocol/inspector
28
+
```
29
+
30
+
The server will start up and the UI will be accessible at `http://localhost:6274`.
31
+
22
32
### From an MCP server repository
23
33
24
34
To inspect an MCP server implementation, there's no need to clone this repo. Instead, use `npx`. For example, if your server is built at `build/index.js`:
0 commit comments