Agent Index for VS Code
io.github.agent-idx/mcp
P2P Agent Index MCP — publish and search decentralized web indexes over libp2p.
client:VS Code
transport:stdio
runtime:npm
Install Agent Index in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "agent-index-directory-url",
"description": "AGENT_INDEX_DIRECTORY_URL",
"password": true
}
],
"servers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agent-idx/client"
],
"env": {
"AGENT_INDEX_DIRECTORY_URL": "${input:agent-index-directory-url}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs