Skip to content
VS Code

IndieStack for VS Code

io.github.pattyboi101/indiestack

Search 3,100+ developer tools via MCP. Install commands, compatibility data, health scores.

client:VS Code transport:stdio runtime:pypi

Install IndieStack in VS Code

.vscode/mcp.json

{
  "servers": {
    "indiestack": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "indiestack"
      ]
    }
  }
}

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

IndieStack in other clients