costrict-plugins mirror of github-trending-mcp-servers-docker (auto-generated, do not edit)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"github-trending-mcp-": {
"command": "npx",
"args": [
"-y",
"costrict-plugins-repo/github-trending-mcp-servers-docker"
]
}
}
}
Run in terminal:
claude mcp add github-trending-mcp- npx -y costrict-plugins-repo/github-trending-mcp-servers-docker
Add to .cursor/mcp.json:
{
"mcpServers": {
"github-trending-mcp-": {
"command": "npx",
"args": [
"-y",
"costrict-plugins-repo/github-trending-mcp-servers-docker"
]
}
}
}