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

  1. Merge the server entry below into .vscode/mcp.json for your workspace.
  2. Start GeneFoundry from the MCP configuration editor and review its trust and OAuth prompts.
  3. Open agent chat, enable the GeneFoundry tools, and try an example prompt.
Hosted MCP endpoint
https://genefoundry.org/mcp

VS Code setup
{
  "servers": {
    "genefoundry": {
      "type": "http",
      "url": "https://genefoundry.org/mcp"
    }
  }
}

Official setup reference

Sign in

Complete the browser sign-in requested by your client. Return to the client to continue.