thealgorithms mcp for VS Code
io.github.mcande21/thealgorithms-mcp
Search TheAlgorithms across 24 languages; fetch implementations with examples.
client:VS Code
transport:stdio
runtime:pypi
Install thealgorithms mcp in VS Code
.vscode/mcp.json
{
"servers": {
"thealgorithms-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"thealgorithms-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs