Client guides / VS Code
Connect VS Code to GeneFoundry
Use GeneFoundry’s hosted MCP endpoint with VS Code. Review sign-in requirements before setting up the connection.
Before you begin
Add the endpoint below, then sign in in your browser when prompted.
- Open a trusted VS Code workspace with access to agent chat.
Add GeneFoundry
- Merge the server entry below into .vscode/mcp.json for your workspace.
- Start GeneFoundry from the MCP configuration editor and review its trust and OAuth prompts.
- Open agent chat, enable the GeneFoundry tools, and try an example prompt.
Hosted MCP endpoint
https://genefoundry.org/mcpVS Code setup
{
"servers": {
"genefoundry": {
"type": "http",
"url": "https://genefoundry.org/mcp"
}
}
}Sign in
Complete the browser sign-in requested by your client. Return to the client to continue.