Perceptdot Core for VS Code
io.github.perceptdot/core
B2A2H MCP server — AI agent app store. Auto-discover and recommend MCP servers for any project.
client:VS Code
transport:stdio
runtime:npm
Install Perceptdot Core in VS Code
.vscode/mcp.json
{
"servers": {
"core": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@perceptdot/core"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs