vectora for Grok
io.github.brunosrz/vectora
AI assistant with RAG, web search, filesystem and memory. MCP sub-agent for Claude Code.
client:Grok
transport:stdio
runtime:pypi
Install vectora in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"vectora": {
"type": "stdio",
"command": "uvx",
"args": [
"vectora-agent"
],
"env": {
"GOOGLE_API_KEY": "<GOOGLE_API_KEY>",
"COHERE_API_KEY": "<COHERE_API_KEY>",
"TAVILY_API_KEY": "<TAVILY_API_KEY>",
"OPENAI_API_KEY": "<OPENAI_API_KEY>",
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
"LANGSMITH_API_KEY": "<LANGSMITH_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs