Back to Home
noetic-sys icon

index

Verified Safe

by 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

Run Command
idx mcp

Environment 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

Stats

Interest Score38
Security Score8
Cost ClassHigh
Avg Tokens100000
Stars1
Forks0
Last Update2026-01-18

Tags

Semantic SearchCode IntelligenceDependency ManagementAI ToolingLocal Indexing