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

TestStateResult or reason
eligibilityranall eligibility checks passed
dedupranunique -- no near-duplicate found
clocran33353 code lines / 157 files
secretsranno secret patterns matched
egressran20 lexical match(es) — FLAG-INFO (C-01: semantic analysis deferred to v2)
injectionranno patterns matched (confidence: STANDARD)
required-fieldsranrequired fields present: name, version, description
behaviouraldeferredbehavioural assessment deferred (v1): 15 JS/TS entry point(s); 1 Python file(s)

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)
- 

← Back to MCP Servers