founden mcp for Cursor
io.github.o-mega-enterprise/founden-mcp
Build your company over chat: website, app, and admin built in the cloud. One API key.
client:Cursor
transport:stdio
runtime:npm
Install founden mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"founden-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"founden-mcp"
],
"env": {
"FOUNDEN_API_KEY": "<FOUNDEN_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs