hosaka for VS Code
io.github.plus8bit/hosaka
Company facts for AI agents: which vendors a company uses, proven from DNS. Paid in USDC.
client:VS Code
transport:stdio
runtime:npm
Install hosaka in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "hosaka-private-key",
"description": "HOSAKA_PRIVATE_KEY",
"password": true
},
{
"type": "promptString",
"id": "hosaka-url",
"description": "HOSAKA_URL",
"password": true
}
],
"servers": {
"hosaka": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"hosaka-mcp"
],
"env": {
"HOSAKA_PRIVATE_KEY": "${input:hosaka-private-key}",
"HOSAKA_URL": "${input:hosaka-url}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs