Documentation for the MCP Server Protocol
The MCP integration provides a bridge between external AI systems and Vectorify’s internal query processing capabilities. It exposes Vectorify’s search and chat functionality as MCP tools that can be discovered and invoked by MCP-compatible AI assistants.
The ask_vectorify
tool is the primary MCP interface that allows external systems to query Vectorify. It handles both new conversations and continuation of existing chats.
Vectorify supports the 2025-03-26
version of the Model Context Protocol.
To add the MCP server to VS Code
, include the following configuration in your mcp.json
file:
To add the MCP server to Cursor
, include the following configuration in your mcp.json
file:
To add the MCP server to Cursor
, include the following configuration in your mcp_config.json
file:
After saving your configuration, press the refresh button in the Plugins
section or restart Windsurf
to load the new MCP server connection.
To add the MCP server to Claude
, include the following configuration in the settings: