founden mcp for VS Code
io.github.o-mega-enterprise/founden-mcp
Build your company over chat: website, app, and admin built in the cloud. One API key.
client:VS Code
transport:stdio
runtime:npm
Install founden mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "founden-api-key",
"description": "FOUNDEN_API_KEY",
"password": true
}
],
"servers": {
"founden-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"founden-mcp"
],
"env": {
"FOUNDEN_API_KEY": "${input:founden-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs