agentstorefront for VS Code
io.github.lmaniraruta/agentstorefront
MCP for AgentStorefront — discover, price, and subscribe to paid agent services.
client:VS Code
transport:stdio
runtime:npm
Install agentstorefront in VS Code
.vscode/mcp.json
{
"servers": {
"agentstorefront": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@lfidele/agentstorefront-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs