Server data from the Official MCP Registry
AI assistant with RAG, web search, filesystem and memory. MCP sub-agent for Claude Code.
AI assistant with RAG, web search, filesystem and memory. MCP sub-agent for Claude Code.
Vectora is an AI assistant MCP server with reasonable security practices but several concerns. The codebase properly manages API keys through environment variables and avoids hardcoding credentials. However, there are notable issues: broad subprocess execution capabilities without input sanitization in terminal tools, potential path traversal risks in file operations, missing rate limiting on API calls, and overly permissive error handling that could leak sensitive information. The permissions are appropriate for the stated RAG/coding use case, but the implementation has gaps in input validation and security controls. Supply chain analysis found 16 known vulnerabilities in dependencies (1 critical, 10 high severity). Package verification found 1 issue.
3 files analyzed · 26 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: GOOGLE_API_KEY
Environment variable: COHERE_API_KEY
Environment variable: TAVILY_API_KEY
Environment variable: OPENAI_API_KEY
Environment variable: ANTHROPIC_API_KEY
Environment variable: LANGSMITH_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-brunosrz-vectora": {
"env": {
"COHERE_API_KEY": "your-cohere-api-key-here",
"GOOGLE_API_KEY": "your-google-api-key-here",
"OPENAI_API_KEY": "your-openai-api-key-here",
"TAVILY_API_KEY": "your-tavily-api-key-here",
"ANTHROPIC_API_KEY": "your-anthropic-api-key-here",
"LANGSMITH_API_KEY": "your-langsmith-api-key-here"
},
"args": [
"vectora-agent"
],
"command": "uvx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · AI & ML
Dynamic and reflective problem-solving through structured thought sequences
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.