Skip to main content
Experimental API - Context Connectors is experimental and subject to breaking changes.
For local MCP integration with Claude Desktop, Claude Code, Cursor, or other agents, see Local MCP Server.

Prerequisites

Steps

1. Install

2. Set credentials

3. Start the server

You should see:

4. Test with curl

First, initialize a session:
Note the mcp-session-id header in the response. Use it for subsequent requests:
You should see JSON search results.

Done!

Your index is accessible via MCP over HTTP at http://localhost:8080/mcp. Remote clients can now search your codebase using the Model Context Protocol over HTTP.

Also Works With