🤖 Automate .NET dev setup for VS Code with GitHub Copilot to streamline MCP server config and unify AI coding standards.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"vibe-coding-dev-setu": {
"command": "npx",
"args": [
"-y",
"ILXNSM/Vibe-Coding-Dev-Setup"
]
}
}
}
Run in terminal:
claude mcp add vibe-coding-dev-setu npx -y ILXNSM/Vibe-Coding-Dev-Setup
Add to .cursor/mcp.json:
{
"mcpServers": {
"vibe-coding-dev-setu": {
"command": "npx",
"args": [
"-y",
"ILXNSM/Vibe-Coding-Dev-Setup"
]
}
}
}