Skip to content

Instantly share code, notes, and snippets.

@hisashiyamaguchi
Last active October 23, 2025 20:57
Show Gist options
  • Select an option

  • Save hisashiyamaguchi/dfd412eb5aa596e3fa770c7f60223923 to your computer and use it in GitHub Desktop.

Select an option

Save hisashiyamaguchi/dfd412eb5aa596e3fa770c7f60223923 to your computer and use it in GitHub Desktop.
{
"mcpServers": {
"threatstream": {
"command": "npx",
"args": ["mcp-remote", "https://optic.threatstream.com/mcp", "--header", "Authorization:${AUTH_HEADER}"],
"env": {
"AUTH_HEADER": "Api-Key xxxx"
}
},
"cloudflare-observability": {
"command": "npx",
"args": ["mcp-remote", "https://observability.mcp.cloudflare.com/sse"]
},
"chrome-devtools": {
"command": "npx",
"args": ["-y", "chrome-devtools-mcp@latest"]
},
"playwright": {
"command": "npx",
"args": [
"@playwright/mcp@latest"
]
},
"slack": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-slack"],
"env": {
"SLACK_BOT_TOKEN": "xxxx",
"SLACK_TEAM_ID": "xxxx",
"SLACK_CHANNEL_IDS": "xxxx"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment