personalinsights feed for Grok
io.github.devp1/personalinsights-feed
AI-classified tech/investor news feed with editorial verdicts, entities, and theses.
client:Grok
transport:stdio
runtime:npm
Install personalinsights feed in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"personalinsights-feed": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"personalinsights-feed-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs