home / mcp / mcp pymilvus code generator server

MCP Pymilvus Code Generator Server

Provides code generation and translation for pymilvus, ORM, and multi-language Milvus code with remote or local execution.

Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "brcarry-mcp-pymilvus-code-generate-helper": {
      "url": "http://localhost:23333/milvus-code-helper/sse",
      "headers": {
        "OPENAI_API_KEY": "YOUR_OPENAI_API_KEY"
      }
    }
  }
}

Available tools

milvus-pymilvus_code_generate_helper

Find related pymilvus code/documents to help generating code from user input in natural language

milvus_orm_client_code_convert_helper

Find related orm and pymilvus client code/documents to help converting orm code to pymilvus client (or vice versa)

milvus_code_translate_helper

Find related documents and code snippets in different programming languages for milvus code translation