PasNavigator MCP
PasNavigator MCP
Delphi/Pascal コードベースのセマンティックナビゲーションのための MCP サーバー。
長期的な設計は次のとおりです。
CodeComparerのアイデアとコードを再利用する Delphi ベースのインデクサー/バックエンドプロジェクトのインデックス作成とシンボルナビゲーションツールを公開する薄い MCP サーバーレイヤー
生の grep 出力ではなく、AI エージェント向けのコンパクトなシンボルレベルの応答
現在のステータス
このリポジトリには以下が含まれています。
Python MCP ツールサーフェスとプロセスアダプター
delphi/vendor/codecomparer/の下にベンダーされた CodeComparer/DelphiAST ソースを含む Delphi コンソールバックエンドライブの CodeComparer リポジトリチェックアウトへの実行時依存はありません
Delphi インデクサーをコンパイルするには、DevExpress VCL がまだ必要です (DXVCL)。
ベンダーされたインポーターには、defines と unit_scopes がパーサーに到達するようにするためのローカルな変更がいくつか含まれています。それらは
delphi/vendor/codecomparer/NOTICE.txt にリストされています。
ドキュメント:
プロトコル:
docs/delphi-backend-protocol.mdDelphi ビルド:
delphi/README.md
Related MCP server: Delphi Compiler MCP
ツール
open_project,open_project_from_configproject_statusfind_symbol— ランク付けされ、上限付き、total_countを報告get_symbolget_hierarchyget_descendantsget_source
設定
プロジェクト設定の例:
{
"project_name": "MyApp",
"roots": [
"E:/Work/MyApp/Source",
"E:/Work/MyApp/Modules"
],
"search_paths": [
"E:/Libs/Common",
"C:/RAD/Studio/22.0/source/vcl"
],
"defines": ["MSWINDOWS", "VER350"],
"unit_scopes": ["System", "Vcl", "Winapi"],
"excludes": ["**/__history/**", "**/backup/**"]
}開発
仮想環境を作成し、パッケージを編集可能モードでインストールします:
python -m venv .venv
.venv\Scripts\Activate.ps1
pip install -e .インメモリスタブでサーバーを実行します:
python -m pasnavigator_mcpDelphi コンソールバックエンドと通信します (スタブビルド、DevExpress なし):
$env:PASNAVIGATOR_BACKEND = "delphi"
$env:PASNAVIGATOR_DELPHI_EXE = "E:\Github_dm75\PasNavigator_MCP\delphi\bin\Win32\Debug\PasNavigatorBackend.exe"
python -m pasnavigator_mcpテストを実行します。コンパイルされたバックエンドを必要とするケースは、PasNavigatorBackend.exe が存在しない場合にスキップされます。残りは Python フェイクプロセスに対して実行されます:
python -m unittest discover -s tests次のステップ
MCP レイヤー自体 (server.py, config.py) にはテストカバレッジがありません。これは、mcp 依存関係がこの環境でインストールできなかったためです。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables semantic code search across projects using AI embeddings to find code by meaning rather than just text matching. Provides fast intelligent search, symbol analysis, and code similarity detection with multi-language support.MIT
- AlicenseNot gradedqualityDmaintenanceEnables compilation of Delphi (RAD Studio) Object Pascal projects through natural language commands. Supports automatic Debug/Release builds for Win32 and Win64 platforms using the native Delphi compiler toolchain.13MIT
- AlicenseNot gradedqualityDmaintenanceEnables semantic code search across multiple repositories using natural language queries. Provides intelligent code discovery, symbol lookups, and cross-repo dependency analysis for AI coding agents.MIT
- AlicenseNot gradedqualityDmaintenanceEnables fast semantic code search and analysis across 15+ programming languages. Supports searching for functions and classes, tracing code usage, detecting syntax errors, and analyzing code quality and structure.2933GPL 3.0
Related MCP Connectors
Code intelligence for coding agents: semantic, AST, graph, and full-text search. 279+ languages.
Enterprise code intelligence for M&A, security audits, and tech debt. Hosted server with 200k free.
Search your Obsidian vault to quickly find notes by title or keyword, summarize related content, a…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dmchet/PasNavigator_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server