PasIndexerMCP Logo

PasIndexerMCP


Queryable source code insight for Delphi projects, directly in the terminal and directly usable by AI agents.
*) Prices marked incl. VAT apply to private customers within the EU. For customers outside the EU, or within the EU with a valid VAT ID, VAT is not charged.
One-time - Delphi 13.1 source code
46,41 €*(39,00 € without VAT)

PasIndexerMCP indexes Delphi source trees and exposes units, classes, methods, uses lists and implementors through a focused MCP interface.

Instead of asking an agent to scan large codebases line by line, the server provides targeted answers for code navigation and source understanding.

The FDK formatter/tokenizer is required and included as a DLL in the package.

Good fit for:
AI agents in the terminal, structured local workflows and clearly defined tool access.
Current version
As of today: 30.03.2026
Server version: 0.1.0
Build: 2026-03-21

Included MCP functions


  • get_version
    Returns the current server version.
  • scan_projects
    Finds Delphi projects and reports which ones are ready for indexing.
  • index_project
    Indexes all units of a configured Delphi project.
  • find_symbol
    Searches across indexed projects for classes, methods, fields and variables.
  • get_unit_info
    Returns a structured overview of one indexed unit.
  • get_class_info
    Returns detailed information about a class and its methods.
  • find_implementors
    Finds classes implementing a given interface or base type.
  • reindex_file
    Refreshes one changed source file in the in-memory index.

Key functions


  • Indexes Delphi projects for fast source exploration.
  • Lets agents query symbols and dependencies instead of grepping entire trees.
  • Improves source understanding for navigation, review and refactoring tasks.