Vector Embedding
Freeby MCP Community
MCP Server for AI Embedding and RAG functionality
v1.4.1Added Apr 12, 2026
mcpmodel-context-protocolaiembeddingrag
Vector Embedding MCP Server
MCP Server for AI Embedding and RAG functionality
Installation
Reviews
Installation
Quick install
npx -y vector-embedding-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"vector-embedding": {
"command": "npx",
"args": ["-y", "vector-embedding-mcp-server"]
}
}
}