Skip to main content
Bulkgrid exposes a remote MCP server at:
Use a Bulkgrid API key with the mcp:use scope. Add search:query when the MCP client should search your indexed content. Set these values before configuring your MCP client:
Bulkgrid accepts the API key through either Authorization: Bearer ... or x-api-key. Prefer the bearer header for MCP clients because several agent CLIs have first-class support for bearer tokens.

One-command setup

Use the Bulkgrid CLI to configure the Bulkgrid MCP server for every supported client it can find:
The CLI prompts for authentication. You can open the Bulkgrid dashboard to create an API key, enter an API key manually, or skip authentication and use client-side prompts or environment variables. You can also configure a single MCP client:
Pass the MCP URL directly if you do not want to set BULKGRID_MCP_URL first:
By default, the CLI does not write raw API keys into generated Cursor or VS Code project files. It uses prompts or environment-variable references where the client supports them.

Claude Code

Run this from the project where you use Claude Code:
Verify the server:
To make Bulkgrid available across all Claude Code projects on your machine, add --scope user:

Claude Desktop

Add Bulkgrid to your Claude Desktop MCP configuration:
Restart Claude Desktop after changing the file.

Codex

Codex can store a remote MCP server with a bearer token environment variable:
Verify the server:
You can also configure Codex directly in ~/.codex/config.toml:

Cursor

Create .cursor/mcp.json in your project, or ~/.cursor/mcp.json for a global setup:
Restart Cursor after changing the file. In Cursor CLI, you can check the configured server with:

VS Code

VS Code stores MCP configuration in .vscode/mcp.json for a workspace or in the user profile. You can add a server from the command line, then edit the saved configuration if you want to use VS Code input prompts for the key:
For a shareable workspace configuration that prompts each developer for their own key, create .vscode/mcp.json:
Open Copilot Chat in Agent mode and enable the Bulkgrid server in the tools picker.

Useful instruction

Add this to your project or assistant instructions when you want tools to use Bulkgrid consistently:

Troubleshooting

  • 401 Unauthorized: the API key is missing, malformed, expired, or sent with the wrong header.
  • 403 Forbidden: the API key is valid but does not include mcp:use, or it lacks the tool-specific scope such as search:query.
  • No tools appear: restart the agent client and verify the MCP server list command for that client.
  • Empty or unexpected search results: check the key’s collection restrictions in Bulkgrid.