@@ -24,7 +24,7 @@ If you use stdio transport
2424 --external-url https://{your-domain} \
2525 --tls-accept-tos \
2626 --password changeme \
27- -- npx -y @modelcontextprotocol/server-filesystem /
27+ -- npx -y @modelcontextprotocol/server-filesystem . /
2828```
2929
3030That's it! Your streamable HTTP endpoint is now available at ` https://{your-domain}/mcp ` .
@@ -34,15 +34,15 @@ To proxy SSE/streamable HTTP transport, specify a URL; to use the stdio transpor
3434
3535## Verified MCP Client
3636
37- | MCP Client | Status | Notes |
38- | ----------------- | ------ | ------------------------------------------------- |
39- | Claude - Web | ✅ | |
40- | Claude - Desktop | ✅ | |
41- | Claude Code | ✅ | |
42- | ChatGPT - Web | ✅ | Need to implement ` search ` and ` fetch ` tools.(* 1) |
43- | ChatGPT - Desktop | ✅ | Need to implement ` search ` and ` fetch ` tools.(* 1) |
44- | GitHub Copilot | ✅ | |
45- | Cursor | ✅ | |
37+ | MCP Client | Status | Notes |
38+ | ----------------- | ------ | ------------------------------------------------ |
39+ | Claude - Web | ✅ | |
40+ | Claude - Desktop | ✅ | |
41+ | Claude Code | ✅ | |
42+ | ChatGPT - Web | ✅ | Need to implement ` search ` and ` fetch ` tools.(1) |
43+ | ChatGPT - Desktop | ✅ | Need to implement ` search ` and ` fetch ` tools.(1) |
44+ | GitHub Copilot | ✅ | |
45+ | Cursor | ✅ | |
4646
4747- * 1: https://platform.openai.com/docs/mcp
4848
@@ -100,7 +100,7 @@ docker run --rm --net=host \
1001001 . Go to the [ Google Cloud Console] ( https://console.cloud.google.com/ )
1011012 . Create a new project or select an existing one
1021023 . Create OAuth consent screen
103- 4 . Credentials → Create credentials → OAuth client ID( Web application)
103+ 4 . Credentials → Create credentials → OAuth client ID ( Web application)
1041045 . Add authorized redirect URI: ` {EXTERNAL_URL}/.auth/google/callback `
105105
106106#### GitHub OAuth Setup
0 commit comments