MCP Server Explorer - A VS Code extension to manage MCP servers
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mcpserverexplorer": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP Server Explorer - A VS Code extension to manage MCP servers
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Hash-verified file editing MCP server with token efficiency hook. 11 tools for AI coding agents.
MCP Security Weekly
Get CVE alerts and security updates for MCPServerExplorer and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Browse, manage, and import/export MCP (Model Context Protocol) server configurations from a unified sidebar — no JSON editing required. Fully integrated with GitHub Copilot.
mcp.jsonmcp.json files change on disk@mcp-explorer Chat Participant — Manage servers directly from Copilot Chat/list — Show all configured servers with status and tool counts/add <description> — Add a server using natural language (e.g., "add Playwright for browser testing")/diagnose <name> — Run a full diagnostic on a server — config validation, tool registration, LLM-powered analysis/suggest — Get personalized MCP server recommendations based on your workspace/share [name] — Generate formatted server config for sharing in README or SlackmcpServerExplorer_getServerStatus so other Copilot agents can query your MCP server status| Scope | Location | Shared? |
|---|---|---|
| User Profile | ~/Library/Application Support/Code/User/mcp.json (macOS) | Per-machine |
| Workspace | .vscode/mcp.json in your project | Yes, via source control |
| Command | Description |
|---|---|
MCP Server Explorer: Add MCP Server | Guided flow to add a new server |
MCP Server Explorer: Refresh | Reload configs from disk |
MCP Server Explorer: Import Server Configs | Import servers from a JSON file |
MCP Server Explorer: Export All Server Configs | Export all servers to a JSON file |
MCP Server Explorer: Open User MCP Config | Open user-level mcp.json |
MCP Server Explorer: Open Workspace MCP Config | Open workspace-level mcp.json |
Exported files use this structure:
{
"mcpServerExplorer": "1.0",
"servers": {
"github": {
"type": "http",
"url": "https://api.githubcopilot.com/mcp"
},
"playwright": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@microsoft/mcp-server-playwright"]
}
}
}
MIT