Sourcey for VS Code
io.github.sourcey/mcp-server
Stdio bridge to Sourcey startup offers and Agent Readiness report cards.
client:VS Code
transport:stdio
runtime:npm
Install Sourcey in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sourcey/mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs