The MCP Diagnostics Extension is a VS Code extension that exposes diagnostic problems via MCP. It provides real-time diagnostic insights for AI agents and tools. It connects to VS Code's diagnostic system and exposes problems to AI agents. Developers use it to integrate AI agents with VS Code diagnostics for automated problem detection and resolution.
The MCP Diagnostics Extension is a VS Code extension that exposes diagnostic problems via MCP. It provides real-time diagnostic insights for AI agents and tools. It connects to VS Code's diagnostic system and exposes problems to AI agents. Developers use it to integrate AI agents with VS Code diagnostics for automated problem detection and resolution.
npx -y mcp-diagnostics-extensionAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"newbpydev-mcp-diagnostics-extension-github": {
"command": "npx",
"args": [
"-y",
"npx -y mcp-diagnostics-extension"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from mcp diagnostics extension?"
No configuration required. This server works out of the box.
"What resources are available in mcp diagnostics extension?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in mcp diagnostics extension"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in mcp diagnostics extension with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.