Skip to content

Commit d55ce76

Browse files
committed
docs: add mcp server installations instructions
Signed-off-by: Philip <pmig@glasskube.com>
1 parent 13a758b commit d55ce76

File tree

1 file changed

+257
-1
lines changed

1 file changed

+257
-1
lines changed

README.md

Lines changed: 257 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,263 @@ This project is a Model Context Protocol (MCP) server that reports auth informat
44
It parses the Authorization header as JWT and reports some decoded payload items from the JWT.
55
The name is inspired by the `whoami` coreutils package.
66

7-
## Usage
7+
## Remote MCP server demo
8+
9+
### Unauthenticated "MCP, Who am I" MCP server?
10+
11+
"MCP, Who am I" is hosted on [HyprMCP](https://hyprmcp.com) and available at:
12+
13+
```
14+
https://demo.hyprmcp.cloud/who-am-i-public/mcp
15+
```
16+
17+
Find specific installation instructions here:
18+
19+
<details name="mcp-install-instructions">
20+
<summary>Cursor</summary>
21+
22+
#### Installation Link
23+
24+
[![Add to Cursor](https://cursor.com/deeplink/mcp-install-dark.svg)](cursor://anysphere.cursor-deeplink/mcp/install?name=who-am-i-public&config=eyJ1cmwiOiJodHRwczovL2RlbW8uaHlwcm1jcC5jbG91ZC93aG8tYW0taS1wdWJsaWMvbWNwIn0=)
25+
26+
#### Manual Installation
27+
28+
Add the following to your `mcp.json` file:
29+
30+
```json
31+
{
32+
"mcpServers": {
33+
"who-am-i-public": {
34+
"url": "https://demo.hyprmcp.cloud/who-am-i-public/mcp"
35+
}
36+
}
37+
}
38+
```
39+
40+
</details>
41+
42+
<details name="mcp-install-instructions">
43+
<summary>VSCode</summary>
44+
45+
#### Installation Link
46+
47+
[![Install in VS Code](https://img.shields.io/badge/VS_Code-Install_Server-0098FF?style=for-the-badge&logo=visual-studio-code&logoColor=white)](https://insiders.vscode.dev/redirect?url=vscode:mcp/install?%7B%22type%22%3A%22http%22%2C%22name%22%3A%22who-am-i-public%22%2C%22url%22%3A%22https%3A%2F%2Fdemo.hyprmcp.cloud%2Fwho-am-i-public%2Fmcp%22%7D)
48+
49+
#### Manual Installation
50+
51+
Open a terminal and run the following command:
52+
53+
```
54+
code --add-mcp '{"type":"http","name":"who-am-i-public","url":"https://demo.hyprmcp.cloud/who-am-i-public/mcp"}'
55+
```
56+
57+
Then, from inside VS Code, open the .vscode/mcp.json file and click "Start server".
58+
59+
</details>
60+
61+
<details name="mcp-install-instructions">
62+
<summary>Claude Code</summary>
63+
64+
Open a terminal and run the following command:
65+
66+
```
67+
claude mcp add --transport http who-am-i-public https://demo.hyprmcp.cloud/who-am-i-public/mcp
68+
```
69+
70+
From within Claude Code, you can use the `/mcp` command to get more information about the server.
71+
72+
</details>
73+
74+
<details name="mcp-install-instructions">
75+
<summary>Claude Desktop</summary>
76+
77+
Open Claude Desktop and navigate to Settings > Connectors > Add Custom Connector.
78+
79+
Enter the name as `who-am-i-public` and the remote MCP server URL as `https://demo.hyprmcp.cloud/who-am-i-public/mcp`.
80+
81+
</details>
82+
83+
<details name="mcp-install-instructions">
84+
<summary>Windsurf</summary>
85+
86+
Copy the following JSON to your Windsurf MCP config file:
87+
88+
```json
89+
{
90+
"mcpServers": {
91+
"who-am-i-public": {
92+
"serverUrl": "https://demo.hyprmcp.cloud/who-am-i-public/mcp"
93+
}
94+
}
95+
}
96+
```
97+
98+
</details>
99+
100+
<details name="mcp-install-instructions">
101+
<summary>ChatGPT</summary>
102+
103+
_Note: In Team, Enterprise, and Edu workspaces, only workspace owners and admins have permission_
104+
105+
- Navigate to **Settings > Connectors**
106+
- Add a custom connector with the server URL: `https://demo.hyprmcp.cloud/who-am-i-public/mcp`
107+
- It should then be visible in the Composer > Deep research tool
108+
- You may need to add the server as a source
109+
110+
\*Connectors can only be used with **Deep Research\***
111+
112+
</details>
113+
114+
<details name="mcp-install-instructions">
115+
<summary>Gemini CLI</summary>
116+
117+
Add the following JSON to your Gemini CLI configuration file (`~/.gemini/settings.json`):
118+
119+
```json
120+
{
121+
"mcpServers": {
122+
"who-am-i-public": {
123+
"httpUrl": "https://demo.hyprmcp.cloud/who-am-i-public/mcp",
124+
"headers": {
125+
"Accept": "application/json, text/event-stream"
126+
}
127+
}
128+
}
129+
}
130+
```
131+
132+
</details>
133+
134+
by [![Hypr MCP](https://hyprmcp.com/hyprmcp_20px.svg)](https://hyprmcp.com/)
135+
136+
### Authenticated "MCP, Who am I" MCP server?
137+
138+
"MCP, Who am I" is hosted on [HyprMCP](https://hyprmcp.com) and available at:
139+
140+
```
141+
https://demo.hyprmcp.cloud/who-am-i/mcp
142+
```
143+
144+
Find specific installation instructions here:
145+
146+
<details name="mcp-install-instructions">
147+
<summary>Cursor</summary>
148+
149+
#### Installation Link
150+
151+
[![Add to Cursor](https://cursor.com/deeplink/mcp-install-dark.svg)](cursor://anysphere.cursor-deeplink/mcp/install?name=who-am-i-public&config=eyJ1cmwiOiJodHRwczovL2RlbW8uaHlwcm1jcC5jbG91ZC93aG8tYW0taS1wdWJsaWMvbWNwIn0=)
152+
153+
#### Manual Installation
154+
155+
Add the following to your `mcp.json` file:
156+
157+
```json
158+
{
159+
"mcpServers": {
160+
"who-am-i-public": {
161+
"url": "https://demo.hyprmcp.cloud/who-am-i-public/mcp"
162+
}
163+
}
164+
}
165+
```
166+
167+
</details>
168+
169+
<details name="mcp-install-instructions">
170+
<summary>VSCode</summary>
171+
172+
#### Installation Link
173+
174+
[![Install in VS Code](https://img.shields.io/badge/VS_Code-Install_Server-0098FF?style=for-the-badge&logo=visual-studio-code&logoColor=white)](https://insiders.vscode.dev/redirect?url=vscode:mcp/install?%7B%22type%22%3A%22http%22%2C%22name%22%3A%22who-am-i-public%22%2C%22url%22%3A%22https%3A%2F%2Fdemo.hyprmcp.cloud%2Fwho-am-i-public%2Fmcp%22%7D)
175+
176+
#### Manual Installation
177+
178+
Open a terminal and run the following command:
179+
180+
```
181+
code --add-mcp '{"type":"http","name":"who-am-i-public","url":"https://demo.hyprmcp.cloud/who-am-i-public/mcp"}'
182+
```
183+
184+
Then, from inside VS Code, open the .vscode/mcp.json file and click "Start server".
185+
186+
</details>
187+
188+
<details name="mcp-install-instructions">
189+
<summary>Claude Code</summary>
190+
191+
Open a terminal and run the following command:
192+
193+
```
194+
claude mcp add --transport http who-am-i-public https://demo.hyprmcp.cloud/who-am-i-public/mcp
195+
```
196+
197+
From within Claude Code, you can use the `/mcp` command to get more information about the server.
198+
199+
</details>
200+
201+
<details name="mcp-install-instructions">
202+
<summary>Claude Desktop</summary>
203+
204+
Open Claude Desktop and navigate to Settings > Connectors > Add Custom Connector.
205+
206+
Enter the name as `who-am-i-public` and the remote MCP server URL as `https://demo.hyprmcp.cloud/who-am-i-public/mcp`.
207+
208+
</details>
209+
210+
<details name="mcp-install-instructions">
211+
<summary>Windsurf</summary>
212+
213+
Copy the following JSON to your Windsurf MCP config file:
214+
215+
```json
216+
{
217+
"mcpServers": {
218+
"who-am-i-public": {
219+
"serverUrl": "https://demo.hyprmcp.cloud/who-am-i-public/mcp"
220+
}
221+
}
222+
}
223+
```
224+
225+
</details>
226+
227+
<details name="mcp-install-instructions">
228+
<summary>ChatGPT</summary>
229+
230+
_Note: In Team, Enterprise, and Edu workspaces, only workspace owners and admins have permission_
231+
232+
- Navigate to **Settings > Connectors**
233+
- Add a custom connector with the server URL: `https://demo.hyprmcp.cloud/who-am-i-public/mcp`
234+
- It should then be visible in the Composer > Deep research tool
235+
- You may need to add the server as a source
236+
237+
\*Connectors can only be used with **Deep Research\***
238+
239+
</details>
240+
241+
<details name="mcp-install-instructions">
242+
<summary>Gemini CLI</summary>
243+
244+
Add the following JSON to your Gemini CLI configuration file (`~/.gemini/settings.json`):
245+
246+
```json
247+
{
248+
"mcpServers": {
249+
"who-am-i-public": {
250+
"httpUrl": "https://demo.hyprmcp.cloud/who-am-i-public/mcp",
251+
"headers": {
252+
"Accept": "application/json, text/event-stream"
253+
}
254+
}
255+
}
256+
}
257+
```
258+
259+
</details>
260+
261+
by [![Hypr MCP](https://hyprmcp.com/hyprmcp_20px.svg)](https://hyprmcp.com/)
262+
263+
## Local Usage
8264

9265
You can run the MCP server using NPM:
10266

0 commit comments

Comments
 (0)