index
Verified Safeby noetic-sys
Overview
Provides local semantic search for project dependencies, integrating as an MCP server for AI tools like Claude Code to prevent hallucinations.
Installation
idx mcpEnvironment Variables
- RUST_LOG
Security Notes
The application downloads and parses source code from public package registries, which inherently carries a risk if malicious code were to exploit parsing vulnerabilities. However, the application uses robust parsing libraries (Tree-sitter) and does not show obvious signs of 'eval', obfuscation, hardcoded secrets, or malicious patterns in its own code. OpenAI API keys are stored locally in a configuration file (`~/.config/idx/config.toml`), which is readable on the local filesystem, but not directly exposed to network risks by the application itself.
Similar Servers
chunkhound
Provides local-first codebase intelligence, extracting architecture, patterns, and institutional knowledge for AI assistants.
rust-docs-mcp-server
Provides up-to-date Rust crate documentation via semantic search and LLM summarization to AI coding assistants.
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.
codex-mcp-rs
This server acts as an MCP (Model Context Protocol) wrapper for the Codex CLI, enabling AI-assisted coding tasks through compatible clients like Claude Code.