DelphiMcp

JasonGoble/DelphiMcp
★ 0 stars C# 🤖 AI/LLM Updated today
A light-weight Delphi source code indexer MCP server.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "delphimcp": {
      "command": "npx",
      "args": [
        "-y",
        "JasonGoble/DelphiMcp"
      ]
    }
  }
}

README Excerpt

MCP server providing Claude with grounded access to Delphi RTL/VCL/FMX and DevExpress component source code via embedding-based search. - **Embedder**: OpenAI `text-embedding-3-small` (default) or Ollama `nomic-embed-text`. - **Vector store**: SQLite, single file. Embeddings stored as BLOB; KNN uses Faiss (Flat IP + ID map)

Tools (4)

Ollamahttplookup_devexpress_classsearch_devexpress