Skip to content

docs(mcp): default the example to OpenAI + Zilliz Cloud (match claude-context)#147

Merged
zc277584121 merged 1 commit into
zilliztech:mainfrom
zc277584121:docs/mcp-default-openai-zilliz
Jun 30, 2026
Merged

docs(mcp): default the example to OpenAI + Zilliz Cloud (match claude-context)#147
zc277584121 merged 1 commit into
zilliztech:mainfrom
zc277584121:docs/mcp-default-openai-zilliz

Conversation

@zc277584121

Copy link
Copy Markdown
Collaborator

Scope: the MCP example only — MFS's own product defaults are unchanged (still local ONNX + Milvus Lite).

To replicate claude-context as closely as possible, the MCP example now recommends configuring the MFS server with the same model and store it ships with — OpenAI text-embedding-3-small embeddings and a Zilliz Cloud vector database (OPENAI_API_KEY + ZILLIZ_URI/ZILLIZ_TOKEN, with the embedding model in server.toml). The fully-local ONNX + Milvus Lite path is kept as the noted alternative.

Because MFS does the embedding and storage, that config lives on the MFS server; the MCP server is a thin client and still only needs MFS_URL/MFS_TOKEN. No code change — docs only. mkdocs build --strict passes.

…liz Cloud

Mirror claude-context's setup in the MCP example: recommend configuring the MFS
server with OpenAI text-embedding-3-small embeddings and a Zilliz Cloud vector
store (OPENAI_API_KEY + ZILLIZ_URI/ZILLIZ_TOKEN, embedding model in server.toml),
with the fully-local ONNX + Milvus Lite path noted as the alternative. The
embedding and vector-store choice lives on the MFS server, so the MCP server (a
thin client) still only needs MFS_URL/MFS_TOKEN.

Signed-off-by: Cheney Zhang <chen.zhang@zilliz.com>
@zc277584121 zc277584121 merged commit 2b47cc7 into zilliztech:main Jun 30, 2026
10 checks passed
@zc277584121 zc277584121 deleted the docs/mcp-default-openai-zilliz branch June 30, 2026 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant