Voyageai Cli
@mrlynn
关于 Voyageai Cli
MCP server for Voyage AI embeddings, reranking, and MongoDB Atlas Vector Search. Provides 11 tools for semantic search, document ingestion, cost estimation, and model exploration. Full RAG pipeline: chunk, embed, vector search, and rerank from any MCP client.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"vai": {
"command": "npx",
"args": [
"voyageai-cli",
"mcp-server"
],
"env": {
"VOYAGE_API_KEY": "<YOUR_VOYAGE_API_KEY>"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Voyageai Cli?
An MCP server that gives AI agents access to Voyage AI's embedding and reranking models plus MongoDB Atlas Vector Search. It is designed for building RAG pipelines directly from an AI agent without leaving the agent interface.
How to use Voyageai Cli?
Install globally with npm install -g voyageai-cli, then run vai mcp install claude-code or vai mcp install all to configure the server for your agent. Alternatively, use npx without installation. Requirements: Node.js 20+, a Voyage AI API key (free at dash.voyageai.com), and a MongoDB Atlas cluster for retrieval/ingestion tools (utility tools work without it).
Key features of Voyageai Cli
- 11 tools covering retrieval, embedding, management, utility, and ingestion
- Full RAG pipeline:
vai_query,vai_search,vai_rerank - Embedding generation with
vai_embedand cosine similarity withvai_similarity - List indexes (
vai_collections) and browse models (vai_models) - Learning tools:
vai_topics,vai_explain, and cost calculatorvai_estimate - Ingestion pipeline: chunk, embed, and store documents via
vai_ingest
Use cases of Voyageai Cli
- Build end-to-end RAG applications from within an AI agent
- Perform vector search on MongoDB Atlas collections
- Rerank search results for improved relevance
- Generate embeddings for custom data pipelines
- Estimate costs before large-scale ingestion
FAQ from Voyageai Cli
What dependencies and runtime does Voyageai Cli require?
Node.js version 20 or later, a Voyage AI API key (free at dash.voyageai.com), and optionally a MongoDB Atlas cluster for retrieval and ingestion tools.
How do I install Voyageai Cli?
Run npm install -g voyageai-cli, then use vai mcp install claude-code or vai mcp install all to connect it to your agent. You can also use npx without installing.
What tools are available in Voyageai Cli?
Eleven tools: vai_query, vai_search, vai_rerank (retrieval); vai_embed, vai_similarity (embedding); vai_collections, vai_models (management); vai_topics, vai_explain, vai_estimate (utility); and vai_ingest (ingestion).
Where can I find documentation and support?
Documentation is at https://github.com/mrlynn/voyageai-cli/blob/main/docs/mcp-server.md. General information is at https://vai.mlynn.org. The npm package is at https://www.npmjs.com/package/voyageai-cli.
What transport does Voyageai Cli use?
The README does not specify transport details. It indicates integration via MCP (Model Context Protocol) commands for standard agent communication.
记忆与知识 分类下的更多 MCP 服务器
Memory Bank MCP Server
alioshrA Model Context Protocol (MCP) server implementation for remote memory bank management, inspired by Cline Memory Bank.
Context7 MCP - Up-to-date Docs For Any Cursor Prompt
upstashContext7 Platform -- Up-to-date code documentation for LLMs and AI code editors
Semantic Scholar MCP Server
YUZongminA FastMCP server implementation for the Semantic Scholar API, providing comprehensive access to academic paper data, author information, and citation networks.
Mcp Knowledge Graph
shanehollomanMCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development
Context Portal MCP (ConPort)
GreatScottyMacContext Portal (ConPort): A memory bank MCP server building a project-specific knowledge graph to supercharge AI assistants. Enables powerful Retrieval Augmented Generation (RAG) for context-aware development in your IDE.
评论