Closed
Description
Is there a way to pass the CONVEX_SELF_HOSTED_URL and CONVEX_SELF_HOSTED_ADMIN_KEY to the MCP as a parameter? I tried using
"convex": {
"command": "npx",
"args": [
"convex@latest",
"mcp",
"start",
"--project-dir",
"${workspaceFolder}",
"--env-file",
"${workspaceFolder}/.env.local",
],
"envFile": "${workspaceFolder}/.env.local"
}
But it still doesn't seem to pick it up or authorize. It keeps asking me to run npx convex dev
I am running convex as a docker image, and I can connect to it through a browser, just not through the MCP.
Metadata
Metadata
Assignees
Labels
No labels