MCP

Introduction

The Model Context Protocol (MCP)arrow-up-right πŸ”Œ is a protocol for communicating with LLMs, primarily used for exchanging information (context) or performing actions.

πŸš€ enVector supports using MCP with various AI applications. You can interact with your LLMs like Claude through natural language inputs.

Use Cases

The enVector MCP server allows your AI application to directly interact with enVector's utilities.

  • Secure AI coding assistants

  • Secure RAG

  • Secure Context Memory

  • Or other AI applications needs to be secured

Quick Start

Follow our Quick Start tutorial to run your first secure search or jump right into the detailed MCP guide to set up your environment.

  1. Run enVector server.

  2. Clone the envector-mcp-serverarrow-up-right and setting up the Python environment.

    See more details in envector-mcp-server manualsarrow-up-right.

  3. (Optional) Run MCP server with the following example command:

    This is optional when you run MCP server via AI application (e.g. Claude Desktop). See more details in Run MCP Server.

  4. Connect your AI application (e.g. Claude) to the MCP server by configuring settings and Chat with enVector πŸš€

    See more details in Connect MCP Server.

Next Steps

Last updated