All Clients
Comprehensive list of all supported IDE and AI client integrations
BioContext7 works with any MCP-compatible AI coding assistant. This page lists every supported client with exact configuration snippets.
For the interactive version with collapsible sections, visit the integrations page on the website.
Quick start
The fastest way to add BioContext7 to any client:
This starts the MCP server via stdio. Point any MCP-compatible client at this command.
Remote HTTP (zero install)
When api.biocontext7.com is deployed, use the remote endpoint:
Tier 1 — Primary
Claude Code
One-liner (npx):
One-liner (HTTP remote, zero install):
Manual config (~/.claude/settings.json or .mcp.json):
Cursor
Config (.cursor/mcp.json):
VS Code / GitHub Copilot
Config (.vscode/settings.json):
Requires VS Code 1.99+ with GitHub Copilot extension and MCP enabled.
Claude Desktop
Config (claude_desktop_config.json):
| Platform | Path |
|---|---|
| macOS | ~/Library/Application Support/Claude/claude_desktop_config.json |
| Windows | %APPDATA%\Claude\claude_desktop_config.json |
Windsurf
Config (~/.codeium/windsurf/mcp_config.json):
Tier 2 — Supported
JetBrains AI Assistant
Go to Settings > Tools > AI Assistant > MCP Servers > Add:
Requires JetBrains IDE 2025.1+ with AI Assistant plugin.
Zed
Config (~/.config/zed/settings.json):
Cline
Open Cline settings in VS Code, navigate to MCP Servers, and add:
Amazon Q Developer CLI
Config (~/.aws/amazonq/mcp.json):
Gemini CLI
Config (~/.gemini/settings.json):
OpenAI Codex CLI
Config (~/.codex/config.json):
Tier 3 — Community
Roo Code
Open Roo Code settings, navigate to MCP Servers, and add the standard MCP config:
Kilo Code
Add via Kilo Code MCP settings panel in VS Code with the same config format above.
Augment Code
Add via Augment Code MCP settings in your IDE extension with the same config format above.
Amp
Config (~/.amp/config.json):
Warp
Open Warp Settings > AI > MCP Servers and add the standard MCP config.
LM Studio
Add via LM Studio > Settings > MCP Servers panel. Requires LM Studio 0.3+ with MCP support.
Docker
Use with any MCP client by setting the command to docker and args to ["run", "-i", "--rm", "ghcr.io/hordago-labs/biocontext7-mcp"].
Environment variables
| Variable | Default | Description |
|---|---|---|
BIOCONTEXT7_API_URL | https://api.biocontext7.com | Backend API base URL |
BIOCONTEXT7_API_KEY | — | API key for authentication |
PORT | 3100 | Port for SSE/HTTP transports |
Transport modes
| Transport | Command | Use case |
|---|---|---|
| stdio | npx @biocontext7/mcp | Local IDE usage (default) |
| SSE | npx @biocontext7/mcp --transport sse | Streaming clients |
| HTTP | npx @biocontext7/mcp --transport http | Remote or shared access |