index
Verified Safeby noetic-sys
Overview
Local semantic search for project dependencies, serving as a Micro-Agent Protocol (MCP) server for AI tools.
Installation
idx mcpEnvironment Variables
- INSTALL_DIR
- RUST_LOG
Security Notes
No direct 'eval' or similar dynamic code execution patterns were found. API keys are handled securely via a config file, not hardcoded. The tool's primary function involves downloading and processing external dependency source code, which inherently carries a risk of encountering malicious or malformed code from untrusted sources. File filtering helps mitigate this, but it's a fundamental aspect of dependency analysis. Network calls to public registries and embedding APIs are expected.
Similar Servers
chunkhound
Local-first codebase intelligence tool for AI assistants, extracting architecture, patterns, and institutional knowledge at any scale via Model Context Protocol (MCP).
rust-docs-mcp-server
Provides up-to-date Rust crate documentation via semantic search and LLM summarization to AI coding assistants.
rust-docs-mcp
Provides AI agents with deep, cached access to Rust crate documentation, source code, and project structure for enhanced development.
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.