File tree Expand file tree Collapse file tree 1 file changed +28
-15
lines changed Expand file tree Collapse file tree 1 file changed +28
-15
lines changed Original file line number Diff line number Diff line change 11{
2- "mcpServers" : {
3- "github" : {
4- "command" : " docker" ,
5- "args" : [
6- " run" ,
7- " -i" ,
8- " --rm" ,
9- " -e" ,
10- " GITHUB_PERSONAL_ACCESS_TOKEN=${env:GITHUB_PERSONAL_ACCESS_TOKEN}" ,
11- " ghcr.io/github/github-mcp-server"
12- ],
13- "alwaysAllow" : []
14- }
15- }
16- }
2+ "mcpServers" : {
3+ "github" : {
4+ "command" : " docker" ,
5+ "args" : [
6+ " run" ,
7+ " -i" ,
8+ " --rm" ,
9+ " -e" ,
10+ " GITHUB_PERSONAL_ACCESS_TOKEN=${env:GITHUB_PERSONAL_ACCESS_TOKEN}" ,
11+ " ghcr.io/github/github-mcp-server"
12+ ],
13+ "alwaysAllow" : []
14+ },
15+ "posthog" : {
16+ "command" : " npx" ,
17+ "args" : [
18+ " -y" ,
19+ " mcp-remote@latest" ,
20+ " https://mcp.posthog.com/sse" ,
21+ " --header" ,
22+ " Authorization:${POSTHOG_AUTH_HEADER}"
23+ ],
24+ "env" : {
25+ "POSTHOG_AUTH_HEADER" : " Bearer ${env:POSTHOG_PERSONAL_ACCESS_TOKEN}"
26+ }
27+ }
28+ }
29+ }
You can’t perform that action at this time.
0 commit comments