Skip to content

Instantly share code, notes, and snippets.

@thirdlf03
Last active September 26, 2025 03:58
Show Gist options
  • Select an option

  • Save thirdlf03/646250bf509665877c27534c2df170a9 to your computer and use it in GitHub Desktop.

Select an option

Save thirdlf03/646250bf509665877c27534c2df170a9 to your computer and use it in GitHub Desktop.
検証用のMCP設定
{
"mcpServers": {
"serena": {
"tools": [
"*"
],
"type": "local",
"command": "uvx",
"args": [
"--from",
"git+https://github.com/oraios/serena",
"serena",
"start-mcp-server"
]
},
"chrome-devtools": {
"type": "local",
"command": "npx",
"tools": [
"*"
],
"args": [
"chrome-devtools-mcp@latest"
]
},
"context7": {
"type": "local",
"command": "npx",
"tools": [
"*"
],
"args": [
"-y",
"@upstash/context7-mcp",
"--api-key",
"<your_api_key>"
]
},
"fetch-mcp": {
"type": "local",
"command": "npx",
"tools": [
"*"
],
"args": [
"mcp-fetch-server"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment