index365 MCP for VS Code
io.github.index365usa/index365
Start index365 scans and read prioritized findings your coding agent can use.
client:VS Code
transport:stdio
runtime:npm
Install index365 MCP in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "index365-api-key",
"description": "INDEX365_API_KEY",
"password": true
}
],
"servers": {
"index365": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@index365/mcp"
],
"env": {
"INDEX365_API_KEY": "${input:index365-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs