newsintel for VS Code
io.github.stabem/newsintel
Personalized news intelligence for AI agents — 100+ sources, ranked briefings.
client:VS Code
transport:stdio
runtime:npm
Install newsintel in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "newsintel-api-base",
"description": "NEWSINTEL_API_BASE",
"password": true
}
],
"servers": {
"newsintel": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@stabem/newsintel-mcp"
],
"env": {
"NEWSINTEL_API_BASE": "${input:newsintel-api-base}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs