mcp:use scope. Add search:query when the MCP client should search your indexed content.
Recommended setup
Set these values before configuring your MCP client: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:BULKGRID_MCP_URL first:
Claude Code
Run this from the project where you use Claude Code:--scope user:
Claude Desktop
Add Bulkgrid to your Claude Desktop MCP configuration:Codex
Codex can store a remote MCP server with a bearer token environment variable:~/.codex/config.toml:
Cursor
Create.cursor/mcp.json in your project, or ~/.cursor/mcp.json for a global setup:
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:
.vscode/mcp.json:
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 includemcp:use, or it lacks the tool-specific scope such assearch: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.