Skip to content
Cursor

starlog for Cursor

io.github.starloghq/starlog

Vet a package (CVEs, license, maintenance) before your AI agent uses it, plus capability discovery.

client:Cursor transport:stdio runtime:npm

Install starlog in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "starlog": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "starloghq"
      ],
      "env": {
        "STARLOG_API_KEY": "<STARLOG_API_KEY>"
      }
    }
  }
}

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

starlog in other clients