mcp server find for VS Code
io.github.daedalus/mcp-server-find
MCP server discovery - find and install MCP servers from Official Registry, Glama, and Smithery
client:VS Code
transport:stdio
runtime:pypi
Install mcp server find in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-server-find": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-server-find"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs