Skip to content
VS Code

star trajectory for VS Code

io.github.ardev-lab/star-trajectory

Transparent rule-based GitHub star-trajectory classifier + calibrated 100-star/48h projection

client:VS Code transport:stdio runtime:pypi

Install star trajectory in VS Code

.vscode/mcp.json

{
  "servers": {
    "star-trajectory": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "star-trajectory"
      ]
    }
  }
}

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

star trajectory in other clients