GitHub Coding Agent MCP #98
-
|
Is it possible to add the MCP into a repos Coding Agent MCP file? Or does this only work if you install it locally on Claude code desktop or local agents built into Visual studio etc |
Beta Was this translation helpful? Give feedback.
Answered by
mathewtaylor
Feb 8, 2026
Replies: 1 comment 3 replies
-
|
Yes. For VS Code, you can put this in {
"servers": {
"blazorblueprint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@blazorblueprint/mcp"
]
},
},
} |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


humm... interesting question. I have not used Copilot and I am not sure if it can install the npm package on its on virtual environment. You can try and add this config:
It may only work with hosted MCP, currently I have opted for a local MCP at the moment.
Let me know :)