🚀 Convert any GitHub repository into an MCP server quickly, allowing AI assistants like ChatGPT instant access to your codebase.
{
"mcpServers": {
"github-to": {
"command": "npx",
"args": [
"-y",
"github-to-mcp-monorepo"
]
}
}
}