aeonos for VS Code
io.github.clawdio777/aeonos
AI search visibility MCP. Get cited by ChatGPT, Perplexity, Claude, and Google AI Overviews.
client:VS Code
transport:stdio
runtime:npm
Install aeonos in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "aeonos-private-key",
"description": "AEONOS_PRIVATE_KEY",
"password": true
}
],
"servers": {
"aeonos": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"aeonos-mcp"
],
"env": {
"AEONOS_PRIVATE_KEY": "${input:aeonos-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