Server data from the Official MCP Registry
Serves coding agents one canonical doc per query instead of rereading the repo — ~60% fewer tokens.
Serves coding agents one canonical doc per query instead of rereading the repo — ~60% fewer tokens.
trovex is a well-intentioned local-first MCP server for indexing and routing documentation queries. The codebase demonstrates good architectural separation (read-only search vs. write-gated mutations), proper use of environment-based configuration, and no evidence of malicious patterns. However, several code quality and input validation gaps exist that merit attention: insufficient input sanitization in SQL queries, overly broad exception handling, and a lack of rate limiting on sensitive endpoints. These issues don't constitute critical vulnerabilities but represent technical debt that should be addressed before production use at scale. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 1 high severity). Package verification found 1 issue.
4 files analyzed · 12 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.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-tsukumohq-trovex": {
"args": [
"-y",
"trovex-web"
],
"command": "npx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.