personalinsights feed for Cursor
io.github.devp1/personalinsights-feed
AI-classified tech/investor news feed with editorial verdicts, entities, and theses.
client:Cursor
transport:stdio
runtime:npm
Install personalinsights feed in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"personalinsights-feed": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"personalinsights-feed-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs