Loading MCP server directory, please wait...
AI assistant with RAG, web search, filesystem and memory. MCP sub-agent for Claude Code.
npx @getmcp/cli add io.github.brunosrz/vectoraRequires Python 3.10+. Community-contributed server. Review source before installing.
COHERE_API_KEYCohere API key — required for RAG embeddings and reranking
TAVILY_API_KEYTavily API key — required for web search and URL extraction
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.brunosrz/vectora": {
"command": "uvx",
"args": [
"vectora-agent"
],
"env": {
"GOOGLE_API_KEY": "",
"COHERE_API_KEY": "",
"TAVILY_API_KEY": "",
"OPENAI_API_KEY": "",
"ANTHROPIC_API_KEY": "",
"LANGSMITH_API_KEY": ""
}
}
}
}