Claude

Getting Started

To run the enVector MCP server with Claude directly, configure the setting via the following steps.

  1. Open Settings in Claude Desktop: Settings > Developer > Edit Config.

    enVector MCP Claude: Open Settings
  2. Open claude_desktop_config.json on:

    • MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json

      enVector MCP Claude: File Path
  3. Configure claude_desktop_config.json as:

    {
        "mcpServers": {
            "enVectorMCP": {
                "command": "/path/to/envector-mcp-server/.venv/bin/python3",
                "args": [
                    "/path/to/envector-mcp-server/srcs/server.py",
                    "--mode",
                    "stdio", 
                    "--envector-address",
                    "enVectorHOST:enVectorPORT",
                    "--envector-key-path",
                    "/path/to/envector-mcp-server/keys",
                    "--envector-cloud-access-token",
                    "ENVECTOR-ACCESS-TOKEN"
                ],
                "cwd": "/path/to/envector-mcp-server",
                "description": "enVector MCP Server"
            }
        }
    }
  4. Quit (cmd+q) and re-open Claude Desktop. You can now check whether the MCP connection succeeded via 'running' status.

    enVector MCP Claude: Connection Success

Claude Integration Example

enVector MCP Claude

Last updated