Skip to content
VS Code

Algernon MCP for VS Code

io.github.sammyboi81/algernon

Fan a goal out to cheap parallel LLM workers on your own key or a free local Ollama. Keep your mind.

client:VS Code transport:stdio runtime:pypi

Install Algernon MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "algernon": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "algernon-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Algernon MCP in other clients