Claude Tools / MCP Servers / pindex
MCP Servers · phash/pindex
pindex
Structural codebase indexer (MCP): targeted navigation tools (search_symbols, get_file_summary, find_usages, get_dependencies, session memory) that cut token usage in AI coding sessions. Self-configuring — no per-project setup.
CLEARED_STATICmcp-portablev1.7.0
Pipeline results
Coverage
CLEARED_STATIC
Tests run
7 / 8
Portability
MCP-portable
Type
MCP Servers
Tests & results
What the pipeline checked
Coverage
Not assessed
- behavioural execution not run
- egress patterns logged (FLAG-INFO): 20 lexical match(es)
README
From the repository
# PindeX – MCP Codebase Indexer **Structural codebase indexing for AI coding assistants — significantly fewer tokens for code exploration in medium-to-large projects.** PindeX is an [MCP (Model Context Protocol)](https://modelcontextprotocol.io) server that parses your project with `tree-sitter` and regex-based extractors, stores symbols, imports, and dependency graphs in a local SQLite database, and exposes 13 targeted tools so AI assistants can answer questions about your code — and your documentation — without reading entire files. **Supported languages:** TypeScript, JavaScript, Java, Kotlin, Python, PHP, Vue, Svelte, Ruby, C#, Go, Rust --- ## Contents - [How It Works](#how-it-works) - [When Is PindeX Worth Using?](#when-is-pindex-worth-using) - [Requirements](#requirements) - [Installation](#installation) - [Quick Start](#quick-start) - [Multi-Project & Federation](#multi-project--federation) - [MCP Tools](#mcp-tools) - [Code tools](#code-tools) - [Document & context tools](#document--context-tools) - [Environment Variables](#environment-variables) - [Integrations](#integrations) - [Claude Code](#claude-code) - [Goose](#goose) - [CLI Reference](#cli-reference) - …