Skip to content
Cursor

Algernon MCP for Cursor

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:Cursor transport:stdio runtime:pypi

Install Algernon MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Algernon MCP in other clients