Skip to content
VS Code

personalinsights feed for VS Code

io.github.devp1/personalinsights-feed

AI-classified tech/investor news feed with editorial verdicts, entities, and theses.

client:VS Code transport:stdio runtime:npm

Install personalinsights feed in VS Code

.vscode/mcp.json

{
  "servers": {
    "personalinsights-feed": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "personalinsights-feed-mcp"
      ]
    }
  }
}

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

personalinsights feed in other clients