claude mcp add --transport http context7 <https://mcp.context7.com/mcp> --scope project
.mcp.json 파일 예시{
"mcpServers": {
"context7": {
"type": "stdio",
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"@upstash/context7-mcp",
"--api-key",
"발급받은 API 키"
],
"env": {}
}
}
}