MCP Server
Maintained
MIT
io.github.O-mega-Enterprise/founden-mcp MCP Server
io.github.O-mega-Enterprise/founden-mcp
What is the io.github.O-mega-Enterprise/founden-mcp MCP server?
Build your company over chat: website, app, and admin built in the cloud. One API key.
How to install io.github.O-mega-Enterprise/founden-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
FOUNDEN_API_KEYrequiredsecretYour Founden API key (get one at founden.ai/app/build/api)
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"founden-mcp": {
"command": "npx",
"args": [
"-y",
"founden-mcp"
],
"env": {
"FOUNDEN_API_KEY": "<YOUR_FOUNDEN_API_KEY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"founden-mcp": {
"command": "npx",
"args": [
"-y",
"founden-mcp"
],
"env": {
"FOUNDEN_API_KEY": "<YOUR_FOUNDEN_API_KEY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"founden-mcp": {
"command": "npx",
"args": [
"-y",
"founden-mcp"
],
"env": {
"FOUNDEN_API_KEY": "<YOUR_FOUNDEN_API_KEY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"founden-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"founden-mcp"
],
"env": {
"FOUNDEN_API_KEY": "<YOUR_FOUNDEN_API_KEY>"
}
}
}
}Claude Code
claude mcp add founden-mcp --env FOUNDEN_API_KEY=<YOUR_FOUNDEN_API_KEY> -- npx -y founden-mcpRelated MCP servers
One API key, dozens of capabilities for your AI agent. Zero provider auth.
0
View repository →JavaScript
MIT