Skip to content
VS Code

research for VS Code

io.github.ilo415/research

AI research for agents. Company intel, competitor analysis, web scraping, topic dives. Pay via MPP.

client:VS Code transport:stdio runtime:npm

Install research in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "mpp-private-key",
      "description": "MPP_PRIVATE_KEY",
      "password": true
    }
  ],
  "servers": {
    "research": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ilo415-research-mcp"
      ],
      "env": {
        "MPP_PRIVATE_KEY": "${input:mpp-private-key}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

research in other clients