1
Get your API key
- Go to app.contextone.ai
- Sign up or log in to your account
- Copy your API key - you’ll need this for the next steps
2
Install Node.js and npm
Requires Node.js. Download from nodejs.org if needed.
3
Connect ContextOne to your AI agent
Choose your AI agent below and add the MCP server configuration:
Cursor
Cursor
- Open Cursor settings
- Go to MCP (Model Context Protocol)
- Add the following configuration:
- Replace
your-api-key-here
with your API key from Step 1 - Restart Cursor to apply changes
Claude Code
Claude Code
- Open your Claude Code configuration file
- Add the ContextOne MCP server:
- Replace
your-api-key-here
with your API key from Step 1 - Restart Claude Code
OpenCode
OpenCode
- Open your OpenCode settings
- Navigate to MCP server configuration
- Add this server configuration:
- Replace
your-api-key-here
with your API key from Step 1 - Restart OpenCode
Windsurf
Windsurf
Add this to your Windsurf MCP configuration. See Windsurf MCP docs for more info.
VS Code
VS Code
Add this to your VS Code MCP configuration. See VS Code MCP docs for more info.
Cline
Cline
You can easily install ContextOne through the Cline MCP Server Marketplace or manually edit MCP servers configuration.
- Open Cline.
- Click the hamburger menu icon (☰) to enter the MCP Servers section.
- Add a new MCP server by clicking the
+ Add
button. - Add the name and server configuration from below:
Zed
Zed
Add this to your Zed
settings.json
. See Zed Context Server docs for more info.Roo Code
Roo Code
Add this to your Roo Code MCP configuration. See Roo Code MCP docs for more info.
Gemini CLI
Gemini CLI
Claude Desktop
Claude Desktop
Open Claude Desktop and edit your
claude_desktop_config.json
file. See Claude Desktop MCP docs for more info.OpenAI Codex
OpenAI Codex
See OpenAI Codex for more information.Add the following configuration to your OpenAI Codex MCP server settings:⚠️ Windows NotesOn Windows, some users may encounter request timed out errors with the default configuration.
In that case, explicitly configure the MCP server with the full path to Node.js and the installed package:Alternatively, you can use the following configuration:This ensures Codex CLI works reliably on Windows.⚠️ MacOS NotesOn MacOS, some users may encounter the same request timed out errors like Windows,
it also can be solved tith the full path to Node.js and the installed package:This ensures Codex CLI works reliably on MacOS.
JetBrains AI Assistant
JetBrains AI Assistant
See JetBrains AI Assistant Documentation for more details.
- In JetBrains IDEs, go to
Settings
->Tools
->AI Assistant
->Model Context Protocol (MCP)
- Click
+ Add
. - Click on
Command
in the top-left corner of the dialog and select the As JSON option from the list - Add this configuration and click
OK
- Click
Apply
to save changes. - The same way contextone could be added for JetBrains Junie in
Settings
->Tools
->Junie
->MCP Settings
Kiro
Kiro
See Kiro Model Context Protocol Documentation for details.
- Navigate
Kiro
>MCP Servers
- Add a new MCP server by clicking the
+ Add
button. - Paste the configuration given below:
- Click
Save
to apply the changes.
Trae
Trae
Use the Add manually feature and fill in the JSON configuration information for that MCP server.
For more details, visit the Trae documentation.
Other MCP-compatible agents
Other MCP-compatible agents
For any MCP-compatible AI agent, add this server configuration:Replace
your-api-key-here
with your API key from Step 1.Docker
Docker
If you prefer to run the MCP server in a Docker container:
-
Build the Docker Image:
First, create a
Dockerfile
in the project root (or anywhere you prefer):Then, build the image using a tag (e.g.,contextone-mcp
). -
Configure Your MCP Client:
Update your MCP client’s configuration to use the Docker command.
Example for Cursor:
Windows
Windows
The configuration on Windows is slightly different compared to Linux or macOS.
Amazon Q Developer CLI
Amazon Q Developer CLI
Add this to your Amazon Q Developer CLI configuration. See Amazon Q Developer CLI docs for more details.
Warp
Warp
See Warp Model Context Protocol Documentation for details.
- Navigate
Settings
>AI
>Manage MCP servers
. - Add a new MCP server by clicking the
+ Add
button. - Paste the configuration given below:
- Click
Save
to apply the changes.
Copilot Coding Agent
Copilot Coding Agent
Add the following configuration to the
mcp
section of your Copilot Coding Agent configuration file Repository->Settings->Copilot->Coding agent->MCP configuration:LM Studio
LM Studio
See LM Studio MCP Support for more information.
- Navigate to
Program
(right side) >Install
>Edit mcp.json
. - Paste the configuration given below:
- Click
Save
to apply the changes. - Toggle the MCP server on/off from the right hand side, under
Program
, or by clicking the plug icon at the bottom of the chat box.
Visual Studio 2022
Visual Studio 2022
You can configure ContextOne MCP in Visual Studio 2022 by following the Visual Studio MCP Servers documentation.Add this to your Visual Studio MCP config file (see the Visual Studio docs for details):
Crush
Crush
Add this to your Crush configuration file. See Crush MCP docs for more info.
BoltAI
BoltAI
Open the “Settings” page of the app, navigate to “Plugins,” and enter the following JSON:
Rovo Dev CLI
Rovo Dev CLI
Edit your Rovo Dev CLI MCP config by running the command below -Example config -
Zencoder
Zencoder
To configure ContextOne MCP in Zencoder, follow these steps:
- Go to the Zencoder menu (…)
- From the dropdown menu, select Agent tools
- Click on the Add custom MCP
- Add the name and server configuration from below, and make sure to hit the Install button
Qodo Gen
Qodo Gen
See Qodo Gen docs for more details.
- Open Qodo Gen chat panel in VSCode or IntelliJ.
- Click Connect more tools.
- Click + Add new MCP.
- Add the following configuration:
Perplexity Desktop
Perplexity Desktop
See Local and Remote MCPs for Perplexity for more information.
- Navigate
Perplexity
>Settings
- Select
Connectors
. - Click
Add Connector
. - Select
Advanced
. - Enter Server Name:
ContextOne
- Paste the following JSON in the text area:
- Click
Save
.
Test the connection
After setup, ask your AI agent: “What can you tell me about React using ContextOne?” or “Search for Python documentation using ContextOne” If ContextOne is connected properly, your AI will access our knowledge base and provide enhanced responses with accurate documentation.Next steps
Watch Video Walkthrough
Learn how to use ContextOne with a step-by-step video guide.