🚀 Convert any GitHub repository into an MCP server quickly, allowing AI assistants like ChatGPT instant access to your codebase.
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-to-mcp": {
"command": "npx",
"args": [
"-y",
"saifeddine099/github-to-mcp"
]
}
}
}
Run in terminal:
claude mcp add github-to-mcp npx -y saifeddine099/github-to-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"github-to-mcp": {
"command": "npx",
"args": [
"-y",
"saifeddine099/github-to-mcp"
]
}
}
}