Inferpal

EstaxNet/Inferpal
★ 0 stars C# AI/LLM Updated today
Visual Studio 2022/2026 extension: a local AI coding agent for Ollama, LM Studio or any OpenAI-compatible server. Autonomous agentic loop with 26 built-in tools — read/write files, run builds & tests, hybrid semantic code search, Git, web — plus inline ghost-text completions, MCP client & RAG. 100% local, no API key, no telemetry.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "inferpal": {
      "command": "npx",
      "args": [
        "-y",
        "EstaxNet/Inferpal"
      ]
    }
  }
}

README Excerpt

<p align="center"> <img src="Inferpal/assets/icon-256.png" alt="Inferpal" width="120" height="120"> </p> <h1 align="center">Inferpal</h1> > A Visual Studio 2026 extension that brings local LLMs — via Ollama, LM Studio, or any OpenAI-compatible server — directly into your IDE as an agentic developer assistant — with full tool calling, inline ghost-text completions, semantic codebase search, Markdown rendering, and zero cloud dependency.

Tools (20)

analyze_codeapply_diffapply_editsdelete_filefetch_urlgenerate_project_mapget_active_documentget_debugger_stateget_diagnosticsget_git_statusget_open_editorsget_solution_infoinsert_at_cursorlist_filesread_filerename_symbolreplace_selectionrestore_filerun_commandrun_tests