<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>LLMs on Producthunt daily</title>
        <link>https://producthunt.programnotes.cn/en/tags/llms/</link>
        <description>Recent content in LLMs on Producthunt daily</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language>
        <lastBuildDate>Fri, 07 Nov 2025 15:28:55 +0800</lastBuildDate><atom:link href="https://producthunt.programnotes.cn/en/tags/llms/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>skyvern</title>
        <link>https://producthunt.programnotes.cn/en/p/skyvern/</link>
        <pubDate>Fri, 07 Nov 2025 15:28:55 +0800</pubDate>
        
        <guid>https://producthunt.programnotes.cn/en/p/skyvern/</guid>
        <description>&lt;img src="https://images.unsplash.com/photo-1596700561945-74687b62672e?ixid=M3w0NjAwMjJ8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NjI1MDA1MTV8&amp;ixlib=rb-4.1.0" alt="Featured image of post skyvern" /&gt;&lt;h1 id=&#34;skyvern-aiskyvern&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Skyvern-AI/skyvern&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Skyvern-AI/skyvern&lt;/a&gt;
&lt;/h1&gt;&lt;!-- DOCTOC SKIP --&gt;
&lt;h1 align=&#34;center&#34;&gt;
 &lt;a href=&#34;https://www.skyvern.com&#34;&gt;
  &lt;picture&gt;
    &lt;source media=&#34;(prefers-color-scheme: dark)&#34; srcset=&#34;fern/images/skyvern_logo.png&#34;/&gt;
    &lt;img height=&#34;120&#34; src=&#34;fern/images/skyvern_logo_blackbg.png&#34;/&gt;
  &lt;/picture&gt;
 &lt;/a&gt;
 &lt;br /&gt;
&lt;/h1&gt;
&lt;p align=&#34;center&#34;&gt;
🐉 Automate Browser-based workflows using LLMs and Computer Vision 🐉
&lt;/p&gt;
&lt;p align=&#34;center&#34;&gt;
  &lt;a href=&#34;https://www.skyvern.com/&#34;&gt;&lt;img src=&#34;https://img.shields.io/badge/Website-blue?logo=googlechrome&amp;logoColor=black&#34;/&gt;&lt;/a&gt;
  &lt;a href=&#34;https://www.skyvern.com/docs/&#34;&gt;&lt;img src=&#34;https://img.shields.io/badge/Docs-yellow?logo=gitbook&amp;logoColor=black&#34;/&gt;&lt;/a&gt;
  &lt;a href=&#34;https://discord.gg/fG2XXEuQX3&#34;&gt;&lt;img src=&#34;https://img.shields.io/discord/1212486326352617534?logo=discord&amp;label=discord&#34;/&gt;&lt;/a&gt;
  &lt;!-- &lt;a href=&#34;https://pepy.tech/project/skyvern&#34; target=&#34;_blank&#34;&gt;&lt;img src=&#34;https://static.pepy.tech/badge/skyvern&#34; alt=&#34;Total Downloads&#34;/&gt;&lt;/a&gt; --&gt;
  &lt;a href=&#34;https://github.com/skyvern-ai/skyvern&#34;&gt;&lt;img src=&#34;https://img.shields.io/github/stars/skyvern-ai/skyvern&#34; /&gt;&lt;/a&gt;
  &lt;a href=&#34;https://github.com/Skyvern-AI/skyvern/blob/main/LICENSE&#34;&gt;&lt;img src=&#34;https://img.shields.io/github/license/skyvern-ai/skyvern&#34;/&gt;&lt;/a&gt;
  &lt;a href=&#34;https://twitter.com/skyvernai&#34;&gt;&lt;img src=&#34;https://img.shields.io/twitter/follow/skyvernai?style=social&#34;/&gt;&lt;/a&gt;
  &lt;a href=&#34;https://www.linkedin.com/company/95726232&#34;&gt;&lt;img src=&#34;https://img.shields.io/badge/Follow%20 on%20LinkedIn-8A2BE2?logo=linkedin&#34;/&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.skyvern.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Skyvern&lt;/a&gt; automates browser-based workflows using LLMs and computer vision. It provides a simple API endpoint to fully automate manual workflows on a large number of websites, replacing brittle or unreliable automation solutions.&lt;/p&gt;
&lt;p align=&#34;center&#34;&gt;
  &lt;img src=&#34;fern/images/geico_shu_recording_cropped.gif&#34;/&gt;
&lt;/p&gt;
&lt;p&gt;Traditional approaches to browser automations required writing custom scripts for websites, often relying on DOM parsing and XPath-based interactions which would break whenever the website layouts changed.&lt;/p&gt;
&lt;p&gt;Instead of only relying on code-defined XPath interactions, Skyvern relies on Vision LLMs to learn and interact with the websites.&lt;/p&gt;
&lt;h1 id=&#34;how-it-works&#34;&gt;How it works
&lt;/h1&gt;&lt;p&gt;Skyvern was inspired by the Task-Driven autonomous agent design popularized by &lt;a class=&#34;link&#34; href=&#34;https://github.com/yoheinakajima/babyagi&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;BabyAGI&lt;/a&gt; and &lt;a class=&#34;link&#34; href=&#34;https://github.com/Significant-Gravitas/AutoGPT&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;AutoGPT&lt;/a&gt; &amp;ndash; with one major bonus: we give Skyvern the ability to interact with websites using browser automation libraries like &lt;a class=&#34;link&#34; href=&#34;https://playwright.dev/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Playwright&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Skyvern uses a swarm of agents to comprehend a website, and plan and execute its actions:&lt;/p&gt;
&lt;picture&gt;
  &lt;source media=&#34;(prefers-color-scheme: dark)&#34; srcset=&#34;fern/images/skyvern_2_0_system_diagram.png&#34; /&gt;
  &lt;img src=&#34;fern/images/skyvern_2_0_system_diagram.png&#34; /&gt;
&lt;/picture&gt;
&lt;p&gt;This approach has a few advantages:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Skyvern can operate on websites it&amp;rsquo;s never seen before, as it&amp;rsquo;s able to map visual elements to actions necessary to complete a workflow, without any customized code&lt;/li&gt;
&lt;li&gt;Skyvern is resistant to website layout changes, as there are no pre-determined XPaths or other selectors our system is looking for while trying to navigate&lt;/li&gt;
&lt;li&gt;Skyvern is able to take a single workflow and apply it to a large number of websites, as it&amp;rsquo;s able to reason through the interactions necessary to complete the workflow&lt;/li&gt;
&lt;li&gt;Skyvern leverages LLMs to reason through interactions to ensure we can cover complex situations. Examples include:
&lt;ol&gt;
&lt;li&gt;If you wanted to get an auto insurance quote from Geico, the answer to a common question &amp;ldquo;Were you eligible to drive at 18?&amp;rdquo; could be inferred from the driver receiving their license at age 16&lt;/li&gt;
&lt;li&gt;If you were doing competitor analysis, it&amp;rsquo;s understanding that an Arnold Palmer 22 oz can at 7/11 is almost definitely the same product as a 23 oz can at Gopuff (even though the sizes are slightly different, which could be a rounding error!)&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;A detailed technical report can be found &lt;a class=&#34;link&#34; href=&#34;https://www.skyvern.com/blog/skyvern-2-0-state-of-the-art-web-navigation-with-85-8-on-webvoyager-eval/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;h1 id=&#34;demo&#34;&gt;Demo
&lt;/h1&gt;&lt;!-- Redo demo --&gt;
&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/user-attachments/assets/5cab4668-e8e2-4982-8551-aab05ff73a7f&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://github.com/user-attachments/assets/5cab4668-e8e2-4982-8551-aab05ff73a7f&lt;/a&gt;&lt;/p&gt;
&lt;h1 id=&#34;performance--evaluation&#34;&gt;Performance &amp;amp; Evaluation
&lt;/h1&gt;&lt;p&gt;Skyvern has SOTA performance on the &lt;a class=&#34;link&#34; href=&#34;webbench.ai&#34; &gt;WebBench benchmark&lt;/a&gt; with a 64.4% accuracy. The technical report + evaluation can be found &lt;a class=&#34;link&#34; href=&#34;https://www.skyvern.com/blog/web-bench-a-new-way-to-compare-ai-browser-agents/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;here&lt;/a&gt;&lt;/p&gt;
&lt;p align=&#34;center&#34;&gt;
  &lt;img src=&#34;fern/images/performance/webbench_overall.png&#34;/&gt;
&lt;/p&gt;
&lt;h2 id=&#34;performance-on-write-tasks-eg-filling-out-forms-logging-in-downloading-files-etc&#34;&gt;Performance on WRITE tasks (eg filling out forms, logging in, downloading files, etc)
&lt;/h2&gt;&lt;p&gt;Skyvern is the best performing agent on WRITE tasks (eg filling out forms, logging in, downloading files, etc), which is primarily used for RPA (Robotic Process Automation) adjacent tasks.&lt;/p&gt;
&lt;p align=&#34;center&#34;&gt;
  &lt;img src=&#34;fern/images/performance/webbench_write.png&#34;/&gt;
&lt;/p&gt;
&lt;h1 id=&#34;quickstart&#34;&gt;Quickstart
&lt;/h1&gt;&lt;h2 id=&#34;skyvern-cloud&#34;&gt;Skyvern Cloud
&lt;/h2&gt;&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://app.skyvern.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Skyvern Cloud&lt;/a&gt; is a managed cloud version of Skyvern that allows you to run Skyvern without worrying about the infrastructure. It allows you to run multiple Skyvern instances in parallel and comes bundled with anti-bot detection mechanisms, proxy network, and CAPTCHA solvers.&lt;/p&gt;
&lt;p&gt;If you&amp;rsquo;d like to try it out, navigate to &lt;a class=&#34;link&#34; href=&#34;https://app.skyvern.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;app.skyvern.com&lt;/a&gt; and create an account.&lt;/p&gt;
&lt;h2 id=&#34;install--run&#34;&gt;Install &amp;amp; Run
&lt;/h2&gt;&lt;p&gt;Dependencies needed:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.python.org/downloads/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Python 3.11.x&lt;/a&gt;, works with 3.12, not ready yet for 3.13&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://nodejs.org/en/download/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;NodeJS &amp;amp; NPM&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additionally, for Windows:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://rustup.rs/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Rust&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;VS Code with C++ dev tools and Windows SDK&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;1-install-skyvern&#34;&gt;1. Install Skyvern
&lt;/h3&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;pip install skyvern
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h3 id=&#34;2-run-skyvern&#34;&gt;2. Run Skyvern
&lt;/h3&gt;&lt;p&gt;This is most helpful for first time run (db setup, db migrations etc).&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;skyvern quickstart
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h3 id=&#34;3-run-task&#34;&gt;3. Run task
&lt;/h3&gt;&lt;h4 id=&#34;ui-recommended&#34;&gt;UI (Recommended)
&lt;/h4&gt;&lt;p&gt;Start the Skyvern service and UI (when DB is up and running)&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;skyvern run all
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Go to http://localhost:8080 and use the UI to run a task&lt;/p&gt;
&lt;h4 id=&#34;code&#34;&gt;Code
&lt;/h4&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;5
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-python&#34; data-lang=&#34;python&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;kn&#34;&gt;from&lt;/span&gt; &lt;span class=&#34;nn&#34;&gt;skyvern&lt;/span&gt; &lt;span class=&#34;kn&#34;&gt;import&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;Skyvern&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;skyvern&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;Skyvern&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;()&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;task&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;await&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;skyvern&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;run_task&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;prompt&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;Find the top post on hackernews today&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;print&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;task&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Skyvern starts running the task in a browser that pops up and closes it when the task is done. You will be able to view the task from http://localhost:8080/history&lt;/p&gt;
&lt;p&gt;You can also run a task on different targets:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt; 1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 7
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 8
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 9
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;10
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-python&#34; data-lang=&#34;python&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;kn&#34;&gt;from&lt;/span&gt; &lt;span class=&#34;nn&#34;&gt;skyvern&lt;/span&gt; &lt;span class=&#34;kn&#34;&gt;import&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;Skyvern&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# Run on Skyvern Cloud&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;skyvern&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;Skyvern&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;api_key&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;SKYVERN API KEY&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# Local Skyvern service&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;skyvern&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;Skyvern&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;base_url&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;http://localhost:8000&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;api_key&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;LOCAL SKYVERN API KEY&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;task&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;await&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;skyvern&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;run_task&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;prompt&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;Find the top post on hackernews today&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;print&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;task&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h2 id=&#34;advanced-usage&#34;&gt;Advanced Usage
&lt;/h2&gt;&lt;h3 id=&#34;control-your-own-browser-chrome&#34;&gt;Control your own browser (Chrome)
&lt;/h3&gt;&lt;blockquote&gt;
&lt;p&gt;⚠️ WARNING: Since &lt;a class=&#34;link&#34; href=&#34;https://developer.chrome.com/blog/remote-debugging-port&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Chrome 136&lt;/a&gt;, Chrome refuses any CDP connect to the browser using the default user_data_dir. In order to use your browser data, Skyvern copies your default user_data_dir to &lt;code&gt;./tmp/user_data_dir&lt;/code&gt; the first time connecting to your local browser. ⚠️&lt;/p&gt;
&lt;/blockquote&gt;
&lt;ol&gt;
&lt;li&gt;Just With Python Code&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt; 1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 7
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 8
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 9
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;10
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;11
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;12
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-python&#34; data-lang=&#34;python&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;kn&#34;&gt;from&lt;/span&gt; &lt;span class=&#34;nn&#34;&gt;skyvern&lt;/span&gt; &lt;span class=&#34;kn&#34;&gt;import&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;Skyvern&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# The path to your Chrome browser. This example path is for Mac.&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;browser_path&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;/Applications/Google Chrome.app/Contents/MacOS/Google Chrome&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;skyvern&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;Skyvern&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;base_url&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;http://localhost:8000&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;api_key&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;YOUR_API_KEY&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;browser_path&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;browser_path&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;task&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;await&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;skyvern&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;run_task&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;prompt&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;Find the top post on hackernews today&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;With Skyvern Service&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Add two variables to your .env file:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# The path to your Chrome browser. This example path is for Mac.&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nv&#34;&gt;CHROME_EXECUTABLE_PATH&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;/Applications/Google Chrome.app/Contents/MacOS/Google Chrome&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nv&#34;&gt;BROWSER_TYPE&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;cdp-connect
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Restart Skyvern service &lt;code&gt;skyvern run all&lt;/code&gt; and run the task through UI or code&lt;/p&gt;
&lt;h3 id=&#34;run-skyvern-with-any-remote-browser&#34;&gt;Run Skyvern with any remote browser
&lt;/h3&gt;&lt;p&gt;Grab the cdp connection url and pass it to Skyvern&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;6
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-python&#34; data-lang=&#34;python&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;kn&#34;&gt;from&lt;/span&gt; &lt;span class=&#34;nn&#34;&gt;skyvern&lt;/span&gt; &lt;span class=&#34;kn&#34;&gt;import&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;Skyvern&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;skyvern&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;Skyvern&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;cdp_url&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;your cdp connection url&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;task&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;await&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;skyvern&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;run_task&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;prompt&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;Find the top post on hackernews today&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h3 id=&#34;get-consistent-output-schema-from-your-run&#34;&gt;Get consistent output schema from your run
&lt;/h3&gt;&lt;p&gt;You can do this by adding the &lt;code&gt;data_extraction_schema&lt;/code&gt; parameter:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt; 1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 7
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 8
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 9
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;10
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;11
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;12
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;13
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;14
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;15
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;16
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;17
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;18
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;19
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;20
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;21
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;22
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;23
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-python&#34; data-lang=&#34;python&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;kn&#34;&gt;from&lt;/span&gt; &lt;span class=&#34;nn&#34;&gt;skyvern&lt;/span&gt; &lt;span class=&#34;kn&#34;&gt;import&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;Skyvern&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;skyvern&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;Skyvern&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;()&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;task&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;await&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;skyvern&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;run_task&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;prompt&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;Find the top post on hackernews today&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;data_extraction_schema&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;s2&#34;&gt;&amp;#34;type&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;object&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;s2&#34;&gt;&amp;#34;properties&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;            &lt;span class=&#34;s2&#34;&gt;&amp;#34;title&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;                &lt;span class=&#34;s2&#34;&gt;&amp;#34;type&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;string&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;                &lt;span class=&#34;s2&#34;&gt;&amp;#34;description&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;The title of the top post&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;            &lt;span class=&#34;p&#34;&gt;},&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;            &lt;span class=&#34;s2&#34;&gt;&amp;#34;url&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;                &lt;span class=&#34;s2&#34;&gt;&amp;#34;type&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;string&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;                &lt;span class=&#34;s2&#34;&gt;&amp;#34;description&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;The URL of the top post&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;            &lt;span class=&#34;p&#34;&gt;},&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;            &lt;span class=&#34;s2&#34;&gt;&amp;#34;points&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;                &lt;span class=&#34;s2&#34;&gt;&amp;#34;type&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;integer&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;                &lt;span class=&#34;s2&#34;&gt;&amp;#34;description&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;Number of points the post has received&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;            &lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h3 id=&#34;helpful-commands-to-debug-issues&#34;&gt;Helpful commands to debug issues
&lt;/h3&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt; 1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 7
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 8
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 9
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;10
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;11
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;12
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;13
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;14
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;15
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;16
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;17
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# Launch the Skyvern Server Separately*&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;skyvern run server
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# Launch the Skyvern UI&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;skyvern run ui
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# Check status of the Skyvern service&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;skyvern status
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# Stop the Skyvern service&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;skyvern stop all
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# Stop the Skyvern UI&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;skyvern stop ui
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# Stop the Skyvern Server Separately&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;skyvern stop server
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h2 id=&#34;docker-compose-setup&#34;&gt;Docker Compose setup
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;Make sure you have &lt;a class=&#34;link&#34; href=&#34;https://www.docker.com/products/docker-desktop/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Docker Desktop&lt;/a&gt; installed and running on your machine&lt;/li&gt;
&lt;li&gt;Make sure you don&amp;rsquo;t have postgres running locally (Run &lt;code&gt;docker ps&lt;/code&gt; to check)&lt;/li&gt;
&lt;li&gt;Clone the repository and navigate to the root directory&lt;/li&gt;
&lt;li&gt;Run &lt;code&gt;skyvern init llm&lt;/code&gt; to generate a &lt;code&gt;.env&lt;/code&gt; file. This will be copied into the Docker image.&lt;/li&gt;
&lt;li&gt;Fill in the LLM provider key on the &lt;a class=&#34;link&#34; href=&#34;./docker-compose.yml&#34; &gt;docker-compose.yml&lt;/a&gt;. &lt;em&gt;If you want to run Skyvern on a remote server, make sure you set the correct server ip for the UI container in &lt;a class=&#34;link&#34; href=&#34;./docker-compose.yml&#34; &gt;docker-compose.yml&lt;/a&gt;.&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Run the following command via the commandline:
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; docker compose up -d
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;Navigate to &lt;code&gt;http://localhost:8080&lt;/code&gt; in your browser to start using the UI&lt;/li&gt;
&lt;/ol&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Important:&lt;/strong&gt; Only one Postgres container can run on port 5432 at a time. If you switch from the CLI-managed Postgres to Docker Compose, you must first remove the original container:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;docker rm -f postgresql-container
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;If you encounter any database related errors while using Docker to run Skyvern, check which Postgres container is running with &lt;code&gt;docker ps&lt;/code&gt;.&lt;/p&gt;
&lt;h1 id=&#34;skyvern-features&#34;&gt;Skyvern Features
&lt;/h1&gt;&lt;h2 id=&#34;skyvern-tasks&#34;&gt;Skyvern Tasks
&lt;/h2&gt;&lt;p&gt;Tasks are the fundamental building block inside Skyvern. Each task is a single request to Skyvern, instructing it to navigate through a website and accomplish a specific goal.&lt;/p&gt;
&lt;p&gt;Tasks require you to specify a &lt;code&gt;url&lt;/code&gt;, &lt;code&gt;prompt&lt;/code&gt;, and can optionally include a &lt;code&gt;data schema&lt;/code&gt; (if you want the output to conform to a specific schema) and &lt;code&gt;error codes&lt;/code&gt; (if you want Skyvern to stop running in specific situations).&lt;/p&gt;
&lt;p align=&#34;center&#34;&gt;
  &lt;img src=&#34;fern/images/skyvern_2_0_screenshot.png&#34;/&gt;
&lt;/p&gt;
&lt;h2 id=&#34;skyvern-workflows&#34;&gt;Skyvern Workflows
&lt;/h2&gt;&lt;p&gt;Workflows are a way to chain multiple tasks together to form a cohesive unit of work.&lt;/p&gt;
&lt;p&gt;For example, if you wanted to download all invoices newer than January 1st, you could create a workflow that first navigated to the invoices page, then filtered down to only show invoices newer than January 1st, extracted a list of all eligible invoices, and iterated through each invoice to download it.&lt;/p&gt;
&lt;p&gt;Another example is if you wanted to automate purchasing products from an e-commerce store, you could create a workflow that first navigated to the desired product, then added it to a cart. Second, it would navigate to the cart and validate the cart state. Finally, it would go through the checkout process to purchase the items.&lt;/p&gt;
&lt;p&gt;Supported workflow features include:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Browser Task&lt;/li&gt;
&lt;li&gt;Browser Action&lt;/li&gt;
&lt;li&gt;Data Extraction&lt;/li&gt;
&lt;li&gt;Validation&lt;/li&gt;
&lt;li&gt;For Loops&lt;/li&gt;
&lt;li&gt;File parsing&lt;/li&gt;
&lt;li&gt;Sending emails&lt;/li&gt;
&lt;li&gt;Text Prompts&lt;/li&gt;
&lt;li&gt;HTTP Request Block&lt;/li&gt;
&lt;li&gt;Custom Code Block&lt;/li&gt;
&lt;li&gt;Uploading files to block storage&lt;/li&gt;
&lt;li&gt;(Coming soon) Conditionals&lt;/li&gt;
&lt;/ol&gt;
&lt;p align=&#34;center&#34;&gt;
  &lt;img src=&#34;fern/images/block_example_v2.png&#34;/&gt;
&lt;/p&gt;
&lt;h2 id=&#34;livestreaming&#34;&gt;Livestreaming
&lt;/h2&gt;&lt;p&gt;Skyvern allows you to livestream the viewport of the browser to your local machine so that you can see exactly what Skyvern is doing on the web. This is useful for debugging and understanding how Skyvern is interacting with a website, and intervening when necessary&lt;/p&gt;
&lt;h2 id=&#34;form-filling&#34;&gt;Form Filling
&lt;/h2&gt;&lt;p&gt;Skyvern is natively capable of filling out form inputs on websites. Passing in information via the &lt;code&gt;navigation_goal&lt;/code&gt; will allow Skyvern to comprehend the information and fill out the form accordingly.&lt;/p&gt;
&lt;h2 id=&#34;data-extraction&#34;&gt;Data Extraction
&lt;/h2&gt;&lt;p&gt;Skyvern is also capable of extracting data from a website.&lt;/p&gt;
&lt;p&gt;You can also specify a &lt;code&gt;data_extraction_schema&lt;/code&gt; directly within the main prompt to tell Skyvern exactly what data you&amp;rsquo;d like to extract from the website, in jsonc format. Skyvern&amp;rsquo;s output will be structured in accordance to the supplied schema.&lt;/p&gt;
&lt;h2 id=&#34;file-downloading&#34;&gt;File Downloading
&lt;/h2&gt;&lt;p&gt;Skyvern is also capable of downloading files from a website. All downloaded files are automatically uploaded to block storage (if configured), and you can access them via the UI.&lt;/p&gt;
&lt;h2 id=&#34;authentication&#34;&gt;Authentication
&lt;/h2&gt;&lt;p&gt;Skyvern supports a number of different authentication methods to make it easier to automate tasks behind a login. If you&amp;rsquo;d like to try it out, please reach out to us &lt;a class=&#34;link&#34; href=&#34;mailto:founders@skyvern.com&#34; &gt;via email&lt;/a&gt; or &lt;a class=&#34;link&#34; href=&#34;https://discord.gg/fG2XXEuQX3&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;discord&lt;/a&gt;.&lt;/p&gt;
&lt;p align=&#34;center&#34;&gt;
  &lt;img src=&#34;fern/images/secure_password_task_example.png&#34;/&gt;
&lt;/p&gt;
&lt;h3 id=&#34;-2fa-support-totp&#34;&gt;🔐 2FA Support (TOTP)
&lt;/h3&gt;&lt;p&gt;Skyvern supports a number of different 2FA methods to allow you to automate workflows that require 2FA.&lt;/p&gt;
&lt;p&gt;Examples include:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;QR-based 2FA (e.g. Google Authenticator, Authy)&lt;/li&gt;
&lt;li&gt;Email based 2FA&lt;/li&gt;
&lt;li&gt;SMS based 2FA&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;🔐 Learn more about 2FA support &lt;a class=&#34;link&#34; href=&#34;https://www.skyvern.com/docs/credentials/totp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;password-manager-integrations&#34;&gt;Password Manager Integrations
&lt;/h3&gt;&lt;p&gt;Skyvern currently supports the following password manager integrations:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; Bitwarden&lt;/li&gt;
&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; 1Password&lt;/li&gt;
&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; LastPass&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;model-context-protocol-mcp&#34;&gt;Model Context Protocol (MCP)
&lt;/h2&gt;&lt;p&gt;Skyvern supports the Model Context Protocol (MCP) to allow you to use any LLM that supports MCP.&lt;/p&gt;
&lt;p&gt;See the MCP documentation &lt;a class=&#34;link&#34; href=&#34;https://github.com/Skyvern-AI/skyvern/blob/main/integrations/mcp/README.md&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;here&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;zapier--makecom--n8n-integration&#34;&gt;Zapier / Make.com / N8N Integration
&lt;/h2&gt;&lt;p&gt;Skyvern supports Zapier, Make.com, and N8N to allow you to connect your Skyvern workflows to other apps.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.skyvern.com/docs/integrations/zapier&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Zapier&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.skyvern.com/docs/integrations/make.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Make.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.skyvern.com/docs/integrations/n8n&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;N8N&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;🔐 Learn more about 2FA support &lt;a class=&#34;link&#34; href=&#34;https://www.skyvern.com/docs/credentials/totp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;h1 id=&#34;real-world-examples-of-skyvern&#34;&gt;Real-world examples of Skyvern
&lt;/h1&gt;&lt;p&gt;We love to see how Skyvern is being used in the wild. Here are some examples of how Skyvern is being used to automate workflows in the real world. Please open PRs to add your own examples!&lt;/p&gt;
&lt;h2 id=&#34;invoice-downloading-on-many-different-websites&#34;&gt;Invoice Downloading on many different websites
&lt;/h2&gt;&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://meetings.hubspot.com/skyvern/demo&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Book a demo to see it live&lt;/a&gt;&lt;/p&gt;
&lt;p align=&#34;center&#34;&gt;
  &lt;img src=&#34;fern/images/invoice_downloading.gif&#34;/&gt;
&lt;/p&gt;
&lt;h2 id=&#34;automate-the-job-application-process&#34;&gt;Automate the job application process
&lt;/h2&gt;&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://app.skyvern.com/tasks/create/job_application&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;💡 See it in action&lt;/a&gt;&lt;/p&gt;
&lt;p align=&#34;center&#34;&gt;
  &lt;img src=&#34;fern/images/job_application_demo.gif&#34;/&gt;
&lt;/p&gt;
&lt;h2 id=&#34;automate-materials-procurement-for-a-manufacturing-company&#34;&gt;Automate materials procurement for a manufacturing company
&lt;/h2&gt;&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://app.skyvern.com/tasks/create/finditparts&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;💡 See it in action&lt;/a&gt;&lt;/p&gt;
&lt;p align=&#34;center&#34;&gt;
  &lt;img src=&#34;fern/images/finditparts_recording_crop.gif&#34;/&gt;
&lt;/p&gt;
&lt;h2 id=&#34;navigating-to-government-websites-to-register-accounts-or-fill-out-forms&#34;&gt;Navigating to government websites to register accounts or fill out forms
&lt;/h2&gt;&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://app.skyvern.com/tasks/create/california_edd&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;💡 See it in action&lt;/a&gt;&lt;/p&gt;
&lt;p align=&#34;center&#34;&gt;
  &lt;img src=&#34;fern/images/edd_services.gif&#34;/&gt;
&lt;/p&gt;
&lt;!-- Add example of delaware entity lookups x2 --&gt;
&lt;h2 id=&#34;filling-out-random-contact-us-forms&#34;&gt;Filling out random contact us forms
&lt;/h2&gt;&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://app.skyvern.com/tasks/create/contact_us_forms&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;💡 See it in action&lt;/a&gt;&lt;/p&gt;
&lt;p align=&#34;center&#34;&gt;
  &lt;img src=&#34;fern/images/contact_forms.gif&#34;/&gt;
&lt;/p&gt;
&lt;h2 id=&#34;retrieving-insurance-quotes-from-insurance-providers-in-any-language&#34;&gt;Retrieving insurance quotes from insurance providers in any language
&lt;/h2&gt;&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://app.skyvern.com/tasks/create/bci_seguros&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;💡 See it in action&lt;/a&gt;&lt;/p&gt;
&lt;p align=&#34;center&#34;&gt;
  &lt;img src=&#34;fern/images/bci_seguros_recording.gif&#34;/&gt;
&lt;/p&gt;
&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://app.skyvern.com/tasks/create/geico&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;💡 See it in action&lt;/a&gt;&lt;/p&gt;
&lt;p align=&#34;center&#34;&gt;
  &lt;img src=&#34;fern/images/geico_shu_recording_cropped.gif&#34;/&gt;
&lt;/p&gt;
&lt;h1 id=&#34;contributor-setup&#34;&gt;Contributor Setup
&lt;/h1&gt;&lt;p&gt;Make sure to have &lt;a class=&#34;link&#34; href=&#34;https://docs.astral.sh/uv/getting-started/installation/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;uv&lt;/a&gt; installed.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Run this to create your virtual environment (&lt;code&gt;.venv&lt;/code&gt;)
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;uv sync --group dev
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;Perform initial server configuration
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;uv run skyvern quickstart
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;Navigate to &lt;code&gt;http://localhost:8080&lt;/code&gt; in your browser to start using the UI
&lt;em&gt;The Skyvern CLI supports Windows, WSL, macOS, and Linux environments.&lt;/em&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h1 id=&#34;documentation&#34;&gt;Documentation
&lt;/h1&gt;&lt;p&gt;More extensive documentation can be found on our &lt;a class=&#34;link&#34; href=&#34;https://www.skyvern.com/docs&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;📕 docs page&lt;/a&gt;. Please let us know if something is unclear or missing by opening an issue or reaching out to us &lt;a class=&#34;link&#34; href=&#34;mailto:founders@skyvern.com&#34; &gt;via email&lt;/a&gt; or &lt;a class=&#34;link&#34; href=&#34;https://discord.gg/fG2XXEuQX3&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;discord&lt;/a&gt;.&lt;/p&gt;
&lt;h1 id=&#34;supported-llms&#34;&gt;Supported LLMs
&lt;/h1&gt;&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Provider&lt;/th&gt;
          &lt;th&gt;Supported Models&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;OpenAI&lt;/td&gt;
          &lt;td&gt;gpt4-turbo, gpt-4o, gpt-4o-mini&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Anthropic&lt;/td&gt;
          &lt;td&gt;Claude 3 (Haiku, Sonnet, Opus), Claude 3.5 (Sonnet)&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Azure OpenAI&lt;/td&gt;
          &lt;td&gt;Any GPT models. Better performance with a multimodal llm (azure/gpt4-o)&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;AWS Bedrock&lt;/td&gt;
          &lt;td&gt;Anthropic Claude 3 (Haiku, Sonnet, Opus), Claude 3.5 (Sonnet)&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Gemini&lt;/td&gt;
          &lt;td&gt;Gemini 2.5 Pro and flash, Gemini 2.0&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Ollama&lt;/td&gt;
          &lt;td&gt;Run any locally hosted model via &lt;a class=&#34;link&#34; href=&#34;https://github.com/ollama/ollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ollama&lt;/a&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;OpenRouter&lt;/td&gt;
          &lt;td&gt;Access models through &lt;a class=&#34;link&#34; href=&#34;https://openrouter.ai&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OpenRouter&lt;/a&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;OpenAI-compatible&lt;/td&gt;
          &lt;td&gt;Any custom API endpoint that follows OpenAI&amp;rsquo;s API format (via &lt;a class=&#34;link&#34; href=&#34;https://docs.litellm.ai/docs/providers/openai_compatible&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;liteLLM&lt;/a&gt;)&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h4 id=&#34;environment-variables&#34;&gt;Environment Variables
&lt;/h4&gt;&lt;h5 id=&#34;openai&#34;&gt;OpenAI
&lt;/h5&gt;&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Variable&lt;/th&gt;
          &lt;th&gt;Description&lt;/th&gt;
          &lt;th&gt;Type&lt;/th&gt;
          &lt;th&gt;Sample Value&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;ENABLE_OPENAI&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Register OpenAI models&lt;/td&gt;
          &lt;td&gt;Boolean&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;true&lt;/code&gt;, &lt;code&gt;false&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;OPENAI_API_KEY&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;OpenAI API Key&lt;/td&gt;
          &lt;td&gt;String&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;sk-1234567890&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;OPENAI_API_BASE&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;OpenAI API Base, optional&lt;/td&gt;
          &lt;td&gt;String&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;https://openai.api.base&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;OPENAI_ORGANIZATION&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;OpenAI Organization ID, optional&lt;/td&gt;
          &lt;td&gt;String&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;your-org-id&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Recommended &lt;code&gt;LLM_KEY&lt;/code&gt;: &lt;code&gt;OPENAI_GPT4O&lt;/code&gt;, &lt;code&gt;OPENAI_GPT4O_MINI&lt;/code&gt;, &lt;code&gt;OPENAI_GPT4_1&lt;/code&gt;, &lt;code&gt;OPENAI_O4_MINI&lt;/code&gt;, &lt;code&gt;OPENAI_O3&lt;/code&gt;&lt;/p&gt;
&lt;h5 id=&#34;anthropic&#34;&gt;Anthropic
&lt;/h5&gt;&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Variable&lt;/th&gt;
          &lt;th&gt;Description&lt;/th&gt;
          &lt;th&gt;Type&lt;/th&gt;
          &lt;th&gt;Sample Value&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;ENABLE_ANTHROPIC&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Register Anthropic models&lt;/td&gt;
          &lt;td&gt;Boolean&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;true&lt;/code&gt;, &lt;code&gt;false&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;ANTHROPIC_API_KEY&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Anthropic API key&lt;/td&gt;
          &lt;td&gt;String&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;sk-1234567890&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Recommended&lt;code&gt;LLM_KEY&lt;/code&gt;: &lt;code&gt;ANTHROPIC_CLAUDE3.5_SONNET&lt;/code&gt;, &lt;code&gt;ANTHROPIC_CLAUDE3.7_SONNET&lt;/code&gt;, &lt;code&gt;ANTHROPIC_CLAUDE4_OPUS&lt;/code&gt;, &lt;code&gt;ANTHROPIC_CLAUDE4_SONNET&lt;/code&gt;&lt;/p&gt;
&lt;h5 id=&#34;azure-openai&#34;&gt;Azure OpenAI
&lt;/h5&gt;&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Variable&lt;/th&gt;
          &lt;th&gt;Description&lt;/th&gt;
          &lt;th&gt;Type&lt;/th&gt;
          &lt;th&gt;Sample Value&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;ENABLE_AZURE&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Register Azure OpenAI models&lt;/td&gt;
          &lt;td&gt;Boolean&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;true&lt;/code&gt;, &lt;code&gt;false&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;AZURE_API_KEY&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Azure deployment API key&lt;/td&gt;
          &lt;td&gt;String&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;sk-1234567890&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;AZURE_DEPLOYMENT&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Azure OpenAI Deployment Name&lt;/td&gt;
          &lt;td&gt;String&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;skyvern-deployment&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;AZURE_API_BASE&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Azure deployment api base url&lt;/td&gt;
          &lt;td&gt;String&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;https://skyvern-deployment.openai.azure.com/&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;AZURE_API_VERSION&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Azure API Version&lt;/td&gt;
          &lt;td&gt;String&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;2024-02-01&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Recommended &lt;code&gt;LLM_KEY&lt;/code&gt;: &lt;code&gt;AZURE_OPENAI&lt;/code&gt;&lt;/p&gt;
&lt;h5 id=&#34;aws-bedrock&#34;&gt;AWS Bedrock
&lt;/h5&gt;&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Variable&lt;/th&gt;
          &lt;th&gt;Description&lt;/th&gt;
          &lt;th&gt;Type&lt;/th&gt;
          &lt;th&gt;Sample Value&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;ENABLE_BEDROCK&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Register AWS Bedrock models. To use AWS Bedrock, you need to make sure your &lt;a class=&#34;link&#34; href=&#34;https://github.com/boto/boto3?tab=readme-ov-file#using-boto3&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;AWS configurations&lt;/a&gt; are set up correctly first.&lt;/td&gt;
          &lt;td&gt;Boolean&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;true&lt;/code&gt;, &lt;code&gt;false&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Recommended &lt;code&gt;LLM_KEY&lt;/code&gt;: &lt;code&gt;BEDROCK_ANTHROPIC_CLAUDE3.7_SONNET_INFERENCE_PROFILE&lt;/code&gt;, &lt;code&gt;BEDROCK_ANTHROPIC_CLAUDE4_OPUS_INFERENCE_PROFILE&lt;/code&gt;, &lt;code&gt;BEDROCK_ANTHROPIC_CLAUDE4_SONNET_INFERENCE_PROFILE&lt;/code&gt;&lt;/p&gt;
&lt;h5 id=&#34;gemini&#34;&gt;Gemini
&lt;/h5&gt;&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Variable&lt;/th&gt;
          &lt;th&gt;Description&lt;/th&gt;
          &lt;th&gt;Type&lt;/th&gt;
          &lt;th&gt;Sample Value&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;ENABLE_GEMINI&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Register Gemini models&lt;/td&gt;
          &lt;td&gt;Boolean&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;true&lt;/code&gt;, &lt;code&gt;false&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;GEMINI_API_KEY&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Gemini API Key&lt;/td&gt;
          &lt;td&gt;String&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;your_google_gemini_api_key&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Recommended &lt;code&gt;LLM_KEY&lt;/code&gt;: &lt;code&gt;GEMINI_2.5_PRO_PREVIEW&lt;/code&gt;, &lt;code&gt;GEMINI_2.5_FLASH_PREVIEW&lt;/code&gt;&lt;/p&gt;
&lt;h5 id=&#34;ollama&#34;&gt;Ollama
&lt;/h5&gt;&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Variable&lt;/th&gt;
          &lt;th&gt;Description&lt;/th&gt;
          &lt;th&gt;Type&lt;/th&gt;
          &lt;th&gt;Sample Value&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;ENABLE_OLLAMA&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Register local models via Ollama&lt;/td&gt;
          &lt;td&gt;Boolean&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;true&lt;/code&gt;, &lt;code&gt;false&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;OLLAMA_SERVER_URL&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;URL for your Ollama server&lt;/td&gt;
          &lt;td&gt;String&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;http://host.docker.internal:11434&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;OLLAMA_MODEL&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Ollama model name to load&lt;/td&gt;
          &lt;td&gt;String&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;qwen2.5:7b-instruct&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Recommended &lt;code&gt;LLM_KEY&lt;/code&gt;: &lt;code&gt;OLLAMA&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Note: Ollama does not support vision yet.&lt;/p&gt;
&lt;h5 id=&#34;openrouter&#34;&gt;OpenRouter
&lt;/h5&gt;&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Variable&lt;/th&gt;
          &lt;th&gt;Description&lt;/th&gt;
          &lt;th&gt;Type&lt;/th&gt;
          &lt;th&gt;Sample Value&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;ENABLE_OPENROUTER&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Register OpenRouter models&lt;/td&gt;
          &lt;td&gt;Boolean&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;true&lt;/code&gt;, &lt;code&gt;false&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;OPENROUTER_API_KEY&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;OpenRouter API key&lt;/td&gt;
          &lt;td&gt;String&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;sk-1234567890&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;OPENROUTER_MODEL&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;OpenRouter model name&lt;/td&gt;
          &lt;td&gt;String&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;mistralai/mistral-small-3.1-24b-instruct&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;OPENROUTER_API_BASE&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;OpenRouter API base URL&lt;/td&gt;
          &lt;td&gt;String&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;https://api.openrouter.ai/v1&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Recommended &lt;code&gt;LLM_KEY&lt;/code&gt;: &lt;code&gt;OPENROUTER&lt;/code&gt;&lt;/p&gt;
&lt;h5 id=&#34;openai-compatible&#34;&gt;OpenAI-Compatible
&lt;/h5&gt;&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Variable&lt;/th&gt;
          &lt;th&gt;Description&lt;/th&gt;
          &lt;th&gt;Type&lt;/th&gt;
          &lt;th&gt;Sample Value&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;ENABLE_OPENAI_COMPATIBLE&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Register a custom OpenAI-compatible API endpoint&lt;/td&gt;
          &lt;td&gt;Boolean&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;true&lt;/code&gt;, &lt;code&gt;false&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;OPENAI_COMPATIBLE_MODEL_NAME&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Model name for OpenAI-compatible endpoint&lt;/td&gt;
          &lt;td&gt;String&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;yi-34b&lt;/code&gt;, &lt;code&gt;gpt-3.5-turbo&lt;/code&gt;, &lt;code&gt;mistral-large&lt;/code&gt;, etc.&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;OPENAI_COMPATIBLE_API_KEY&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;API key for OpenAI-compatible endpoint&lt;/td&gt;
          &lt;td&gt;String&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;sk-1234567890&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;OPENAI_COMPATIBLE_API_BASE&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Base URL for OpenAI-compatible endpoint&lt;/td&gt;
          &lt;td&gt;String&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;https://api.together.xyz/v1&lt;/code&gt;, &lt;code&gt;http://localhost:8000/v1&lt;/code&gt;, etc.&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;OPENAI_COMPATIBLE_API_VERSION&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;API version for OpenAI-compatible endpoint, optional&lt;/td&gt;
          &lt;td&gt;String&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;2023-05-15&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;OPENAI_COMPATIBLE_MAX_TOKENS&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Maximum tokens for completion, optional&lt;/td&gt;
          &lt;td&gt;Integer&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;4096&lt;/code&gt;, &lt;code&gt;8192&lt;/code&gt;, etc.&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;OPENAI_COMPATIBLE_TEMPERATURE&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Temperature setting, optional&lt;/td&gt;
          &lt;td&gt;Float&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;0.0&lt;/code&gt;, &lt;code&gt;0.5&lt;/code&gt;, &lt;code&gt;0.7&lt;/code&gt;, etc.&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;OPENAI_COMPATIBLE_SUPPORTS_VISION&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Whether model supports vision, optional&lt;/td&gt;
          &lt;td&gt;Boolean&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;true&lt;/code&gt;, &lt;code&gt;false&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Supported LLM Key: &lt;code&gt;OPENAI_COMPATIBLE&lt;/code&gt;&lt;/p&gt;
&lt;h5 id=&#34;general-llm-configuration&#34;&gt;General LLM Configuration
&lt;/h5&gt;&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Variable&lt;/th&gt;
          &lt;th&gt;Description&lt;/th&gt;
          &lt;th&gt;Type&lt;/th&gt;
          &lt;th&gt;Sample Value&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;LLM_KEY&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;The name of the model you want to use&lt;/td&gt;
          &lt;td&gt;String&lt;/td&gt;
          &lt;td&gt;See supported LLM keys above&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;SECONDARY_LLM_KEY&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;The name of the model for mini agents skyvern runs with&lt;/td&gt;
          &lt;td&gt;String&lt;/td&gt;
          &lt;td&gt;See supported LLM keys above&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;LLM_CONFIG_MAX_TOKENS&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Override the max tokens used by the LLM&lt;/td&gt;
          &lt;td&gt;Integer&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;128000&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h1 id=&#34;feature-roadmap&#34;&gt;Feature Roadmap
&lt;/h1&gt;&lt;p&gt;This is our planned roadmap for the next few months. If you have any suggestions or would like to see a feature added, please don&amp;rsquo;t hesitate to reach out to us &lt;a class=&#34;link&#34; href=&#34;mailto:founders@skyvern.com&#34; &gt;via email&lt;/a&gt; or &lt;a class=&#34;link&#34; href=&#34;https://discord.gg/fG2XXEuQX3&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;discord&lt;/a&gt;.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; &lt;strong&gt;Open Source&lt;/strong&gt; - Open Source Skyvern&amp;rsquo;s core codebase&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; &lt;strong&gt;Workflow support&lt;/strong&gt; - Allow support to chain multiple Skyvern calls together&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; &lt;strong&gt;Improved context&lt;/strong&gt; - Improve Skyvern&amp;rsquo;s ability to understand content around interactable elements by introducing feeding relevant label context through the text prompt&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; &lt;strong&gt;Cost Savings&lt;/strong&gt; - Improve Skyvern&amp;rsquo;s stability and reduce the cost of running Skyvern by optimizing the context tree passed into Skyvern&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; &lt;strong&gt;Self-serve UI&lt;/strong&gt; - Deprecate the Streamlit UI in favour of a React-based UI component that allows users to kick off new jobs in Skyvern&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; &lt;strong&gt;Workflow UI Builder&lt;/strong&gt; - Introduce a UI to allow users to build and analyze workflows visually&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; &lt;strong&gt;Chrome Viewport streaming&lt;/strong&gt; - Introduce a way to live-stream the Chrome viewport to the user&amp;rsquo;s browser (as a part of the self-serve UI)&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; &lt;strong&gt;Past Runs UI&lt;/strong&gt; - Deprecate the Streamlit UI in favour of a React-based UI that allows you to visualize past runs and their results&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; &lt;strong&gt;Auto workflow builder (&amp;ldquo;Observer&amp;rdquo;) mode&lt;/strong&gt; - Allow Skyvern to auto-generate workflows as it&amp;rsquo;s navigating the web to make it easier to build new workflows&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; &lt;strong&gt;Prompt Caching&lt;/strong&gt; - Introduce a caching layer to the LLM calls to dramatically reduce the cost of running Skyvern (memorize past actions and repeat them!)&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; &lt;strong&gt;Web Evaluation Dataset&lt;/strong&gt; - Integrate Skyvern with public benchmark tests to track the quality of our models over time&lt;/li&gt;
&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; &lt;strong&gt;Improved Debug mode&lt;/strong&gt; - Allow Skyvern to plan its actions and get &amp;ldquo;approval&amp;rdquo; before running them, allowing you to debug what it&amp;rsquo;s doing and more easily iterate on the prompt&lt;/li&gt;
&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; &lt;strong&gt;Chrome Extension&lt;/strong&gt; - Allow users to interact with Skyvern through a Chrome extension (incl voice mode, saving tasks, etc.)&lt;/li&gt;
&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; &lt;strong&gt;Skyvern Action Recorder&lt;/strong&gt; - Allow Skyvern to watch a user complete a task and then automatically generate a workflow for it&lt;/li&gt;
&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; &lt;strong&gt;Interactable Livestream&lt;/strong&gt; - Allow users to interact with the livestream in real-time to intervene when necessary (such as manually submitting sensitive forms)&lt;/li&gt;
&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; &lt;strong&gt;Integrate LLM Observability tools&lt;/strong&gt; - Integrate LLM Observability tools to allow back-testing prompt changes with specific data sets + visualize the performance of Skyvern over time&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; &lt;strong&gt;Langchain Integration&lt;/strong&gt; - Create langchain integration in langchain_community to use Skyvern as a &amp;ldquo;tool&amp;rdquo;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&#34;contributing&#34;&gt;Contributing
&lt;/h1&gt;&lt;p&gt;We welcome PRs and suggestions! Don&amp;rsquo;t hesitate to open a PR/issue or to reach out to us &lt;a class=&#34;link&#34; href=&#34;mailto:founders@skyvern.com&#34; &gt;via email&lt;/a&gt; or &lt;a class=&#34;link&#34; href=&#34;https://discord.gg/fG2XXEuQX3&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;discord&lt;/a&gt;.
Please have a look at our &lt;a class=&#34;link&#34; href=&#34;CONTRIBUTING.md&#34; &gt;contribution guide&lt;/a&gt; and
&lt;a class=&#34;link&#34; href=&#34;https://github.com/skyvern-ai/skyvern/issues?q=is%3Aopen&amp;#43;is%3Aissue&amp;#43;label%3A%22help&amp;#43;wanted%22&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&amp;ldquo;Help Wanted&amp;rdquo; issues&lt;/a&gt; to get started!&lt;/p&gt;
&lt;p&gt;If you want to chat with the skyvern repository to get a high level overview of how it is structured, how to build off it, and how to resolve usage questions, check out &lt;a class=&#34;link&#34; href=&#34;https://sage.storia.ai?utm_source=github&amp;amp;utm_medium=referral&amp;amp;utm_campaign=skyvern-readme&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Code Sage&lt;/a&gt;.&lt;/p&gt;
&lt;h1 id=&#34;telemetry&#34;&gt;Telemetry
&lt;/h1&gt;&lt;p&gt;By Default, Skyvern collects basic usage statistics to help us understand how Skyvern is being used. If you would like to opt-out of telemetry, please set the &lt;code&gt;SKYVERN_TELEMETRY&lt;/code&gt; environment variable to &lt;code&gt;false&lt;/code&gt;.&lt;/p&gt;
&lt;h1 id=&#34;license&#34;&gt;License
&lt;/h1&gt;&lt;p&gt;Skyvern&amp;rsquo;s open source repository is supported via a managed cloud. All of the core logic powering Skyvern is available in this open source repository licensed under the &lt;a class=&#34;link&#34; href=&#34;LICENSE&#34; &gt;AGPL-3.0 License&lt;/a&gt;, with the exception of anti-bot measures available in our managed cloud offering.&lt;/p&gt;
&lt;p&gt;If you have any questions or concerns around licensing, please &lt;a class=&#34;link&#34; href=&#34;mailto:support@skyvern.com&#34; &gt;contact us&lt;/a&gt; and we would be happy to help.&lt;/p&gt;
&lt;h1 id=&#34;star-history&#34;&gt;Star History
&lt;/h1&gt;&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://star-history.com/#Skyvern-AI/skyvern&amp;amp;Date&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://api.star-history.com/svg?repos=Skyvern-AI/skyvern&amp;amp;type=Date&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Star History Chart&#34;
	
	
&gt;&lt;/a&gt;&lt;/p&gt;
</description>
        </item>
        <item>
        <title>langchainjs</title>
        <link>https://producthunt.programnotes.cn/en/p/langchainjs/</link>
        <pubDate>Thu, 16 Oct 2025 15:28:47 +0800</pubDate>
        
        <guid>https://producthunt.programnotes.cn/en/p/langchainjs/</guid>
        <description>&lt;img src="https://images.unsplash.com/photo-1659886778557-2011d1f1dd82?ixid=M3w0NjAwMjJ8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NjA1OTk2ODh8&amp;ixlib=rb-4.1.0" alt="Featured image of post langchainjs" /&gt;&lt;h1 id=&#34;langchain-ailangchainjs&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/langchain-ai/langchainjs&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;langchain-ai/langchainjs&lt;/a&gt;
&lt;/h1&gt;&lt;h1 id=&#34;-langchainjs&#34;&gt;🦜️🔗 LangChain.js
&lt;/h1&gt;&lt;p&gt;⚡ Building applications with LLMs through composability ⚡&lt;/p&gt;
&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://opensource.org/licenses/MIT&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://img.shields.io/badge/License-MIT-yellow.svg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;License: MIT&#34;
	
	
&gt;&lt;/a&gt; &lt;img src=&#34;https://img.shields.io/npm/dm/langchain&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;npm&#34;
	
	
&gt; &lt;a class=&#34;link&#34; href=&#34;https://twitter.com/langchainai&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://img.shields.io/twitter/url/https/twitter.com/langchainai.svg?style=social&amp;amp;label=Follow%20%40LangChainAI&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Twitter&#34;
	
	
&gt;&lt;/a&gt; &lt;a class=&#34;link&#34; href=&#34;https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/langchain-ai/langchainjs&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://img.shields.io/static/v1?label=Dev%20Containers&amp;amp;message=Open&amp;amp;color=blue&amp;amp;logo=visualstudiocode&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Open in Dev Containers&#34;
	
	
&gt;&lt;/a&gt;
&lt;a class=&#34;link&#34; href=&#34;https://codespaces.new/langchain-ai/langchainjs&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://github.com/codespaces/badge.svg&#34; title=&#34;Open in Github Codespace&#34; width=&#34;150&#34; height=&#34;20&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Looking for the Python version? Check out &lt;a class=&#34;link&#34; href=&#34;https://github.com/langchain-ai/langchain&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LangChain&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To help you ship LangChain apps to production faster, check out &lt;a class=&#34;link&#34; href=&#34;https://smith.langchain.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LangSmith&lt;/a&gt;.
&lt;a class=&#34;link&#34; href=&#34;https://smith.langchain.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LangSmith&lt;/a&gt; is a unified developer platform for building, testing, and monitoring LLM applications.&lt;/p&gt;
&lt;h2 id=&#34;-quick-install&#34;&gt;⚡️ Quick Install
&lt;/h2&gt;&lt;p&gt;You can use npm, pnpm, or yarn to install LangChain.js&lt;/p&gt;
&lt;p&gt;&lt;code&gt;npm install -S langchain&lt;/code&gt; or &lt;code&gt;pnpm install langchain&lt;/code&gt; or &lt;code&gt;yarn add langchain&lt;/code&gt;&lt;/p&gt;
&lt;h2 id=&#34;-supported-environments&#34;&gt;🌐 Supported Environments
&lt;/h2&gt;&lt;p&gt;LangChain is written in TypeScript and can be used in:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Node.js (ESM and CommonJS) - 20.x, 22.x, 24.x&lt;/li&gt;
&lt;li&gt;Cloudflare Workers&lt;/li&gt;
&lt;li&gt;Vercel / Next.js (Browser, Serverless and Edge functions)&lt;/li&gt;
&lt;li&gt;Supabase Edge Functions&lt;/li&gt;
&lt;li&gt;Browser&lt;/li&gt;
&lt;li&gt;Deno&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;-what-is-langchain&#34;&gt;🤔 What is LangChain?
&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;LangChain&lt;/strong&gt; is a framework for developing applications powered by language models. It enables applications that:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Are context-aware&lt;/strong&gt;: connect a language model to sources of context (prompt instructions, few shot examples, content to ground its response in, etc.)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Reason&lt;/strong&gt;: rely on a language model to reason (about how to answer based on provided context, what actions to take, etc.)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This framework consists of several parts.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Open-source libraries&lt;/strong&gt;: Build your applications using LangChain&amp;rsquo;s open-source &lt;a class=&#34;link&#34; href=&#34;https://js.langchain.com/docs/concepts/lcel&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;building blocks&lt;/a&gt;, &lt;a class=&#34;link&#34; href=&#34;https://js.langchain.com/docs/concepts&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;components&lt;/a&gt;, and &lt;a class=&#34;link&#34; href=&#34;https://js.langchain.com/docs/integrations/platforms/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;third-party integrations&lt;/a&gt;.
Use &lt;a class=&#34;link&#34; href=&#34;https://js.langchain.com/docs/concepts/#langgraphjs&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LangGraph.js&lt;/a&gt; to build stateful agents with first-class streaming and human-in-the-loop support.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Productionization&lt;/strong&gt;: Use &lt;a class=&#34;link&#34; href=&#34;https://docs.smith.langchain.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LangSmith&lt;/a&gt; to inspect, monitor and evaluate your chains, so that you can continuously optimize and deploy with confidence.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Deployment&lt;/strong&gt;: Turn your LangGraph applications into production-ready APIs and Assistants with &lt;a class=&#34;link&#34; href=&#34;https://docs.langchain.com/langgraph-platform/deployment-quickstart&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LangGraph Cloud&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The LangChain libraries themselves are made up of several different packages.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/langchain-ai/langchainjs/blob/main/langchain-core&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;code&gt;@langchain/core&lt;/code&gt;&lt;/a&gt;&lt;/strong&gt;: Base abstractions.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/langchain-ai/langchainjs/blob/main/libs/langchain-community&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;code&gt;@langchain/community&lt;/code&gt;&lt;/a&gt;&lt;/strong&gt;: Third party integrations.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/langchain-ai/langchainjs/blob/main/langchain&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;code&gt;langchain&lt;/code&gt;&lt;/a&gt;&lt;/strong&gt;: Chains, agents, and retrieval strategies that make up an application&amp;rsquo;s cognitive architecture.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://langchain-ai.github.io/langgraphjs/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LangGraph.js&lt;/a&gt;&lt;/strong&gt;: LangGraph powers production-grade agents, trusted by Linkedin, Uber, Klarna, GitLab, and many more. Build robust and stateful multi-actor applications with LLMs by modeling steps as edges and nodes in a graph. Integrates smoothly with LangChain, but can be used without it.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Integrations may also be split into their own compatible packages.&lt;/p&gt;
&lt;p&gt;This library aims to assist in the development of those types of applications. Common examples of these applications include:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;❓Question Answering over specific documents&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://js.langchain.com/docs/tutorials/rag/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;End-to-end Example: &lt;a class=&#34;link&#34; href=&#34;https://github.com/dissorial/doc-chatbot&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Doc-Chatbot&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;💬 Chatbots&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://js.langchain.com/docs/tutorials/chatbot&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;End-to-end Example: &lt;a class=&#34;link&#34; href=&#34;https://github.com/langchain-ai/chat-langchain&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Chat-LangChain&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;-how-does-langchain-help&#34;&gt;🚀 How does LangChain help?
&lt;/h2&gt;&lt;p&gt;The main value props of the LangChain libraries are:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Components&lt;/strong&gt;: composable tools and integrations for working with language models. Components are modular and easy-to-use, whether you are using the rest of the LangChain framework or not&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Off-the-shelf chains&lt;/strong&gt;: built-in assemblages of components for accomplishing higher-level tasks&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Off-the-shelf chains make it easy to get started. Components make it easy to customize existing chains and build new ones.&lt;/p&gt;
&lt;p&gt;Components fall into the following &lt;strong&gt;modules&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;📃 Model I/O:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This includes prompt management, prompt optimization, a generic interface for all LLMs, and common utilities for working with LLMs.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;📚 Retrieval:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Data Augmented Generation involves specific types of chains that first interact with an external data source to fetch data for use in the generation step. Examples include summarization of long pieces of text and question/answering over specific data sources.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;🤖 Agents:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Agents allow an LLM autonomy over how a task is accomplished. Agents make decisions about which Actions to take, then take that Action, observe the result, and repeat until the task is complete. LangChain provides a &lt;a class=&#34;link&#34; href=&#34;https://js.langchain.com/docs/concepts/#agents&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;standard interface for agents&lt;/a&gt;, along with &lt;a class=&#34;link&#34; href=&#34;https://github.com/langchain-ai/langgraphjs/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LangGraph.js&lt;/a&gt; for building custom agents.&lt;/p&gt;
&lt;h2 id=&#34;-additional-resources&#34;&gt;📖 Additional Resources
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://js.langchain.com/docs/introduction&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Getting started&lt;/a&gt;: installation, setting up the environment, simple examples&lt;/li&gt;
&lt;li&gt;Overview of the &lt;a class=&#34;link&#34; href=&#34;https://js.langchain.com/docs/how_to/lcel_cheatsheet/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;interfaces&lt;/a&gt;, &lt;a class=&#34;link&#34; href=&#34;https://js.langchain.com/docs/concepts&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;modules&lt;/a&gt; and &lt;a class=&#34;link&#34; href=&#34;https://js.langchain.com/docs/integrations/platforms/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;integrations&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://js.langchain.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Full Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://js.langchain.com/docs/tutorials/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Tutorial&lt;/a&gt; walkthroughs&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://forum.langchain.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Langhain Forum&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://api.js.langchain.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;API Reference&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;-contributing&#34;&gt;💁 Contributing
&lt;/h2&gt;&lt;p&gt;As an open-source project in a rapidly developing field, we are extremely open to contributions, whether it be in the form of a new feature, improved infrastructure, or better documentation.&lt;/p&gt;
&lt;p&gt;For detailed information on how to contribute, see &lt;a class=&#34;link&#34; href=&#34;https://github.com/langchain-ai/langchainjs/blob/main/CONTRIBUTING.md&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Please report any security issues or concerns following our &lt;a class=&#34;link&#34; href=&#34;https://github.com/langchain-ai/langchainjs/blob/main/SECURITY.md&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;security guidelines&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;-relationship-with-python-langchain&#34;&gt;🖇️ Relationship with Python LangChain
&lt;/h2&gt;&lt;p&gt;This is built to integrate as seamlessly as possible with the &lt;a class=&#34;link&#34; href=&#34;https://github.com/langchain-ai/langchain&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LangChain Python package&lt;/a&gt;. Specifically, this means all objects (prompts, LLMs, chains, etc) are designed in a way where they can be serialized and shared between languages.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Prompt-Engineering-Guide</title>
        <link>https://producthunt.programnotes.cn/en/p/prompt-engineering-guide/</link>
        <pubDate>Tue, 14 Oct 2025 15:30:06 +0800</pubDate>
        
        <guid>https://producthunt.programnotes.cn/en/p/prompt-engineering-guide/</guid>
        <description>&lt;img src="https://images.unsplash.com/photo-1669351004430-8a5c1455e45f?ixid=M3w0NjAwMjJ8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NjA0MjY4ODR8&amp;ixlib=rb-4.1.0" alt="Featured image of post Prompt-Engineering-Guide" /&gt;&lt;h1 id=&#34;dair-aiprompt-engineering-guide&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/dair-ai/Prompt-Engineering-Guide&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;dair-ai/Prompt-Engineering-Guide&lt;/a&gt;
&lt;/h1&gt;&lt;h1 id=&#34;prompt-engineering-guide&#34;&gt;Prompt Engineering Guide
&lt;/h1&gt;&lt;h5 align=&#34;center&#34;&gt;
  Sponsored by&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&#34;https://serpapi.com/&#34;&gt;&lt;img src=&#34;https://cdn.rawgit.com/standard/standard/master/docs/logos/serpapi.png&#34; height=35 valign=&#34;middle&#34;&gt;&lt;/a&gt;
&lt;/h5&gt;
&lt;p&gt;Prompt engineering is a relatively new discipline for developing and optimizing prompts to efficiently use language models (LMs) for a wide variety of applications and research topics. Prompt engineering skills help to better understand the capabilities and limitations of large language models (LLMs). Researchers use prompt engineering to improve the capacity of LLMs on a wide range of common and complex tasks such as question answering and arithmetic reasoning. Developers use prompt engineering to design robust and effective prompting techniques that interface with LLMs and other tools.&lt;/p&gt;
&lt;p&gt;Motivated by the high interest in developing with LLMs, we have created this new prompt engineering guide that contains all the latest papers, learning guides, lectures, references, and tools related to prompt engineering for LLMs.&lt;/p&gt;
&lt;p&gt;🌐 &lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering Guide (Web Version)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;🎉 We are excited to launch our new prompt engineering, RAG, and AI Agents courses under the DAIR.AI Academy. &lt;a class=&#34;link&#34; href=&#34;https://dair-ai.thinkific.com/bundles/pro&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Join Now&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;The courses are meant to compliment this guide and provide a more hands-on approach to learning about prompt engineering, context engineering, and AI Agents.&lt;/p&gt;
&lt;p&gt;Use code PROMPTING20 to get an extra 20% off.&lt;/p&gt;
&lt;p&gt;Happy Prompting!&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;announcements--updates&#34;&gt;Announcements / Updates
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;🎓 We now offer self-paced prompt engineering courses under our DAIR.AI Academy. &lt;a class=&#34;link&#34; href=&#34;https://dair-ai.thinkific.com/bundles/pro&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Join Now&lt;/a&gt;!&lt;/li&gt;
&lt;li&gt;🎓 New course on Prompt Engineering for LLMs announced! &lt;a class=&#34;link&#34; href=&#34;https://maven.com/dair-ai/prompt-engineering-llms&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Enroll here&lt;/a&gt;!&lt;/li&gt;
&lt;li&gt;💼 We now offer several &lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/services&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;services&lt;/a&gt; like corporate training, consulting, and talks.&lt;/li&gt;
&lt;li&gt;🌐 We now support 13 languages! Welcoming more translations.&lt;/li&gt;
&lt;li&gt;👩‍🎓 We crossed 3 million learners in January 2024!&lt;/li&gt;
&lt;li&gt;🎉 We have launched a new web version of the guide &lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;here&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔥 We reached #1 on Hacker News on 21 Feb 2023&lt;/li&gt;
&lt;li&gt;🎉 The First Prompt Engineering Lecture went live &lt;a class=&#34;link&#34; href=&#34;https://youtu.be/dOxUroR57xs&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;here&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://discord.com/invite/SKgkVT8BGJ&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Join our Discord&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://twitter.com/dair_ai&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Follow us on Twitter&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.youtube.com/channel/UCyna_OxOWL7IEuOwb7WhmxQ&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Subscribe to our YouTube&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://nlpnews.substack.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Subscribe to our Newsletter&lt;/a&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;guides&#34;&gt;Guides
&lt;/h2&gt;&lt;p&gt;You can also find the most up-to-date guides on our new website &lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://www.promptingguide.ai/&lt;/a&gt;.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/introduction&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Introduction&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/introduction/settings&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - LLM Settings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/introduction/basics&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Basics of Prompting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/introduction/elements&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Prompt Elements&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/introduction/tips&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - General Tips for Designing Prompts&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/introduction/examples&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Examples of Prompts&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/techniques&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Techniques&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/techniques/zeroshot&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Zero-Shot Prompting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/techniques/fewshot&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Few-Shot Prompting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/techniques/cot&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Chain-of-Thought Prompting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/techniques/consistency&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Self-Consistency&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/techniques/knowledge&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Generate Knowledge Prompting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/techniques/prompt_chaining&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Prompt Chaining&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/techniques/tot&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Tree of Thoughts (ToT)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/techniques/rag&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Retrieval Augmented Generation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/techniques/art&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Automatic Reasoning and Tool-use (ART)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/techniques/ape&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Automatic Prompt Engineer&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/techniques/activeprompt&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Active-Prompt&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/techniques/dsp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Directional Stimulus Prompting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/techniques/pal&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Program-Aided Language Models&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/techniques/react&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - ReAct Prompting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/techniques/multimodalcot&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Multimodal CoT Prompting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/techniques/graph&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Graph Prompting&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/applications&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Applications&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/applications/function_calling&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Function Calling&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/applications/generating&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Generating Data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/applications/synthetic_rag&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Generating Synthetic Dataset for RAG&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/applications/generating_textbooks&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Takling Generated Datasets Diversity&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/applications/coding&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Generating Code&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/applications/workplace_casestudy&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Graduate Job Classification Case Study&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/prompts&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Prompt Hub&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/prompts/classification&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Classification&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/prompts/coding&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Coding&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/prompts/creativity&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Creativity&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/prompts/evaluation&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Evaluation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/prompts/information-extraction&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Information Extraction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/prompts/image-generation&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Image Generation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/prompts/mathematics&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Mathematics&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/prompts/question-answering&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Question Answering&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/prompts/reasoning&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Reasoning&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/prompts/text-summarization&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Text Summarization&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/prompts/truthfulness&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Truthfulness&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/prompts/adversarial-prompting&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Adversarial Prompting&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/models&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Models&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/models/chatgpt&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - ChatGPT&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/models/code-llama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Code Llama&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/models/flan&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Flan&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/models/gemini&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Gemini&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/models/gpt-4&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - GPT-4&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/models/llama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - LLaMA&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/models/mistral-7b&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Mistral 7B&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/models/mixtral&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Mixtral&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/models/olmo&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - OLMo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/models/phi-2&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Phi-2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/models/collection&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Model Collection&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/risks&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Risks and Misuses&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/risks/adversarial&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Adversarial Prompting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/risks/factuality&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Factuality&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/risks/biases&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Biases&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/papers&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Papers&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/papers#overviews&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Overviews&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/papers#approaches&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Approaches&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/papers#applications&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Applications&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/papers#collections&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Collections&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/tools&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Tools&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/notebooks&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Notebooks&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/datasets&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Datasets&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.promptingguide.ai/readings&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering - Additional Readings&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id=&#34;lecture&#34;&gt;Lecture
&lt;/h2&gt;&lt;p&gt;We have published a 1 hour lecture that provides a comprehensive overview of prompting techniques, applications, and tools.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://youtu.be/dOxUroR57xs&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Video Lecture&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/dair-ai/Prompt-Engineering-Guide/blob/main/notebooks/pe-lecture.ipynb&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Notebook with code&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/dair-ai/Prompt-Engineering-Guide/blob/main/lecture/Prompt-Engineering-Lecture-Elvis.pdf&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Slides&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id=&#34;running-the-guide-locally&#34;&gt;Running the guide locally
&lt;/h2&gt;&lt;p&gt;To run the guide locally, for example to check the correct implementation of a new translation, you will need to:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Install Node &amp;gt;=18.0.0&lt;/li&gt;
&lt;li&gt;Install &lt;code&gt;pnpm&lt;/code&gt; if not present in your system. Check &lt;a class=&#34;link&#34; href=&#34;https://pnpm.io/installation&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;here&lt;/a&gt; for detailed instructions.&lt;/li&gt;
&lt;li&gt;Install the dependencies: &lt;code&gt;pnpm i next react react-dom nextra nextra-theme-docs&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Boot the guide with &lt;code&gt;pnpm dev&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Browse the guide at &lt;code&gt;http://localhost:3000/&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h2 id=&#34;appearances&#34;&gt;Appearances
&lt;/h2&gt;&lt;p&gt;Some places where we have been featured:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Wall Street Journal - &lt;a class=&#34;link&#34; href=&#34;https://www.wsj.com/articles/chatgpt-ask-the-right-question-12d0f035&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ChatGPT Can Give Great Answers. But Only If You Know How to Ask the Right Question&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Forbes - &lt;a class=&#34;link&#34; href=&#34;https://www.forbes.com/sites/craigsmith/2023/04/05/mom-dad-i-want-to-be-a-prompt-engineer/?sh=7f1213159c8e&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Mom, Dad, I Want To Be A Prompt Engineer&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Markettechpost - &lt;a class=&#34;link&#34; href=&#34;https://www.marktechpost.com/2023/04/04/best-free-prompt-engineering-resources-2023/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Best Free Prompt Engineering Resources (2023)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;p&gt;If you are using the guide for your work or research, please cite us as follows:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;7
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;@article{Saravia_Prompt_Engineering_Guide_2022,
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;author = {Saravia, Elvis},
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;journal = {https://github.com/dair-ai/Prompt-Engineering-Guide},
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;month = {12},
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;title = {{Prompt Engineering Guide}},
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;year = {2022}
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;}
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h2 id=&#34;license&#34;&gt;License
&lt;/h2&gt;&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/dair-ai/Prompt-Engineering-Guide/blob/main/LICENSE.md&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MIT License&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Feel free to open a PR if you think something is missing here. Always welcome feedback and suggestions. Just open an issue!&lt;/p&gt;
</description>
        </item>
        <item>
        <title>aisheets</title>
        <link>https://producthunt.programnotes.cn/en/p/aisheets/</link>
        <pubDate>Thu, 11 Sep 2025 15:31:31 +0800</pubDate>
        
        <guid>https://producthunt.programnotes.cn/en/p/aisheets/</guid>
        <description>&lt;img src="https://images.unsplash.com/photo-1636114673156-052a83459fc1?ixid=M3w0NjAwMjJ8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NTc1NzU3Mzd8&amp;ixlib=rb-4.1.0" alt="Featured image of post aisheets" /&gt;&lt;h1 id=&#34;huggingfaceaisheets&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/huggingface/aisheets&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;huggingface/aisheets&lt;/a&gt;
&lt;/h1&gt;&lt;div align=&#34;center&#34;&gt;
&lt;h1 id=&#34;-hugging-face-ai-sheets&#34;&gt;🤗 Hugging Face AI Sheets
&lt;/h1&gt;&lt;p&gt;&lt;em&gt;Build, enrich, and transform datasets using AI models with no code. Deploy locally or on the Hub with access to thousands of open models.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://huggingface.co/blog/aisheets&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Introduction&lt;/a&gt; • &lt;a class=&#34;link&#34; href=&#34;https://huggingface.co/spaces/aisheets/sheets&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Try it out&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;video width=&#34;400&#34; src=&#34;https://github.com/user-attachments/assets/a284e4d4-3c11-4885-96cc-2f6f0314f2a1&#34;&gt;&lt;/video&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;h2 id=&#34;whats-ai-sheets&#34;&gt;What&amp;rsquo;s AI Sheets?
&lt;/h2&gt;&lt;p&gt;Hugging Face AI Sheets is an open-source tool for building, enriching, and transforming datasets using AI models with no code. The tool can be deployed locally or on the Hub. It lets you use thousands of open models from the Hugging Face Hub via Inference Providers or local models, including &lt;code&gt;gpt-oss&lt;/code&gt; from OpenAI!&lt;/p&gt;
&lt;h2 id=&#34;quick-start&#34;&gt;Quick Start
&lt;/h2&gt;&lt;h3 id=&#34;using-the-ai-sheets-space&#34;&gt;Using the AI Sheets Space
&lt;/h3&gt;&lt;p&gt;Try it instantly at &lt;a class=&#34;link&#34; href=&#34;https://huggingface.co/spaces/aisheets/sheets&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://huggingface.co/spaces/aisheets/sheets&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&#34;using-docker&#34;&gt;Using Docker
&lt;/h3&gt;&lt;p&gt;First, get your Hugging Face token from &lt;a class=&#34;link&#34; href=&#34;https://huggingface.co/settings/tokens&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://huggingface.co/settings/tokens&lt;/a&gt;&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;export&lt;/span&gt; &lt;span class=&#34;nv&#34;&gt;HF_TOKEN&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;your_token_here
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;docker run -p 3000:3000 &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;-e &lt;span class=&#34;nv&#34;&gt;HF_TOKEN&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;HF_TOKEN &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;aisheets/sheets
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Open &lt;code&gt;http://localhost:3000&lt;/code&gt; in your browser.&lt;/p&gt;
&lt;h3 id=&#34;using-pnpm&#34;&gt;Using pnpm
&lt;/h3&gt;&lt;p&gt;First, &lt;a class=&#34;link&#34; href=&#34;https://pnpm.io/installation&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;install pnpm&lt;/a&gt; if you haven&amp;rsquo;t already.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;5
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;git clone https://github.com/huggingface/aisheets.git
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;cd&lt;/span&gt; sheets
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;export&lt;/span&gt; &lt;span class=&#34;nv&#34;&gt;HF_TOKEN&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;your_token_here
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;pnpm install --frozen-lockfile
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;pnpm dev
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Open &lt;code&gt;http://localhost:5173&lt;/code&gt; in your browser.&lt;/p&gt;
&lt;h4 id=&#34;building-for-production&#34;&gt;Building for production
&lt;/h4&gt;&lt;p&gt;To build the production application, run:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;pnpm build
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;This will create a production build in the &lt;code&gt;dist&lt;/code&gt; directory.&lt;/p&gt;
&lt;p&gt;Then, you can launch the built-in Express server to serve the production build:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;export&lt;/span&gt; &lt;span class=&#34;nv&#34;&gt;HF_TOKEN&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;your_token_here
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;pnpm serve
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h2 id=&#34;running-data-generation-scripts-using-hf-jobs&#34;&gt;Running data generation scripts using HF Jobs
&lt;/h2&gt;&lt;p&gt;If you want to generate a larger dataset, you can use the above-mentioned config and script, like this:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;6
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;hf &lt;span class=&#34;nb&#34;&gt;jobs&lt;/span&gt; uv run &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;-s &lt;span class=&#34;nv&#34;&gt;HF_TOKEN&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;nv&#34;&gt;$HF_TOKEN&lt;/span&gt; &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;https://github.com/huggingface/aisheets/raw/refs/heads/main/scripts/extend_dataset/with_inference_client.py &lt;span class=&#34;se&#34;&gt;\ &lt;/span&gt;&lt;span class=&#34;c1&#34;&gt;# script for running the pipeline&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;nvidia/Nemotron-Personas dvilasuero/nemotron-kimi-qa-distilled &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;--config https://huggingface.co/datasets/dvilasuero/nemotron-personas-kimi-questions/raw/main/config.yml &lt;span class=&#34;se&#34;&gt;\ &lt;/span&gt;&lt;span class=&#34;c1&#34;&gt;# config with prompts&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;--num-rows &lt;span class=&#34;m&#34;&gt;100&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;# limit to 100 rows, leave empty for the full dataset&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Alternatively, you can use a script that utilizes vllm inference instead of the inference client. This script helps you to save on inference costs, but it requires you to set up a vllm-compatible flavor when running the job:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;7
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;hf &lt;span class=&#34;nb&#34;&gt;jobs&lt;/span&gt; uv run --flavor l4x1 &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;-s &lt;span class=&#34;nv&#34;&gt;HF_TOKEN&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;nv&#34;&gt;$HF_TOKEN&lt;/span&gt; &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;https://github.com/huggingface/aisheets/raw/refs/heads/main/scripts/extend_dataset/with_vllm.py &lt;span class=&#34;se&#34;&gt;\ &lt;/span&gt;&lt;span class=&#34;c1&#34;&gt;# script for running the pipeline&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;nvidia/Nemotron-Personas dvilasuero/nemotron-kimi-qa-distilled &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;--config https://huggingface.co/datasets/dvilasuero/nemotron-personas-kimi-questions/raw/main/config.yml &lt;span class=&#34;se&#34;&gt;\ &lt;/span&gt;&lt;span class=&#34;c1&#34;&gt;# config with prompts&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;--num-rows &lt;span class=&#34;m&#34;&gt;100&lt;/span&gt; &lt;span class=&#34;se&#34;&gt;\ &lt;/span&gt;&lt;span class=&#34;c1&#34;&gt;# limit to 100 rows, leave empty for the full dataset&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;--vllm-model deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h2 id=&#34;running-ai-sheets-with-custom-and-local-llms&#34;&gt;Running AI Sheets with custom (and local) LLMs
&lt;/h2&gt;&lt;p&gt;By default, AI Sheets is configured to use the Huggingface Inference Providers API to run inference on the latest open-source models. However, you can also run Sheets with own custom LLMs, such as those hosted on your own infrastructure or other cloud providers. The only requirement is that your LLMs must support the &lt;a class=&#34;link&#34; href=&#34;https://platform.openai.com/docs/api-reference/introduction&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OpenAI API specification&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;steps&#34;&gt;Steps
&lt;/h3&gt;&lt;p&gt;When running AI Sheets with custom LLMs, you need to set some environment variables to point the inference calls to your custom LLMs. Here are the steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Set the &lt;code&gt;MODEL_ENDPOINT_URL&lt;/code&gt; environment variable&lt;/strong&gt;: This variable should point to the base URL of your custom LLM&amp;rsquo;s API endpoint. For example, if you are using Ollama to run your LLM locally, you would set it like this:&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;export&lt;/span&gt; &lt;span class=&#34;nv&#34;&gt;MODEL_ENDPOINT_URL&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;http://localhost:11434
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Since Ollama starts a local server on port &lt;code&gt;11434&lt;/code&gt; by default, this URL will point to your local Ollama instance.&lt;/p&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;&lt;strong&gt;Set the &lt;code&gt;MODEL_ENDPOINT_NAME&lt;/code&gt; environment variable&lt;/strong&gt;: This variable should specify the name of the model you want to use. For example, if you are using the &lt;code&gt;llama3&lt;/code&gt; model, you would set it like this:&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;export&lt;/span&gt; &lt;span class=&#34;nv&#34;&gt;MODEL_ENDPOINT_NAME&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;llama3
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;This is a crucial step to conform to the OpenAI API specification. The model name is a required parameter in the &lt;a class=&#34;link&#34; href=&#34;https://platform.openai.com/docs/api-reference/responses/create#responses-create-model&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OpenAI API&lt;/a&gt;, and it is used to identify which model to use for inference.&lt;/p&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;&lt;strong&gt;Run the AI Sheets app&lt;/strong&gt;: After setting the environment variables, you can run the Sheets app as usual. The app will now use your custom LLM for inference instead of the default Huggingface Inference Providers API as the default behavior. Anyway, all the models provided by the Huggingface Inference Providers API will still be available when selecting a model in the column settings.&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;Note: The text-to-image generation feature cannot be customized yet. It will always utilize the Hugging Face Inference Providers API to generate images. Take this into account when running AI Sheets with custom LLMs.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;example-of-running-ai-sheets-with-ollama&#34;&gt;Example of running AI Sheets with Ollama
&lt;/h3&gt;&lt;p&gt;To run AI Sheets with Ollama, you can follow these steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Start the Ollama server, and run the model of your choice&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;export&lt;/span&gt; &lt;span class=&#34;nv&#34;&gt;OLLAMA_NOHISTORY&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;m&#34;&gt;1&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;ollama serve
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;ollama run llama3
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;(Visit the Ollama &lt;a class=&#34;link&#34; href=&#34;https://github.com/ollama/ollama/blob/main/docs/faq.md#how-can-i-specify-the-context-window-size&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;FAQ&lt;/a&gt; page to know more about Ollama server configuration)&lt;/p&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Set the environment variables:&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;export&lt;/span&gt; &lt;span class=&#34;nv&#34;&gt;MODEL_ENDPOINT_URL&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;http://localhost:11434
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;export&lt;/span&gt; &lt;span class=&#34;nv&#34;&gt;MODEL_ENDPOINT_NAME&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;llama3
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Run the AI Sheets app:&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;pnpm serve
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;This will start the AI Sheets app and use the &lt;code&gt;llama3&lt;/code&gt; model running on your local Ollama instance for inference.&lt;/p&gt;
&lt;h2 id=&#34;advanced-configuration&#34;&gt;Advanced configuration
&lt;/h2&gt;&lt;p&gt;AI Sheets defines some environment variables that can be used to customize the behavior of the application. In the following sections, we will describe the available environment variables and their usage.&lt;/p&gt;
&lt;h3 id=&#34;authentication&#34;&gt; Authentication
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;OAUTH_CLIENT_ID&lt;/code&gt;: The Hugging Face OAuth client ID for the application. This is used to authenticate users via the Hugging Face OAuth. If this variable is defined, it will be used to authenticate users. (See how to setup the Hugging Face OAuth &lt;a class=&#34;link&#34; href=&#34;https://huggingface.co/blog/frascuchon/running-sheets-locally#oauth-authentication&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;here&lt;/a&gt;).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;HF_TOKEN&lt;/code&gt;: A Hugging Face token to use for authentication. If this variable is defined, it will be used for authenticated inference calls, instead of the OAuth token.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;OAUTH_SCOPES&lt;/code&gt;: The scopes to request during the OAuth authentication. The default value is &lt;code&gt;openid profile inference-api manage-repos&lt;/code&gt;. This variable is used to request the necessary permissions for the application to function correctly, and normally does not need to be changed.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;inference&#34;&gt; Inference
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;DEFAULT_MODEL&lt;/code&gt;: The default model id to use when calling the inference API for text generation. The default value is &lt;code&gt;meta-llama/Llama-3.3-70B-Instruct&lt;/code&gt;. This variable can be used to change the default model used for text generation and must be a valid model id from the &lt;a class=&#34;link&#34; href=&#34;https://huggingface.co/models?pipeline_tag=text-generation&amp;amp;inference_provider=all&amp;amp;sort=trending&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Hugging Face Hub&lt;/a&gt;,&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;DEFAULT_MODEL_PROVIDER&lt;/code&gt;: The default model provider to use when calling the inference API for text generation. The default value is &lt;code&gt;nebius&lt;/code&gt;. This variable can be used to change the default model provider used for text generation and must be a valid provider from the &lt;a class=&#34;link&#34; href=&#34;https://huggingface.co/docs/inference-providers/en/index&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Hugging Face Inference Providers&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;ORG_BILLING&lt;/code&gt;: The organization billing to use for inference calls. If this variable is defined, the inference calls will be billed to the specified organization. This is useful for organizations that want to manage their inference costs and usage. Remember that users must be part of the organization to use this feature, or an &lt;code&gt;HF_TOKEN&lt;/code&gt; of a user that is part of the organization must be defined.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;MODEL_ENDPOINT_URL&lt;/code&gt;:  The URL of a custom inference endpoint to use for text generation. If this variable is defined, it will be used instead of the default Hugging Face Inference API. This is useful for using custom inference endpoints that are not hosted on the Hugging Face Hub, such as Ollama or LLM Studio. The URL must be a valid endpoint that supports the &lt;a class=&#34;link&#34; href=&#34;https://platform.openai.com/docs/api-reference/chat/create&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OpenAI API format&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;MODEL_ENDPOINT_NAME&lt;/code&gt;: The model id to use when calling the custom inference endpoint defined by &lt;code&gt;MODEL_ENDPOINT_URL&lt;/code&gt;. This variable is required if &lt;code&gt;MODEL_ENDPOINT_URL&lt;/code&gt; is defined for custom inference endpoints that require a model id, such as Ollama or LLM Studio. The model id must correspond to the model deployed on the custom inference endpoint.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;NUM_CONCURRENT_REQUESTS&lt;/code&gt;: The number of concurrent requests to allow when calling the inference API in the column cells generation process. The default value is &lt;code&gt;5&lt;/code&gt;, and the maximum value is &lt;code&gt;10&lt;/code&gt;. This is useful to control the number of concurrent requests made to the inference API and avoid hitting rate limits defined by the provider.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;miscellaneous&#34;&gt;Miscellaneous
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;DATA_DIR&lt;/code&gt;: The directory where the application will store all its data. The default value is &lt;code&gt;./data&lt;/code&gt;. This variable can be used to change the data directory used by the application. The directory must be writable by the application.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;SERPER_API_KEY&lt;/code&gt;: The API key to use for the Serper web search API. If this variable is defined, it will be used to authenticate web search requests. If this variable is not defined, web search will be disabled. The Serper API key can be obtained from the &lt;a class=&#34;link&#34; href=&#34;https://serper.dev/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Serper website&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;TELEMETRY_ENABLED&lt;/code&gt;: A boolean value that indicates whether telemetry is enabled or not. The default value is &lt;code&gt;1&lt;/code&gt;. This variable can be used to disable telemetry if desired. Telemetry is used to collect anonymous usage data to help improve the application.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;EXAMPLES_PROMPT_MAX_CONTEXT_SIZE&lt;/code&gt;: The maximum context size (in characters) for the examples section in the prompt for text generation. The default value is &lt;code&gt;8192&lt;/code&gt;. If the examples section exceeds this size, it will be truncated. This variable can be used when the examples section is too large and needs to be reduced to fit within the context size limits of the model.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;SOURCES_PROMPT_MAX_CONTEXT_SIZE&lt;/code&gt;: The maximum context size (in characters) for the sources section in the prompt for text generation. The default value is &lt;code&gt;61440&lt;/code&gt;. If the sources section exceeds this size, it will be truncated. This variable can be used when the sources section is too large and needs to be reduced to fit within the context size limits of the model.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;developer-docs&#34;&gt;Developer docs
&lt;/h2&gt;&lt;h3 id=&#34;dev-dependencies-on-your-vscode&#34;&gt;Dev dependencies on your vscode
&lt;/h3&gt;&lt;h4 id=&#34;vitest-runner&#34;&gt;vitest runner
&lt;/h4&gt;&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://marketplace.visualstudio.com/items?itemName=rluvaton.vscode-vitest&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://marketplace.visualstudio.com/items?itemName=rluvaton.vscode-vitest&lt;/a&gt;&lt;/p&gt;
&lt;h4 id=&#34;biome&#34;&gt;biome
&lt;/h4&gt;&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://marketplace.visualstudio.com/items?itemName=biomejs.biome&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://marketplace.visualstudio.com/items?itemName=biomejs.biome&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&#34;project-structure&#34;&gt;Project Structure
&lt;/h3&gt;&lt;p&gt;This project is using Qwik with &lt;a class=&#34;link&#34; href=&#34;https://qwik.dev/qwikcity/overview/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;QwikCity&lt;/a&gt;. QwikCity is just an extra set of tools on top of Qwik to make it easier to build a full site, including directory-based routing, layouts, and more.&lt;/p&gt;
&lt;p&gt;Inside your project, you&amp;rsquo;ll see the following directory structure:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;7
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;8
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;9
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;├── public/
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;│   └── ...
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;└── src/
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    ├── components/ --&amp;gt; Stateless components
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    │   └── ...
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    ├── features/ --&amp;gt; Components with business logic
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    │   └── ...
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    └── routes/
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        └── ...
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;src/routes&lt;/code&gt;: Provides the directory-based routing, which can include a hierarchy of &lt;code&gt;layout.tsx&lt;/code&gt; layout files, and an &lt;code&gt;index.tsx&lt;/code&gt; file as the page. Additionally, &lt;code&gt;index.ts&lt;/code&gt; files are endpoints. Please see the &lt;a class=&#34;link&#34; href=&#34;https://qwik.dev/qwikcity/routing/overview/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;routing docs&lt;/a&gt; for more info.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;src/components&lt;/code&gt;: Recommended directory for components.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;public&lt;/code&gt;: Any static assets, like images, can be placed in the public directory. Please see the &lt;a class=&#34;link&#34; href=&#34;https://vitejs.dev/guide/assets.html#the-public-directory&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Vite public directory&lt;/a&gt; for more info.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;development&#34;&gt;Development
&lt;/h3&gt;&lt;p&gt;Run this on your root folder&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;touch .env
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Add in your &lt;code&gt;.env&lt;/code&gt; file the following variable:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;HF_TOKEN=your_hugging_face_token
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Development mode uses &lt;a class=&#34;link&#34; href=&#34;https://vitejs.dev/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Vite&amp;rsquo;s development server&lt;/a&gt;. The &lt;code&gt;dev&lt;/code&gt; command will server-side render (SSR) the output during development.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;pnpm dev
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;blockquote&gt;
&lt;p&gt;Note: during dev mode, Vite may request a significant number of &lt;code&gt;.js&lt;/code&gt; files. This does not represent a Qwik production build.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3 id=&#34;preview&#34;&gt;Preview
&lt;/h3&gt;&lt;p&gt;The preview command will create a production build of the client modules, a production build of &lt;code&gt;src/entry.preview.tsx&lt;/code&gt;, and run a local server. The preview server is only for convenience to preview a production build locally and should not be used as a production server.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;pnpm preview
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h3 id=&#34;production&#34;&gt;Production
&lt;/h3&gt;&lt;p&gt;The production build will generate client and server modules by running both client and server build commands. The build command will use Typescript to run a type check on the source code.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;pnpm build
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h3 id=&#34;express-server&#34;&gt;Express Server
&lt;/h3&gt;&lt;p&gt;This app has a minimal &lt;a class=&#34;link&#34; href=&#34;https://expressjs.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Express server&lt;/a&gt; implementation. After running a full build, you can preview the build using the command:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;pnpm serve
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Then visit &lt;a class=&#34;link&#34; href=&#34;http://localhost:3000/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;http://localhost:3000/&lt;/a&gt;&lt;/p&gt;
</description>
        </item>
        <item>
        <title>activepieces</title>
        <link>https://producthunt.programnotes.cn/en/p/activepieces/</link>
        <pubDate>Tue, 02 Sep 2025 15:28:57 +0800</pubDate>
        
        <guid>https://producthunt.programnotes.cn/en/p/activepieces/</guid>
        <description>&lt;img src="https://images.unsplash.com/photo-1724204400838-ca4cd781cc40?ixid=M3w0NjAwMjJ8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NTY3OTgwOTd8&amp;ixlib=rb-4.1.0" alt="Featured image of post activepieces" /&gt;&lt;h1 id=&#34;activepiecesactivepieces&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/activepieces/activepieces&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;activepieces/activepieces&lt;/a&gt;
&lt;/h1&gt;&lt;h1 align=&#34;center&#34;&gt;
  &lt;a
    target=&#34;_blank&#34;
    href=&#34;https://activepieces.com&#34;
  &gt;
    &lt;img
      align=&#34;center&#34;
      alt=&#34;Activepieces&#34;
src=&#34;https://github.com/activepieces/activepieces/assets/1812998/76c97441-c285-4480-bc75-30a0c73ed340&#34;
      style=&#34;width:100%;&#34;
    /&gt;
  &lt;/a&gt;
&lt;/h1&gt;
&lt;p align=&#34;center&#34;&gt;
&lt;a href=&#34;https://producthunt.programnotes.cn/LICENSE&#34; target=&#34;_blank&#34;&gt;&lt;img src=&#39;https://img.shields.io/badge/license-MIT-green?style=for-the-badge&#39; /&gt;&lt;/a&gt;&amp;nbsp;&lt;img src=&#39;https://img.shields.io/github/commit-activity/w/activepieces/activepieces/main?style=for-the-badge&#39; /&gt;&amp;nbsp;&lt;a href=&#39;https://discord.gg/2jUXBKDdP8&#39;&gt;&lt;img src=&#39;https://img.shields.io/discord/966798490984382485?style=for-the-badge&#39; /&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p align=&#34;center&#34;&gt;
   An open source replacement for Zapier
&lt;/p&gt;
&lt;p align=&#34;center&#34;&gt;
  &lt;a
    href=&#34;https://www.activepieces.com/docs&#34;
    target=&#34;_blank&#34;
  &gt;&lt;b&gt;Documentation&lt;/b&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;🌪️&amp;nbsp;&amp;nbsp;&amp;nbsp;
   &lt;a
    href=&#34;https://www.activepieces.com/docs/developers/overview&#34;
    target=&#34;_blank&#34;
  &gt;&lt;b&gt;Create a Piece&lt;/b&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;🖉&amp;nbsp;&amp;nbsp;&amp;nbsp;
  &lt;a
    href=&#34;https://www.activepieces.com/docs/install/overview&#34;
    target=&#34;_blank&#34;
  &gt;&lt;b&gt;Deploy&lt;/b&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;🔥&amp;nbsp;&amp;nbsp;&amp;nbsp;
  &lt;a
    href=&#34;https://discord.gg/yvxF5k5AUb&#34;
    target=&#34;_blank&#34;
  &gt;
    &lt;b&gt;Join Discord&lt;/b&gt;
  &lt;/a&gt;
&lt;/p&gt;
&lt;br&gt;
&lt;br&gt;
&lt;h1 id=&#34;-welcome-to-activepieces&#34;&gt;🤯 Welcome to Activepieces
&lt;/h1&gt;&lt;p&gt;All-in-one AI automation designed to be &lt;strong&gt;extensible&lt;/strong&gt; through a &lt;strong&gt;type-safe&lt;/strong&gt; pieces framework written in &lt;strong&gt;TypeScript&lt;/strong&gt;.
When you contribute pieces to Activepieces they become automatically available as MCP servers that you can use with LLMs through Claude Desktop, Cursor or Windsurf!&lt;/p&gt;
&lt;br&gt;
&lt;br&gt;
&lt;h2 id=&#34;-why-activepieces-is-different&#34;&gt;🔥 Why Activepieces is Different:
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;💖 Loved by Everyone&lt;/strong&gt;: Intuitive interface and great experience for both technical and non-technical users with a quick learning curve.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;🌐 Open Ecosystem:&lt;/strong&gt; All pieces are open source and available on npmjs.com, &lt;strong&gt;60% of the pieces are contributed by the community&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;🛠️ Largest open source MCP toolkit&lt;/strong&gt;: All our pieces (280+) are available as MCP that you can use with LLMs on Claude Desktop, Cursor or Windsurf.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;🛠️  Pieces are written in Typescript&lt;/strong&gt;: Pieces are npm packages in TypeScript, offering full customization with the best developer experience, including &lt;strong&gt;hot reloading&lt;/strong&gt; for &lt;strong&gt;local&lt;/strong&gt; piece development on your machine. 😎&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;🤖 AI-First&lt;/strong&gt;: Native AI pieces let you experiment with various providers, or create your own agents using our AI SDK, and there is Copilot to help you build flows inside the builder.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;🏢 Enterprise-Ready&lt;/strong&gt;: Developers set up the tools, and anyone in the organization can use the no-code builder. Full customization from branding to control.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;🔒 Secure by Design&lt;/strong&gt;: Self-hosted and network-gapped for maximum security and control over your data.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;🧠 Human in the Loop&lt;/strong&gt;: Delay execution for a period of time or require approval. These are just pieces built on top of the piece framework, and you can build many pieces like that. 🎨&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;💻 Human Input Interfaces&lt;/strong&gt;: Built-in support for human input triggers like &amp;ldquo;Chat Interface&amp;rdquo; 💬 and &amp;ldquo;Form Interface&amp;rdquo; 📝&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;--builder-features&#34;&gt;🛠️  Builder Features:
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; Loops&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; Branches&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; Auto Retries&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; HTTP&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; Code with &lt;strong&gt;NPM&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; ASK AI in Code Piece (Non technical user can clean data without knowing to code)&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; Flows are fully versioned.&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; Languages Translations&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; Customizable Templates&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; 200+ Pieces, check &lt;a class=&#34;link&#34; href=&#34;https://www.activepieces.com/pieces&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://www.activepieces.com/pieces&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;We release updates frequently. Check the product changelog for the latest features.&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id=&#34;-create-your-own-piece&#34;&gt;🔌 Create Your Own Piece
&lt;/h2&gt;&lt;p&gt;Activepieces supports integrations with Google Sheets, OpenAI, Discord, RSS, and over 200 other services. &lt;a class=&#34;link&#34; href=&#34;https://www.activepieces.com/pieces&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Check out the full list of supported integrations&lt;/a&gt;, which is constantly expanding thanks to our community&amp;rsquo;s contributions.&lt;/p&gt;
&lt;p&gt;As an &lt;strong&gt;open ecosystem&lt;/strong&gt;, all integration source code is accessible in our repository. These integrations are versioned and &lt;a class=&#34;link&#34; href=&#34;https://www.npmjs.com/search?q=%40activepieces&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;published&lt;/a&gt; directly to npmjs.com upon contribution.&lt;/p&gt;
&lt;p&gt;You can easily create your own integration using our TypeScript framework. For detailed instructions, please refer to our &lt;a class=&#34;link&#34; href=&#34;https://www.activepieces.com/docs/contributing/overview&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Contributor&amp;rsquo;s Guide&lt;/a&gt;.&lt;/p&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;h1 id=&#34;license&#34;&gt;License
&lt;/h1&gt;&lt;p&gt;Activepieces&amp;rsquo; Community Edition is released as open source under the &lt;a class=&#34;link&#34; href=&#34;https://github.com/activepieces/activepieces/blob/main/LICENSE&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MIT license&lt;/a&gt; and enterprise features are released under &lt;a class=&#34;link&#34; href=&#34;https://github.com/activepieces/activepieces/blob/main/packages/ee/LICENSE&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Commercial License&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Read more about the feature comparison here &lt;a class=&#34;link&#34; href=&#34;https://www.activepieces.com/docs/about/editions&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://www.activepieces.com/docs/about/editions&lt;/a&gt;
&lt;br&gt;
&lt;br&gt;&lt;/p&gt;
&lt;h1 id=&#34;-join-our-community&#34;&gt;💭 Join Our Community
&lt;/h1&gt;&lt;a href=&#34;https://discord.gg/2jUXBKDdP8&#34; target=&#34;_blank&#34;&gt;
&lt;img src=&#34;https://discordapp.com/api/guilds/966798490984382485/widget.png?style=banner3&#34; alt=&#34;&#34;&gt;
&lt;/a&gt;
&lt;br&gt;
&lt;br&gt;
&lt;h1 id=&#34;-contributions&#34;&gt;🌐 Contributions
&lt;/h1&gt;&lt;p&gt;We welcome contributions big or small and in different directions. The best way to do this is to check this &lt;a class=&#34;link&#34; href=&#34;https://www.activepieces.com/docs/contributing/building-pieces/create-action&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;document&lt;/a&gt; and we are always up to talk on &lt;a class=&#34;link&#34; href=&#34;https://discord.gg/2jUXBKDdP8&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;our Discord Server&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;-translations&#34;&gt;📚 Translations
&lt;/h2&gt;&lt;p&gt;Not into coding but still interested in contributing? Come join our &lt;a class=&#34;link&#34; href=&#34;https://discord.gg/2jUXBKDdP8&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Discord&lt;/a&gt; and visit &lt;a class=&#34;link&#34; href=&#34;https://www.activepieces.com/docs/about/i18n&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://www.activepieces.com/docs/about/i18n&lt;/a&gt; for more information.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://img.shields.io/badge/dynamic/json?color=blue&amp;amp;label=fr&amp;amp;style=for-the-badge&amp;amp;logo=crowdin&amp;amp;query=%24.progress[?%28@.data.languageId==%27fr%27%29].data.translationProgress&amp;amp;url=https%3A%2F%2Fbadges.awesome-crowdin.com%2Fstats-16093902-626364-update.json&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;fr translation&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://img.shields.io/badge/dynamic/json?color=blue&amp;amp;label=it&amp;amp;style=for-the-badge&amp;amp;logo=crowdin&amp;amp;query=%24.progress[?%28@.data.languageId==%27it%27%29].data.translationProgress&amp;amp;url=https%3A%2F%2Fbadges.awesome-crowdin.com%2Fstats-16093902-626364-update.json&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;it translation&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://img.shields.io/badge/dynamic/json?color=blue&amp;amp;label=de&amp;amp;style=for-the-badge&amp;amp;logo=crowdin&amp;amp;query=%24.progress[?%28@.data.languageId==%27de%27%29].data.translationProgress&amp;amp;url=https%3A%2F%2Fbadges.awesome-crowdin.com%2Fstats-16093902-626364-update.json&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;de translation&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://img.shields.io/badge/dynamic/json?color=blue&amp;amp;label=ja&amp;amp;style=for-the-badge&amp;amp;logo=crowdin&amp;amp;query=%24.progress[?%28@.data.languageId==%27ja%27%29].data.translationProgress&amp;amp;url=https%3A%2F%2Fbadges.awesome-crowdin.com%2Fstats-16093902-626364-update.json&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;ja translation&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://img.shields.io/badge/dynamic/json?color=blue&amp;amp;label=pt-BR&amp;amp;style=for-the-badge&amp;amp;logo=crowdin&amp;amp;query=%24.progress[?%28@.data.languageId==%27pt-BR%27%29].data.translationProgress&amp;amp;url=https%3A%2F%2Fbadges.awesome-crowdin.com%2Fstats-16093902-626364-update.json&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;pt-BR translation&#34;
	
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;-contributors&#34;&gt;🦫 Contributors
&lt;/h2&gt;&lt;!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --&gt;
&lt;!-- prettier-ignore-start --&gt;
&lt;!-- markdownlint-disable --&gt;
&lt;table&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/ShahedAlMashni&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/41443850?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;ShahedAlMashni&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;ShahedAlMashni&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-ShahedAlMashni&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/AbdulTheActivePiecer&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/106555838?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;AbdulTheActivePiecer&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;AbdulTheActivePiecer&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#maintenance-AbdulTheActivePiecer&#34; title=&#34;Maintenance&#34;&gt;🚧&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/khaledmashaly&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/61781545?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Khaled Mashaly&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Khaled Mashaly&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#maintenance-khaledmashaly&#34; title=&#34;Maintenance&#34;&gt;🚧&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/abuaboud&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/1812998?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Mohammed Abu Aboud&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Mohammed Abu Aboud&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#maintenance-abuaboud&#34; title=&#34;Maintenance&#34;&gt;🚧&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://aboudzein.github.io&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/12976630?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Abdulrahman Zeineddin&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Abdulrahman Zeineddin&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-aboudzein&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/creed983&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/62152944?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;ahmad jaber&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;ahmad jaber&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-creed983&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/ashrafsamhouri&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/97393596?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;ashrafsamhouri&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;ashrafsamhouri&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-ashrafsamhouri&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://steercampaign.com&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/12627658?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Mohammad Abu Musa&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Mohammad Abu Musa&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#projectManagement-mabumusa1&#34; title=&#34;Project Management&#34;&gt;📆&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/kanarelo&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/393261?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Mukewa Wekalao&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Mukewa Wekalao&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-kanarelo&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://osamahaikal.me/&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/72370395?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Osama Abdallah Essa Haikal&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Osama Abdallah Essa Haikal&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-OsamaHaikal&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/M-Arman&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/54455592?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Arman&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Arman&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#security-M-Arman&#34; title=&#34;Security&#34;&gt;🛡️&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/oskarkraemer&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/42745862?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Oskar Krämer&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Oskar Krämer&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=oskarkraemer&#34; title=&#34;Documentation&#34;&gt;📖&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://thibpat.com&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/494686?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Thibaut Patel&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Thibaut Patel&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#ideas-tpatel&#34; title=&#34;Ideas, Planning, &amp; Feedback&#34;&gt;🤔&lt;/a&gt; &lt;a href=&#34;#plugin-tpatel&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/Applesaucesomer&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/18318905?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Applesaucesomer&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Applesaucesomer&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#ideas-Applesaucesomer&#34; title=&#34;Ideas, Planning, &amp; Feedback&#34;&gt;🤔&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/crazyTweek&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/6828237?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;crazyTweek&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;crazyTweek&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#ideas-crazyTweek&#34; title=&#34;Ideas, Planning, &amp; Feedback&#34;&gt;🤔&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://linkedin.com/in/muhammad-tabaza&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/23503983?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Muhammad Tabaza&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Muhammad Tabaza&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-m-tabaza&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://shaypunter.co.uk&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/18310437?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Shay Punter&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Shay Punter&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=ShayPunter&#34; title=&#34;Documentation&#34;&gt;📖&lt;/a&gt; &lt;a href=&#34;#plugin-ShayPunter&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/abaza738&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/50132270?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;abaza738&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;abaza738&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-abaza738&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/jonaboe&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/51358680?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Jona Boeddinghaus&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Jona Boeddinghaus&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-jonaboe&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/fomojola&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/264253?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;fomojola&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;fomojola&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=fomojola&#34; title=&#34;Code&#34;&gt;💻&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/astorozhevsky&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/11055414?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Alexander Storozhevsky&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Alexander Storozhevsky&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=astorozhevsky&#34; title=&#34;Code&#34;&gt;💻&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/J0LGER&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/54769522?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;J0LGER&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;J0LGER&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#security-J0LGER&#34; title=&#34;Security&#34;&gt;🛡️&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://about.me/veverkap&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/22348?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Patrick Veverka&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Patrick Veverka&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/issues?q=author%3Aveverkap&#34; title=&#34;Bug reports&#34;&gt;🐛&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;http://berksmbl.com&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/10000339?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Berk Sümbül&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Berk Sümbül&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=berksmbl&#34; title=&#34;Documentation&#34;&gt;📖&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/Willianwg&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/51550522?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Willian Guedes&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Willian Guedes&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-Willianwg&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/abdullahranginwala&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/19731056?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Abdullah Ranginwala&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Abdullah Ranginwala&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=abdullahranginwala&#34; title=&#34;Code&#34;&gt;💻&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/dentych&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/2256372?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Dennis Tychsen&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Dennis Tychsen&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-dentych&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/MyWay&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/1765284?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;MyWay&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;MyWay&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-MyWay&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/bibhuty-did-this&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/28416188?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Bibhuti Bhusan Panda&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Bibhuti Bhusan Panda&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-bibhuty-did-this&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/tarunsamanta2k20&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/55488549?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Tarun Samanta&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Tarun Samanta&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/issues?q=author%3Atarunsamanta2k20&#34; title=&#34;Bug reports&#34;&gt;🐛&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://www.linkedin.com/in/herman-kudria-10868b207/&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/9007211?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Herman Kudria&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Herman Kudria&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-HKudria&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;http://nulldev.imagefoo.com/&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/66683380?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;[NULL] Dev&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;[NULL] Dev&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-Abdallah-Alwarawreh&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/JanHolger&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/25184957?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Jan Bebendorf&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Jan Bebendorf&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-JanHolger&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://blog.nileshtrivedi.com&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/19304?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Nilesh&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Nilesh&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-nileshtrivedi&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://certopus.com&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/40790016?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Vraj Gohil&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Vraj Gohil&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-VrajGohil&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/BastienMe&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/71411115?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;BastienMe&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;BastienMe&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-BastienMe&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;http://blog.fosketts.net&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/8627862?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Stephen Foskett&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Stephen Foskett&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=SFoskett&#34; title=&#34;Documentation&#34;&gt;📖&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;http://ganapati.fr&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/15729117?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Nathan&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Nathan&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=asuri0n&#34; title=&#34;Documentation&#34;&gt;📖&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://www.n-soft.pl&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/4056319?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Marcin Natanek&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Marcin Natanek&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-mnatanek&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;http://all-tech-plus.com&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/23551912?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Mark van Bellen&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Mark van Bellen&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-buttonsbond&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;http://guzguz.fr&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/13715916?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Olivier Guzzi&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Olivier Guzzi&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-olivierguzzi&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/Ozak93&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/31257994?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Osama Zakarneh&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Osama Zakarneh&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-Ozak93&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/phestvik&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/88210985?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;phestvik&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;phestvik&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#ideas-phestvik&#34; title=&#34;Ideas, Planning, &amp; Feedback&#34;&gt;🤔&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;http://website-portfolio-bucket.s3-website-ap-northeast-1.amazonaws.com/&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/113296626?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Rajdeep Pal&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Rajdeep Pal&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=Rajdeep1311&#34; title=&#34;Documentation&#34;&gt;📖&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;http://www.tepote.com&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/40870?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Camilo Usuga&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Camilo Usuga&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-camilou&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/kishanprmr&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/135701940?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Kishan Parmar&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Kishan Parmar&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=kishanprmr&#34; title=&#34;Documentation&#34;&gt;📖&lt;/a&gt; &lt;a href=&#34;#plugin-kishanprmr&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/BBND&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/42919338?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;BBND&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;BBND&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-BBND&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/haseebrehmanpc&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/37938986?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Haseeb Rehman&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Haseeb Rehman&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-haseebrehmanpc&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://www.linkedin.com/in/ritagorokhod/&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/60586879?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Rita Gorokhod&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Rita Gorokhod&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-rita-gorokhod&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/facferreira&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/487349?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Fábio Ferreira&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Fábio Ferreira&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-facferreira&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://buffetitservices.ch&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/73933252?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Florin Buffet&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Florin Buffet&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=FlorinBuffet&#34; title=&#34;Documentation&#34;&gt;📖&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/Owlcept&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/67299472?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Drew Lewis&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Drew Lewis&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-Owlcept&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://bendersej.com&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/10613140?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Benjamin André-Micolon&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Benjamin André-Micolon&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-bendersej&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/DGurskij&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/26856659?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Denis Gurskij&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Denis Gurskij&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-DGurskij&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://neferlopez.com&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/11466949?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Nefer Lopez&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Nefer Lopez&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=thatguynef&#34; title=&#34;Documentation&#34;&gt;📖&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/fardeenpanjwani-codeglo&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/141914308?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;fardeenpanjwani-codeglo&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;fardeenpanjwani-codeglo&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=fardeenpanjwani-codeglo&#34; title=&#34;Documentation&#34;&gt;📖&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/landonmoir&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/29764668?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Landon Moir&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Landon Moir&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-landonmoir&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://lightspeed-it.nl/&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/22002313?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Diego Nijboer&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Diego Nijboer&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-lldiegon&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://ductan.me/&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/24206229?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Tân Một Nắng&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Tân Một Nắng&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-tanoggy&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://geteduca.com&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/838788?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Gavin Foley&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Gavin Foley&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=GFoley83&#34; title=&#34;Documentation&#34;&gt;📖&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://dtrautwein.eu&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/11836793?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Dennis Trautwein&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Dennis Trautwein&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/issues?q=author%3Adennis-tra&#34; title=&#34;Bug reports&#34;&gt;🐛&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/inspiredclick&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/1548613?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Andrew Rosenblatt&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Andrew Rosenblatt&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/issues?q=author%3Ainspiredclick&#34; title=&#34;Bug reports&#34;&gt;🐛&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/w95&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/6433752?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;rika&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;rika&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-w95&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/cyrilselasi&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/7190330?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Cyril Selasi&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Cyril Selasi&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-cyrilselasi&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;http://nijfranck.github.io&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/9940307?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Franck Nijimbere&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Franck Nijimbere&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-nijfranck&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/alerdenisov&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/3899837?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Aleksandr Denisov&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Aleksandr Denisov&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-alerdenisov&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/rbnswartz&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/724704?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Reuben Swartz&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Reuben Swartz&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=rbnswartz&#34; title=&#34;Documentation&#34;&gt;📖&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;http://lupianezjose.com&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/4380557?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;joselupianez&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;joselupianez&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-joselupianez&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;http://www.zidoary.com&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/24081860?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Awais Manzoor&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Awais Manzoor&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/issues?q=author%3Aawais000&#34; title=&#34;Bug reports&#34;&gt;🐛&lt;/a&gt; &lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=awais000&#34; title=&#34;Code&#34;&gt;💻&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/andchir&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/6392311?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Andrei&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Andrei&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/issues?q=author%3Aandchir&#34; title=&#34;Bug reports&#34;&gt;🐛&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/derbbre&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/281843?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;derbbre&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;derbbre&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=derbbre&#34; title=&#34;Documentation&#34;&gt;📖&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/maor-rozenfeld&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/49363375?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Maor Rozenfeld&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Maor Rozenfeld&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=maor-rozenfeld&#34; title=&#34;Code&#34;&gt;💻&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/miqh&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/43751307?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Michael Huynh&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Michael Huynh&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=miqh&#34; title=&#34;Documentation&#34;&gt;📖&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/fdundjer&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/17405319?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Filip Dunđer&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Filip Dunđer&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=fdundjer&#34; title=&#34;Code&#34;&gt;💻&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;http://donthorp.net&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/8629?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Don Thorp&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Don Thorp&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=donthorp&#34; title=&#34;Documentation&#34;&gt;📖&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://joeworkman.net&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/225628?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Joe Workman&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Joe Workman&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-joeworkman&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/Autumnlight02&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/68244453?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Aykut Akgün&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Aykut Akgün&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=Autumnlight02&#34; title=&#34;Code&#34;&gt;💻&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/yann120&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/10012140?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Yann Petitjean&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Yann Petitjean&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-yann120&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt; &lt;a href=&#34;https://github.com/activepieces/activepieces/issues?q=author%3Ayann120&#34; title=&#34;Bug reports&#34;&gt;🐛&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/pfernandez98&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/54374282?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;pfernandez98&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;pfernandez98&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-pfernandez98&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;http://denieler.com&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/2836281?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Daniel O.&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Daniel O.&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-denieler&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;http://myh.tw&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/12458706?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Meng-Yuan Huang&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Meng-Yuan Huang&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=MrMYHuang&#34; title=&#34;Documentation&#34;&gt;📖&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/bigfluffycookie&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/54935347?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Leyla&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Leyla&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/issues?q=author%3Abigfluffycookie&#34; title=&#34;Bug reports&#34;&gt;🐛&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://i-nithin.netlify.app/&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/97078688?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;i-nithin&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;i-nithin&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-i-nithin&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://lawrenceli.me&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/24540598?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;la3rence&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;la3rence&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-la3rence&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;http://dennisrongo.com&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/51771021?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Dennis Rongo&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Dennis Rongo&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/issues?q=author%3Adennisrongo&#34; title=&#34;Bug reports&#34;&gt;🐛&lt;/a&gt; &lt;a href=&#34;#plugin-dennisrongo&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/kartikmehta8&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/77505989?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Kartik Mehta&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Kartik Mehta&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=kartikmehta8&#34; title=&#34;Documentation&#34;&gt;📖&lt;/a&gt; &lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=kartikmehta8&#34; title=&#34;Code&#34;&gt;💻&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://zakher.me&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/46135573?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Zakher Masri&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Zakher Masri&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=zaaakher&#34; title=&#34;Documentation&#34;&gt;📖&lt;/a&gt; &lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=zaaakher&#34; title=&#34;Code&#34;&gt;💻&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/AbdullahBitar&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/122645579?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;AbdullahBitar&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;AbdullahBitar&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-AbdullahBitar&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/mariomeyer&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/867650?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Mario Meyer&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Mario Meyer&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-mariomeyer&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/karimkhaleel&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/94621779?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Karim Khaleel&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Karim Khaleel&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-karimkhaleel&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/CPonchet&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/40756925?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;CPonchet&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;CPonchet&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/issues?q=author%3ACPonchet&#34; title=&#34;Bug reports&#34;&gt;🐛&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/AdamSelene&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/79495?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Olivier Sambourg&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Olivier Sambourg&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-AdamSelene&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/Verlich&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/30838131?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Ahmad(Ed)&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Ahmad(Ed)&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-Verlich&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/leenmashni&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/102361544?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;leenmashni&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;leenmashni&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-leenmashni&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/AliasKingsWorth&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/47811610?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;M Abdul Rauf&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;M Abdul Rauf&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=AliasKingsWorth&#34; title=&#34;Documentation&#34;&gt;📖&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/vbarrier&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/446808?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Vincent Barrier&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Vincent Barrier&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-vbarrier&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;http://johnmark.dev&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/65794951?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;John&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;John&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=jmgb27&#34; title=&#34;Code&#34;&gt;💻&lt;/a&gt; &lt;a href=&#34;#plugin-jmgb27&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://joost.blog/&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/487629?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Joost de Valk&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Joost de Valk&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-jdevalk&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://www.linkedin.com/in/nyamkamunhjin/&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/44439626?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;MJ&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;MJ&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-nyamkamunhjin&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/shravankshenoy&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/29670290?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;ShravanShenoy&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;ShravanShenoy&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=shravankshenoy&#34; title=&#34;Code&#34;&gt;💻&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;http://jonkristian.no&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/13219?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Jon Kristian&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Jon Kristian&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=jonkristian&#34; title=&#34;Documentation&#34;&gt;📖&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/cr0fters&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/1754858?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;cr0fters&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;cr0fters&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/issues?q=author%3Acr0fters&#34; title=&#34;Bug reports&#34;&gt;🐛&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://bibek-timsina.com.np/&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/29589003?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Bibek Timsina&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Bibek Timsina&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/issues?q=author%3Abimsina&#34; title=&#34;Bug reports&#34;&gt;🐛&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/szepeviktor/debian-server-tools/blob/master/CV.md&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/952007?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Viktor Szépe&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Viktor Szépe&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=szepeviktor&#34; title=&#34;Code&#34;&gt;💻&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/rendyt1&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/38492810?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Rendy Tan&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Rendy Tan&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=rendyt1&#34; title=&#34;Documentation&#34;&gt;📖&lt;/a&gt; &lt;a href=&#34;#plugin-rendyt1&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;http://islamaf.github.io&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/44944648?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Islam Abdelfattah&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Islam Abdelfattah&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/issues?q=author%3Aislamaf&#34; title=&#34;Bug reports&#34;&gt;🐛&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/uniqueeest&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/123538138?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Yoonjae Choi&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Yoonjae Choi&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=uniqueeest&#34; title=&#34;Code&#34;&gt;💻&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;http://javix64.com&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/58471170?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Javier HM&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Javier HM&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-javix64&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;http://farag.tech&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/50884619?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Mohamed Hassan&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Mohamed Hassan&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/issues?q=author%3AMohamedHassan499&#34; title=&#34;Bug reports&#34;&gt;🐛&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://www.coasy.com/&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/17610709?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Christian Schab&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Christian Schab&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-christian-schab&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://www.gamespecifications.com/&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/37847256?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Pratik Kinage&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Pratik Kinage&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-thirstycode&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/LevwTech&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/69399787?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Abdelrahman Mostafa &#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Abdelrahman Mostafa &lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-LevwTech&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/HamzaZagha&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/45468866?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Hamza Zagha&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Hamza Zagha&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/issues?q=author%3AHamzaZagha&#34; title=&#34;Bug reports&#34;&gt;🐛&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://founderblocks.io/&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/88160672?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Lasse Schuirmann&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Lasse Schuirmann&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-founderblocks-sils&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://about.me/cyril_duchon_doris&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/7388889?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Cyril Duchon-Doris&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Cyril Duchon-Doris&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-Startouf&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/Javiink&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/43996484?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Javiink&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Javiink&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-Javiink&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/hharchani&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/6430611?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Harshit Harchani&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Harshit Harchani&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-hharchani&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/MrAkber&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/170118042?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;MrAkber&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;MrAkber&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=MrAkber&#34; title=&#34;Documentation&#34;&gt;📖&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/marek-slavicek&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/136325104?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;marek-slavicek&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;marek-slavicek&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-marek-slavicek&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/hugh-codes&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/166336705?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;hugh-codes&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;hugh-codes&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-hugh-codes&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/alewis001&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/3482446?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Alex Lewis&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Alex Lewis&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/issues?q=author%3Aalewis001&#34; title=&#34;Bug reports&#34;&gt;🐛&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://yual.in&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/21105863?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Yuanlin Lin&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Yuanlin Lin&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=yuaanlin&#34; title=&#34;Documentation&#34;&gt;📖&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://klo.dev&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/96867907?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Ala Shiban&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Ala Shiban&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=AlaShibanAtKlo&#34; title=&#34;Documentation&#34;&gt;📖&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;http://hamedsh.medium.com&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/6043214?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;hamsh&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;hamsh&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=hamedsh&#34; title=&#34;Code&#34;&gt;💻&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://www.anne-mariel.com/&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/77142075?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Anne Mariel Catapang&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Anne Mariel Catapang&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-AnneMariel95&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://hi.carlogino.com&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/19299524?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Carlo Gino Catapang&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Carlo Gino Catapang&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-codegino&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/drona2938&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/34496554?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Aditya Rathore&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Aditya Rathore&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-drona2938&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/coderbob2&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/47177246?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;coderbob2&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;coderbob2&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-coderbob2&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://raamyy.netlify.app&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/29176293?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Ramy Gamal&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Ramy Gamal&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-Raamyy&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://alexandrudanpop.dev/&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/15979292?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Alexandru-Dan Pop&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Alexandru-Dan Pop&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=alexandrudanpop&#34; title=&#34;Code&#34;&gt;💻&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/Trayshmhirk&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/112286458?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Frank Micheal &#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Frank Micheal &lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-Trayshmhirk&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/emmanuel-ferdman&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/35470921?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Emmanuel Ferdman&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Emmanuel Ferdman&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=emmanuel-ferdman&#34; title=&#34;Documentation&#34;&gt;📖&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/sany2407&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/179091674?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Sany A&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Sany A&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-sany2407&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://swimburger.net&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/3382717?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Niels Swimberghe&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Niels Swimberghe&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/issues?q=author%3ASwimburger&#34; title=&#34;Bug reports&#34;&gt;🐛&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/lostinbug&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/157452389?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;lostinbug&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;lostinbug&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-lostinbug&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/gushkool&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/64713308?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;gushkool&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;gushkool&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-gushkool&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;http://www.linkedin.com/in/omarsayed&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/3813045?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Omar Sayed&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Omar Sayed&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-OmarSayed&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/rSnapkoOpenOps&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/179845343?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;rSnapkoOpenOps&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;rSnapkoOpenOps&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/issues?q=author%3ArSnapkoOpenOps&#34; title=&#34;Bug reports&#34;&gt;🐛&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/ahronshor&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/25138831?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;ahronshor&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;ahronshor&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-ahronshor&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/cezudas&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/3786138?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Cezar&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Cezar&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/issues?q=author%3Acezudas&#34; title=&#34;Bug reports&#34;&gt;🐛&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/geekyme-fsmk&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/100678833?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Shawn Lim&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Shawn Lim&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-geekyme-fsmk&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://shawn.storyline.io/&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/977460?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Shawn Lim&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Shawn Lim&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-geekyme&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/pavloDeshko&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/27104046?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;pavloDeshko&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;pavloDeshko&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/issues?q=author%3ApavloDeshko&#34; title=&#34;Bug reports&#34;&gt;🐛&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/liuhuapiaoyuan&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/8020726?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;abc&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;abc&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=liuhuapiaoyuan&#34; title=&#34;Code&#34;&gt;💻&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/manojkum-d&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/141437046?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;manoj kumar d&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;manoj kumar d&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-manojkum-d&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/felifluid&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/59516203?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Feli&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Feli&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-felifluid&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/mordonez&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/293837?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Miguel&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Miguel&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-mordonez&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/dev-instasent&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/116744368?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Instasent DEV&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Instasent DEV&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-dev-instasent&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/matthieu-lombard&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/33624489?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Matthieu Lombard&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Matthieu Lombard&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-matthieu-lombard&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/beyondlevi&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/57486338?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;beyondlevi&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;beyondlevi&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-beyondlevi&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://rafal.fyi&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/10667346?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Rafal Zawadzki&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Rafal Zawadzki&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-rafalzawadzki&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://www.pdfmonkey.io/&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/119303?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Simon Courtois&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Simon Courtois&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-simonc&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/alegria-solutions&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/124846022?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;alegria-solutions&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;alegria-solutions&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-alegria-solutions&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/D-Rowe-FS&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/142934784?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;D-Rowe-FS&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;D-Rowe-FS&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-D-Rowe-FS&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/ChineseHamberger&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/101547635?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;张晟杰&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;张晟杰&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-ChineseHamberger&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://codesign.rf.gd&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/72438085?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Ashot&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Ashot&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-AshotZaqoyan&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/amrabuaza&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/30035105?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Amr Abu Aza&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Amr Abu Aza&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-amrabuaza&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;http://johng.io&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/9030780?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;John Goodliff&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;John Goodliff&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-jerboa88&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/DiwashDev&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/182864159?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Diwash Dev&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Diwash Dev&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-DiwashDev&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://www.seven.io&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/12965261?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;André&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;André&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-matthiez&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/loudotdigital&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/7611772?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Lou &amp;#124; Digital Marketing&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Lou &amp;#124; Digital Marketing&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-loudotdigital&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/maarteNNNN&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/14275291?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Maarten Coppens&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Maarten Coppens&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-maarteNNNN&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/mahmuthamet&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/90776946?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Mahmoud Hamed&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Mahmoud Hamed&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-mahmuthamet&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://dammaretz.com&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/14098167?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Theo Dammaretz&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Theo Dammaretz&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-Blightwidow&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/s31w4n&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/63353528?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;s31w4n&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;s31w4n&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=s31w4n&#34; title=&#34;Documentation&#34;&gt;📖&lt;/a&gt; &lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=s31w4n&#34; title=&#34;Code&#34;&gt;💻&lt;/a&gt; &lt;a href=&#34;#plugin-s31w4n&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://kallabot.com&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/94991678?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Abdul Rahman&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Abdul Rahman&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-abdulrahmanmajid&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/coat&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/1661?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Kent Smith&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Kent Smith&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-coat&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/ArvindEnvoy&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/25014185?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Arvind Ramesh&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Arvind Ramesh&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=ArvindEnvoy&#34; title=&#34;Code&#34;&gt;💻&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/valentin-mourtialon&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/88686764?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;valentin-mourtialon&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;valentin-mourtialon&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-valentin-mourtialon&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/psgpsg16&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/188385621?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;psgpsg16&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;psgpsg16&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-psgpsg16&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/mariiawidrpay&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/110456120?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Mariia Shyn&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Mariia Shyn&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-mariiawidrpay&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/joshuaheslin&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/48037470?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Joshua Heslin&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Joshua Heslin&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-joshuaheslin&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/ahmad-swanblocks&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/165162455?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Ahmad&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Ahmad&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-ahmad-swanblocks&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/danielpoonwj&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/17039704?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Daniel Poon&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Daniel Poon&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=danielpoonwj&#34; title=&#34;Code&#34;&gt;💻&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/Kevinyu-alan&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/198612963?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Kévin Yu&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Kévin Yu&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-Kevinyu-alan&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/flex-yeongeun&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/186537288?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;노영은&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;노영은&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-flex-yeongeun&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/reemayoush&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/168414383?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;reemayoush&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;reemayoush&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-reemayoush&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/briceflaceliere&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/5811531?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Brice&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Brice&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#security-briceflaceliere&#34; title=&#34;Security&#34;&gt;🛡️&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://mg-wunna.github.io/mg-wunna/&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/63114419?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Mg Wunna&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Mg Wunna&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-mg-wunna&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://www.linkedin.com/in/harikrishnanum/&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/61736905?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Harikrishnan U M&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Harikrishnan U M&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/issues?q=author%3Ahakrsh&#34; title=&#34;Bug reports&#34;&gt;🐛&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/perrine-pullicino-alan&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/143406842?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;perrine-pullicino-alan&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;perrine-pullicino-alan&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-perrine-pullicino-alan&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;http://kaovilai.pw&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/11228024?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Tiger Kaovilai&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Tiger Kaovilai&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=kaovilai&#34; title=&#34;Code&#34;&gt;💻&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/CarefulGuru&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/141072854?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;CarefulGuru&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;CarefulGuru&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-CarefulGuru&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/AnkitSharmaOnGithub&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/53289186?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Ankit Kumar Sharma&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Ankit Kumar Sharma&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-AnkitSharmaOnGithub&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/nhnansari&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/116841234?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Naeem Hassan&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Naeem Hassan&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-nhnansari&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;http://timpetricola.com&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/674084?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Tim Petricola&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Tim Petricola&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=TimPetricola&#34; title=&#34;Code&#34;&gt;💻&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/amaan-ai20&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/188329978?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Amaan&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Amaan&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-amaan-ai20&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://www.marcllopartriera.com&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/1257083?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Marc Llopart&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Marc Llopart&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-mllopart&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/onyedikachi-david&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/51977119?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;David Anyatonwu&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;David Anyatonwu&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-onyedikachi-david&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://huzef.com&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/62795688?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;neo773&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;neo773&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-neo773&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/Daniel-Klippa&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/207180643?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Daniel-Klippa&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Daniel-Klippa&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=Daniel-Klippa&#34; title=&#34;Code&#34;&gt;💻&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/krushnarout&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/129386740?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Krushna Kanta Rout&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Krushna Kanta Rout&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-krushnarout&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://www.snimesh.com&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/12984120?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Nimesh Solanki&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Nimesh Solanki&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=nish17&#34; title=&#34;Code&#34;&gt;💻&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/rimjhimyadav&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/187646079?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Rimjhim Yadav&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Rimjhim Yadav&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-rimjhimyadav&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/gs03-dev&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/70076620?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;gs03&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;gs03&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-gs03-dev&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/Kunal-Darekar&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/150500530?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Kunal Darekar&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Kunal Darekar&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-Kunal-Darekar&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/Sanket6652&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/119039046?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Sanket6652&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Sanket6652&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-Sanket6652&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/Ani-4x&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/174266491?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Animesh&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Animesh&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-Ani-4x&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://tarvent.com&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/13419128?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Derek Johnson&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Derek Johnson&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-DerekJDev&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/mamiefurax&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/3955802?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;MamieFurax&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;MamieFurax&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-mamiefurax&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/jadhavharshh&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/182950168?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Harsh Jadhav&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Harsh Jadhav&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=jadhavharshh&#34; title=&#34;Code&#34;&gt;💻&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;http://twitter.com/lucaslima_souza&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/1576846?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Lucas Lima de Souza&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Lucas Lima de Souza&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-lucaslimasouza&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/BenjaminAlan&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/42831606?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Benjamin Benouarka&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Benjamin Benouarka&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=BenjaminAlan&#34; title=&#34;Code&#34;&gt;💻&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://www.linkedin.com/in/chris-wu/&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/4491213?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Chris Wu&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Chris Wu&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=cjwooo&#34; title=&#34;Code&#34;&gt;💻&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/prasanna2000-max&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/61037314?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Prasanna R&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Prasanna R&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=prasanna2000-max&#34; title=&#34;Code&#34;&gt;💻&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/AdminCraftHD&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/33310274?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;AdminCraftHD&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;AdminCraftHD&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=AdminCraftHD&#34; title=&#34;Code&#34;&gt;💻&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://tumrabertworld.vercel.app/resume&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/38305310?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Tanakit Phentun&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Tanakit Phentun&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=tumrabert&#34; title=&#34;Code&#34;&gt;💻&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/marapper&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/1397054?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Sergey Bondar&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Sergey Bondar&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-marapper&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://yusufcirak.net&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/81169996?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Yusuf Çırak&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Yusuf Çırak&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-yusuf-cirak&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://ezhil.dev&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/103899034?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Ezhil Shanmugham&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Ezhil Shanmugham&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-ezhil56x&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/sunorains&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/211304820?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Anderson&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Anderson&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-sunorains&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/calladodan&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/7246416?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Daniel Callado&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Daniel Callado&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-calladodan&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/sparkybug&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/52334088?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Ukaegbu Osinachi&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Ukaegbu Osinachi&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-sparkybug&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://mavrick-portfolio.vercel.app/&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/146999057?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Rishi Mondal&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Rishi Mondal&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-MAVRICK-1&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/Cloudieunnie&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/178718590?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Cloudieunnie&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Cloudieunnie&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=Cloudieunnie&#34; title=&#34;Code&#34;&gt;💻&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/balwant1707&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/17769387?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Balwant Singh&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Balwant Singh&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-balwant1707&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/ravikiranvm&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/36404296?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Ravi Kiran Vallamkonda&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Ravi Kiran Vallamkonda&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=ravikiranvm&#34; title=&#34;Code&#34;&gt;💻&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/owuzo&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/173556464?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Owuzo Joy&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Owuzo Joy&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-owuzo&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/helenedurand-smet&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/206527847?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;helenedurand-smet&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;helenedurand-smet&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/activepieces/activepieces/commits?author=helenedurand-smet&#34; title=&#34;Code&#34;&gt;💻&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/nuvex-dev&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/181783827?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Nuvex&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Nuvex&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-nuvex-dev&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/Zebi15&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/80625145?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Apostol Eusebiu&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Apostol Eusebiu&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-Zebi15&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://github.com/fortunamide&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/122938302?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Fortunate&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Fortunate&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-fortunamide&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;https://jaachiwrites.com&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/173014495?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Jaachịmmá Anyatọnwụ&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Jaachịmmá Anyatọnwụ&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-thejaachi&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
      &lt;td align=&#34;center&#34; valign=&#34;top&#34; width=&#34;14.28%&#34;&gt;&lt;a href=&#34;http://luizmainart.com&#34;&gt;&lt;img src=&#34;https://avatars.githubusercontent.com/u/55499897?v=4?s=100&#34; width=&#34;100px;&#34; alt=&#34;Luiz D. M. Mainart&#34;/&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Luiz D. M. Mainart&lt;/b&gt;&lt;/sub&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;#plugin-LuizDMM&#34; title=&#34;Plugin/utility libraries&#34;&gt;🔌&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;!-- markdownlint-restore --&gt;
&lt;!-- prettier-ignore-end --&gt;
&lt;!-- ALL-CONTRIBUTORS-LIST:END --&gt;
&lt;p&gt;This project follows the &lt;a class=&#34;link&#34; href=&#34;https://allcontributors.org&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;all-contributors&lt;/a&gt; specification.
Contributions of any kind are welcome!&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Hands-On-Large-Language-Models</title>
        <link>https://producthunt.programnotes.cn/en/p/hands-on-large-language-models/</link>
        <pubDate>Wed, 27 Aug 2025 15:29:45 +0800</pubDate>
        
        <guid>https://producthunt.programnotes.cn/en/p/hands-on-large-language-models/</guid>
        <description>&lt;img src="https://images.unsplash.com/photo-1733939910552-7752db0c03d0?ixid=M3w0NjAwMjJ8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NTYyNzk2MTd8&amp;ixlib=rb-4.1.0" alt="Featured image of post Hands-On-Large-Language-Models" /&gt;&lt;h1 id=&#34;handsonllmhands-on-large-language-models&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/HandsOnLLM/Hands-On-Large-Language-Models&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;HandsOnLLM/Hands-On-Large-Language-Models&lt;/a&gt;
&lt;/h1&gt;&lt;p&gt;﻿# Hands-On Large Language Models&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.linkedin.com/in/jalammar/&#34;&gt;&lt;img src=&#34;https://img.shields.io/badge/Follow%20Jay-blue.svg?logo=linkedin&#34;&gt;&lt;/a&gt;
&lt;a href=&#34;https://www.linkedin.com/in/mgrootendorst/&#34;&gt;&lt;img src=&#34;https://img.shields.io/badge/Follow%20Maarten-blue.svg?logo=linkedin&#34;&gt;&lt;/a&gt;
&lt;a href=&#34;https://www.deeplearning.ai/short-courses/how-transformer-llms-work/?utm_campaign=handsonllm-launch&amp;utm_medium=partner&#34;&gt;&lt;img src=&#34;https://img.shields.io/badge/DeepLearning.AI%20Course-NEW!-&amp;labelColor=black&amp;color=red.svg?logo=data:image/svg%2bxml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAuMDAwMzY1MjgxIC0wLjAwMDE0MDE0MiAzMy4yOSAzMy4xNSI+Cgk8cGF0aCBkPSJNMTYuNjQzIDMzLjE0NWMtMy4yOTIgMC02LjUxLS45NzItOS4yNDYtMi43OTNhMTYuNTg4IDE2LjU4OCAwIDAxLTYuMTMtNy40MzhBMTYuNTA3IDE2LjUwNyAwIDAxLjMyIDEzLjM0YTE2LjU1IDE2LjU1IDAgMDE0LjU1NS04LjQ4NUExNi42NjUgMTYuNjY1IDAgMDExMy4zOTYuMzE4YTE2LjcxIDE2LjcxIDAgMDE5LjYxNi45NDQgMTYuNjI4IDE2LjYyOCAwIDAxNy40NyA2LjEwMyAxNi41MjIgMTYuNTIyIDAgMDEyLjgwNCA5LjIwN2MwIDQuMzk2LTEuNzUzIDguNjEtNC44NzQgMTEuNzE5YTE2LjY4IDE2LjY4IDAgMDEtMTEuNzY5IDQuODU0em0uMTI1LTYuNjI4YzYuOTA2IDAgMTIuNTE3LTUuNjk4IDEyLjUxNy0xMi43MyAwLTcuMDMtNS42MS0xMi43MjUtMTIuNTE3LTEyLjcyNS02LjkwNiAwLTEyLjUxNyA1LjY5OC0xMi41MTcgMTIuNzI1IDAgNy4wMjcgNS42MTEgMTIuNzMgMTIuNTE3IDEyLjczem0tLjEyNS0yLjkxOGMtNi4yODkgMC0xMS4zODYtNC45MjUtMTEuMzg2LTExLjAwMkM1LjI1NyA2LjUyIDEwLjM2IDEuNTkgMTYuNjQzIDEuNTljNi4yODQgMCAxMS4zODYgNC45MyAxMS4zODYgMTEuMDA3cy01LjA5NyAxMS4wMDItMTEuMzg2IDExLjAwMnptLS4yNDItNC41MDhjNC43NyAwIDguNjMzLTMuNjc5IDguNjMzLTguMjE4IDAtNC41MzgtMy44ODUtOC4yMjEtOC42MzMtOC4yMjEtNC43NDcgMC04LjYzMiAzLjY3OS04LjYzMiA4LjIyMSAwIDQuNTQzIDMuODg1IDguMjE4IDguNjMyIDguMjE4eiIgZmlsbD0iI0ZENEE2MSIvPgo8L3N2Zz4=&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Welcome! In this repository you will find the code for all examples throughout the book &lt;a class=&#34;link&#34; href=&#34;https://www.amazon.com/Hands-Large-Language-Models-Understanding/dp/1098150961&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Hands-On Large Language Models&lt;/a&gt; written by &lt;a class=&#34;link&#34; href=&#34;https://www.linkedin.com/in/jalammar/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Jay Alammar&lt;/a&gt; and &lt;a class=&#34;link&#34; href=&#34;https://www.linkedin.com/in/mgrootendorst/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Maarten Grootendorst&lt;/a&gt; which we playfully dubbed: &lt;br&gt;&lt;/p&gt;
&lt;p align=&#34;center&#34;&gt;&lt;b&gt;&lt;i&gt;&#34;The Illustrated LLM Book&#34;&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Through the visually educational nature of this book and with &lt;strong&gt;almost 300 custom made figures&lt;/strong&gt;, learn the practical tools and concepts you need to use Large Language Models today!&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.amazon.com/Hands-Large-Language-Models-Understanding/dp/1098150961&#34;&gt;&lt;img src=&#34;images/book_cover.png&#34; width=&#34;50%&#34; &gt;&lt;/a&gt;&lt;/p&gt;
&lt;br&gt;
&lt;p&gt;The book is available on:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.amazon.com/Hands-Large-Language-Models-Understanding/dp/1098150961&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Amazon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.shroffpublishers.com/books/computer-science/large-language-models/9789355425522/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Shroff Publishers (India)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.oreilly.com/library/view/hands-on-large-language/9781098150952/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;O&amp;rsquo;Reilly&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.amazon.com/Hands-Large-Language-Models-Alammar-ebook/dp/B0DGZ46G88/ref=tmm_kin_swatch_0?_encoding=UTF8&amp;amp;qid=&amp;amp;sr=&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Kindle&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.barnesandnoble.com/w/hands-on-large-language-models-jay-alammar/1145185960&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Barnes and Noble&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.goodreads.com/book/show/210408850-hands-on-large-language-models&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Goodreads&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;table-of-contents&#34;&gt;Table of Contents
&lt;/h2&gt;&lt;p&gt;We advise to run all examples through Google Colab for the easiest setup. Google Colab allows you to use a T4 GPU with 16GB of VRAM for free. All examples were mainly built and tested using Google Colab, so it should be the most stable platform. However, any other cloud provider should work.&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Chapter&lt;/th&gt;
          &lt;th&gt;Notebook&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;Chapter 1: Introduction to Language Models&lt;/td&gt;
          &lt;td&gt;&lt;a class=&#34;link&#34; href=&#34;https://colab.research.google.com/github/HandsOnLLM/Hands-On-Large-Language-Models/blob/main/chapter01/Chapter%201%20-%20Introduction%20to%20Language%20Models.ipynb&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://colab.research.google.com/assets/colab-badge.svg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Open In Colab&#34;
	
	
&gt;&lt;/a&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Chapter 2: Tokens and Embeddings&lt;/td&gt;
          &lt;td&gt;&lt;a class=&#34;link&#34; href=&#34;https://colab.research.google.com/github/HandsOnLLM/Hands-On-Large-Language-Models/blob/main/chapter02/Chapter%202%20-%20Tokens%20and%20Token%20Embeddings.ipynb&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://colab.research.google.com/assets/colab-badge.svg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Open In Colab&#34;
	
	
&gt;&lt;/a&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Chapter 3: Looking Inside Transformer LLMs&lt;/td&gt;
          &lt;td&gt;&lt;a class=&#34;link&#34; href=&#34;https://colab.research.google.com/github/HandsOnLLM/Hands-On-Large-Language-Models/blob/main/chapter03/Chapter%203%20-%20Looking%20Inside%20LLMs.ipynb&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://colab.research.google.com/assets/colab-badge.svg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Open In Colab&#34;
	
	
&gt;&lt;/a&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Chapter 4: Text Classification&lt;/td&gt;
          &lt;td&gt;&lt;a class=&#34;link&#34; href=&#34;https://colab.research.google.com/github/HandsOnLLM/Hands-On-Large-Language-Models/blob/main/chapter04/Chapter%204%20-%20Text%20Classification.ipynb&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://colab.research.google.com/assets/colab-badge.svg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Open In Colab&#34;
	
	
&gt;&lt;/a&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Chapter 5: Text Clustering and Topic Modeling&lt;/td&gt;
          &lt;td&gt;&lt;a class=&#34;link&#34; href=&#34;https://colab.research.google.com/github/HandsOnLLM/Hands-On-Large-Language-Models/blob/main/chapter05/Chapter%205%20-%20Text%20Clustering%20and%20Topic%20Modeling.ipynb&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://colab.research.google.com/assets/colab-badge.svg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Open In Colab&#34;
	
	
&gt;&lt;/a&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Chapter 6: Prompt Engineering&lt;/td&gt;
          &lt;td&gt;&lt;a class=&#34;link&#34; href=&#34;https://colab.research.google.com/github/HandsOnLLM/Hands-On-Large-Language-Models/blob/main/chapter06/Chapter%206%20-%20Prompt%20Engineering.ipynb&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://colab.research.google.com/assets/colab-badge.svg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Open In Colab&#34;
	
	
&gt;&lt;/a&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Chapter 7: Advanced Text Generation Techniques and Tools&lt;/td&gt;
          &lt;td&gt;&lt;a class=&#34;link&#34; href=&#34;https://colab.research.google.com/github/HandsOnLLM/Hands-On-Large-Language-Models/blob/main/chapter07/Chapter%207%20-%20Advanced%20Text%20Generation%20Techniques%20and%20Tools.ipynb&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://colab.research.google.com/assets/colab-badge.svg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Open In Colab&#34;
	
	
&gt;&lt;/a&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Chapter 8: Semantic Search and Retrieval-Augmented Generation&lt;/td&gt;
          &lt;td&gt;&lt;a class=&#34;link&#34; href=&#34;https://colab.research.google.com/github/HandsOnLLM/Hands-On-Large-Language-Models/blob/main/chapter08/Chapter%208%20-%20Semantic%20Search.ipynb&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://colab.research.google.com/assets/colab-badge.svg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Open In Colab&#34;
	
	
&gt;&lt;/a&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Chapter 9: Multimodal Large Language Models&lt;/td&gt;
          &lt;td&gt;&lt;a class=&#34;link&#34; href=&#34;https://colab.research.google.com/github/HandsOnLLM/Hands-On-Large-Language-Models/blob/main/chapter09/Chapter%209%20-%20Multimodal%20Large%20Language%20Models.ipynb&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://colab.research.google.com/assets/colab-badge.svg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Open In Colab&#34;
	
	
&gt;&lt;/a&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Chapter 10: Creating Text Embedding Models&lt;/td&gt;
          &lt;td&gt;&lt;a class=&#34;link&#34; href=&#34;https://colab.research.google.com/github/HandsOnLLM/Hands-On-Large-Language-Models/blob/main/chapter10/Chapter%2010%20-%20Creating%20Text%20Embedding%20Models.ipynb&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://colab.research.google.com/assets/colab-badge.svg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Open In Colab&#34;
	
	
&gt;&lt;/a&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Chapter 11: Fine-tuning Representation Models for Classification&lt;/td&gt;
          &lt;td&gt;&lt;a class=&#34;link&#34; href=&#34;https://colab.research.google.com/github/HandsOnLLM/Hands-On-Large-Language-Models/blob/main/chapter11/Chapter%2011%20-%20Fine-Tuning%20BERT.ipynb&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://colab.research.google.com/assets/colab-badge.svg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Open In Colab&#34;
	
	
&gt;&lt;/a&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Chapter 12: Fine-tuning Generation Models&lt;/td&gt;
          &lt;td&gt;&lt;a class=&#34;link&#34; href=&#34;https://colab.research.google.com/github/HandsOnLLM/Hands-On-Large-Language-Models/blob/main/chapter12/Chapter%2012%20-%20Fine-tuning%20Generation%20Models.ipynb&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://colab.research.google.com/assets/colab-badge.svg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Open In Colab&#34;
	
	
&gt;&lt;/a&gt;&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;blockquote&gt;
&lt;p&gt;[!TIP]
You can check the &lt;a class=&#34;link&#34; href=&#34;.setup/&#34; &gt;setup&lt;/a&gt; folder for a quick-start guide to install all packages locally and you can check the &lt;a class=&#34;link&#34; href=&#34;.setup/conda/&#34; &gt;conda&lt;/a&gt; folder for a complete guide on how to setup your environment, including conda and PyTorch installation.
Note that the depending on your OS, Python version, and dependencies your results might be slightly differ. However, they
should this be similar to the examples in the book.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id=&#34;reviews&#34;&gt;Reviews
&lt;/h2&gt;&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;&lt;em&gt;Jay and Maarten have continued their tradition of providing beautifully illustrated and insightful descriptions of complex topics in their new book. Bolstered with working code, timelines, and references to key papers, their book is a valuable resource for anyone looking to understand the main techniques behind how Large Language Models are built.&lt;/em&gt;&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Andrew Ng&lt;/strong&gt; - founder of &lt;a class=&#34;link&#34; href=&#34;https://www.deeplearning.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;DeepLearning.AI&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;&lt;em&gt;This is an exceptional guide to the world of language models and their practical applications in industry. Its highly-visual coverage of generative, representational, and retrieval applications of language models empowers readers to quickly understand, use, and refine LLMs. Highly recommended!&lt;/em&gt;&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Nils Reimers&lt;/strong&gt; - Director of Machine Learning at Cohere | creator of &lt;a class=&#34;link&#34; href=&#34;https://github.com/UKPLab/sentence-transformers&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;sentence-transformers&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;&lt;em&gt;I can’t think of another book that is more important to read right now. On every single page, I learned something that is critical to success in this era of language models.&lt;/em&gt;&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Josh Starmer&lt;/strong&gt; - &lt;a class=&#34;link&#34; href=&#34;https://www.youtube.com/channel/UCtYLUTtgS3k1Fg4y5tAhLbw&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;StatQuest&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;&lt;em&gt;If you’re looking to get up to speed in everything regarding LLMs, look no further! In this wonderful book, Jay and Maarten will take you from zero to expert in the history and latest advances in large language models. With very intuitive explanations, great real-life examples, clear illustrations, and comprehensive code labs, this book lifts the curtain on the complexities of transformer models, tokenizers, semantic search, RAG, and many other cutting-edge technologies. A must read for anyone interested in the latest AI technology!&lt;/em&gt;&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Luis Serrano, PhD&lt;/strong&gt; - Founder and CEO of &lt;a class=&#34;link&#34; href=&#34;https://www.youtube.com/@SerranoAcademy&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Serrano Academy&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;&lt;em&gt;Hands-On Large Language Models brings clarity and practical examples to cut through the hype of AI. It provides a wealth of great diagrams and visual aids to supplement the clear explanations. The worked examples and code make concrete what other books leave abstract. The book starts with simple introductory beginnings, and steadily builds in scope. By the final chapters, you will be fine-tuning and building your own large language models with confidence.&lt;/em&gt;&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Leland McInnes&lt;/strong&gt; - Researcher at the Tutte Institute for Mathematics and Computing | creator of &lt;a class=&#34;link&#34; href=&#34;https://github.com/lmcinnes/umap&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;UMAP&lt;/a&gt; and &lt;a class=&#34;link&#34; href=&#34;https://github.com/scikit-learn-contrib/hdbscan&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;HDBSCAN&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h2 id=&#34;bonus-content&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;bonus/&#34; &gt;Bonus content!&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;We attempted to put as much information into the book without it being overwhelming. However, even with a 400-page book there is still much to discover!&lt;/p&gt;
&lt;p&gt;We continue to create more guides that compliment the book and go more in-depth into new and &lt;a class=&#34;link&#34; href=&#34;%28bonus/%29&#34; &gt;exciting topics&lt;/a&gt;:&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th style=&#34;text-align: center&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://newsletter.maartengrootendorst.com/p/a-visual-guide-to-mamba-and-state&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;A Visual Guide to Mamba&lt;/a&gt;&lt;/th&gt;
          &lt;th style=&#34;text-align: center&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://newsletter.maartengrootendorst.com/p/a-visual-guide-to-quantization&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;A Visual Guide to Quantization&lt;/a&gt;&lt;/th&gt;
          &lt;th style=&#34;text-align: center&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://jalammar.github.io/illustrated-stable-diffusion/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;The Illustrated Stable Diffusion&lt;/a&gt;&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: center&#34;&gt;&lt;img src=&#34;https://producthunt.programnotes.cn/images/mamba.png&#34;
	
	
	
	loading=&#34;lazy&#34;
	
	
&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: center&#34;&gt;&lt;img src=&#34;https://producthunt.programnotes.cn/images/quant.png&#34;
	
	
	
	loading=&#34;lazy&#34;
	
	
&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: center&#34;&gt;&lt;img src=&#34;https://producthunt.programnotes.cn/images/diffusion.png&#34;
	
	
	
	loading=&#34;lazy&#34;
	
	
&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: center&#34;&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://newsletter.maartengrootendorst.com/p/a-visual-guide-to-mixture-of-experts&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;A Visual Guide to Mixture of Experts&lt;/a&gt;&lt;/strong&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: center&#34;&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://newsletter.maartengrootendorst.com/p/a-visual-guide-to-reasoning-llms&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;A Visual Guide to Reasoning LLMs&lt;/a&gt;&lt;/strong&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: center&#34;&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://newsletter.languagemodels.co/p/the-illustrated-deepseek-r1&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;The Illustrated DeepSeek-R1&lt;/a&gt;&lt;/strong&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: center&#34;&gt;&lt;img src=&#34;https://producthunt.programnotes.cn/images/moe.png&#34;
	
	
	
	loading=&#34;lazy&#34;
	
	
&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: center&#34;&gt;&lt;img src=&#34;https://producthunt.programnotes.cn/images/reasoning.png&#34;
	
	
	
	loading=&#34;lazy&#34;
	
	
&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: center&#34;&gt;&lt;img src=&#34;https://producthunt.programnotes.cn/images/deepseek.png&#34;
	
	
	
	loading=&#34;lazy&#34;
	
	
&gt;&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;citation&#34;&gt;Citation
&lt;/h2&gt;&lt;p&gt;Please consider citing the book if you consider it useful for your research:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;7
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;8
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;9
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;@book{hands-on-llms-book,
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  author       = {Jay Alammar and Maarten Grootendorst},
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  title        = {Hands-On Large Language Models},
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  publisher    = {O&amp;#39;Reilly},
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  year         = {2024},
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  isbn         = {978-1098150969},
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  url          = {https://www.oreilly.com/library/view/hands-on-large-language/9781098150952/},
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  github       = {https://github.com/HandsOnLLM/Hands-On-Large-Language-Models}
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;}
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;</description>
        </item>
        <item>
        <title>gpt4all</title>
        <link>https://producthunt.programnotes.cn/en/p/gpt4all/</link>
        <pubDate>Thu, 14 Aug 2025 15:31:32 +0800</pubDate>
        
        <guid>https://producthunt.programnotes.cn/en/p/gpt4all/</guid>
        <description>&lt;img src="https://images.unsplash.com/photo-1512221747435-73c38dd7afa1?ixid=M3w0NjAwMjJ8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NTUxNTY2MDV8&amp;ixlib=rb-4.1.0" alt="Featured image of post gpt4all" /&gt;&lt;h1 id=&#34;nomic-aigpt4all&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/nomic-ai/gpt4all&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;nomic-ai/gpt4all&lt;/a&gt;
&lt;/h1&gt;&lt;h1 align=&#34;center&#34;&gt;GPT4All&lt;/h1&gt;
&lt;p align=&#34;center&#34;&gt;
  Now with support for DeepSeek R1 Distillations
&lt;/p&gt;
&lt;p align=&#34;center&#34;&gt;
  &lt;a href=&#34;https://www.nomic.ai/gpt4all&#34;&gt;Website&lt;/a&gt; &amp;bull; &lt;a href=&#34;https://docs.gpt4all.io&#34;&gt;Documentation&lt;/a&gt; &amp;bull; &lt;a href=&#34;https://discord.gg/mGZE39AS3e&#34;&gt;Discord&lt;/a&gt; &amp;bull; &lt;a href=&#34;https://www.youtube.com/watch?v=gQcZDXRVJok&#34;&gt;YouTube Tutorial&lt;/a&gt;
&lt;/p&gt;
&lt;p align=&#34;center&#34;&gt;
  GPT4All runs large language models (LLMs) privately on everyday desktops &amp; laptops.
&lt;/p&gt;
&lt;p align=&#34;center&#34;&gt;
  No API calls or GPUs required - you can just download the application and &lt;a href=&#34;https://docs.gpt4all.io/gpt4all_desktop/quickstart.html#quickstart&#34;&gt;get started&lt;/a&gt;.
&lt;/p&gt;
&lt;p align=&#34;center&#34;&gt;
  Read about what&#39;s new in &lt;a href=&#34;https://www.nomic.ai/blog/tag/gpt4all&#34;&gt;our blog&lt;/a&gt;.
&lt;/p&gt;
&lt;p align=&#34;center&#34;&gt;
  &lt;a href=&#34;https://nomic.ai/gpt4all/#newsletter-form&#34;&gt;Subscribe to the newsletter&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/nomic-ai/gpt4all/assets/70534565/513a0f15-4964-4109-89e4-4f9a9011f311&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://github.com/nomic-ai/gpt4all/assets/70534565/513a0f15-4964-4109-89e4-4f9a9011f311&lt;/a&gt;&lt;/p&gt;
&lt;p align=&#34;center&#34;&gt;
GPT4All is made possible by our compute partner &lt;a href=&#34;https://www.paperspace.com/&#34;&gt;Paperspace&lt;/a&gt;.
&lt;/p&gt;
&lt;h2 id=&#34;download-links&#34;&gt;Download Links
&lt;/h2&gt;&lt;p&gt;
  &amp;mdash; &lt;a href=&#34;https://gpt4all.io/installers/gpt4all-installer-win64.exe&#34;&gt;
    &lt;img src=&#34;gpt4all-bindings/python/docs/assets/windows.png&#34; style=&#34;height: 1em; width: auto&#34; /&gt; Windows Installer
  &lt;/a&gt; &amp;mdash;
&lt;/p&gt;
&lt;p&gt;
  &amp;mdash; &lt;a href=&#34;https://gpt4all.io/installers/gpt4all-installer-win64-arm.exe&#34;&gt;
    &lt;img src=&#34;gpt4all-bindings/python/docs/assets/windows.png&#34; style=&#34;height: 1em; width: auto&#34; /&gt; Windows ARM Installer
  &lt;/a&gt; &amp;mdash;
&lt;/p&gt;
&lt;p&gt;
  &amp;mdash; &lt;a href=&#34;https://gpt4all.io/installers/gpt4all-installer-darwin.dmg&#34;&gt;
    &lt;img src=&#34;gpt4all-bindings/python/docs/assets/mac.png&#34; style=&#34;height: 1em; width: auto&#34; /&gt; macOS Installer
  &lt;/a&gt; &amp;mdash;
&lt;/p&gt;
&lt;p&gt;
  &amp;mdash; &lt;a href=&#34;https://gpt4all.io/installers/gpt4all-installer-linux.run&#34;&gt;
    &lt;img src=&#34;gpt4all-bindings/python/docs/assets/ubuntu.svg&#34; style=&#34;height: 1em; width: auto&#34; /&gt; Ubuntu Installer
  &lt;/a&gt; &amp;mdash;
&lt;/p&gt;
&lt;p&gt;
  The Windows and Linux builds require Intel Core i3 2nd Gen / AMD Bulldozer, or better.
&lt;/p&gt;
&lt;p&gt;
  The Windows ARM build supports Qualcomm Snapdragon and Microsoft SQ1/SQ2 processors.
&lt;/p&gt;
&lt;p&gt;
  The Linux build is x86-64 only (no ARM).
&lt;/p&gt;
&lt;p&gt;
  The macOS build requires Monterey 12.6 or newer. Best results with Apple Silicon M-series processors.
&lt;/p&gt;
&lt;p&gt;See the full &lt;a class=&#34;link&#34; href=&#34;gpt4all-chat/system_requirements.md&#34; &gt;System Requirements&lt;/a&gt; for more details.&lt;/p&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;p&gt;
  &lt;a href=&#39;https://flathub.org/apps/io.gpt4all.gpt4all&#39;&gt;
    &lt;img style=&#34;height: 2em; width: auto&#34; alt=&#39;Get it on Flathub&#39; src=&#39;https://flathub.org/api/badge&#39;&gt;&lt;br/&gt;
    Flathub (community maintained)
  &lt;/a&gt;
&lt;/p&gt;
&lt;h2 id=&#34;install-gpt4all-python&#34;&gt;Install GPT4All Python
&lt;/h2&gt;&lt;p&gt;&lt;code&gt;gpt4all&lt;/code&gt; gives you access to LLMs with our Python client around &lt;a class=&#34;link&#34; href=&#34;https://github.com/ggerganov/llama.cpp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;code&gt;llama.cpp&lt;/code&gt;&lt;/a&gt; implementations.&lt;/p&gt;
&lt;p&gt;Nomic contributes to open source software like &lt;a class=&#34;link&#34; href=&#34;https://github.com/ggerganov/llama.cpp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;code&gt;llama.cpp&lt;/code&gt;&lt;/a&gt; to make LLMs accessible and efficient &lt;strong&gt;for all&lt;/strong&gt;.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;pip install gpt4all
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-python&#34; data-lang=&#34;python&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;kn&#34;&gt;from&lt;/span&gt; &lt;span class=&#34;nn&#34;&gt;gpt4all&lt;/span&gt; &lt;span class=&#34;kn&#34;&gt;import&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;GPT4All&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;model&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;GPT4All&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;Meta-Llama-3-8B-Instruct.Q4_0.gguf&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;# downloads / loads a 4.66GB LLM&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;with&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;model&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;chat_session&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;():&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;nb&#34;&gt;print&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;model&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;generate&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;How can I run LLMs efficiently on my laptop?&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;max_tokens&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;1024&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;))&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h2 id=&#34;integrations&#34;&gt;Integrations
&lt;/h2&gt;&lt;p&gt;:parrot::link: &lt;a class=&#34;link&#34; href=&#34;https://python.langchain.com/v0.2/docs/integrations/providers/gpt4all/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Langchain&lt;/a&gt;
:card_file_box: &lt;a class=&#34;link&#34; href=&#34;https://github.com/weaviate/weaviate&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Weaviate Vector Database&lt;/a&gt; - &lt;a class=&#34;link&#34; href=&#34;https://weaviate.io/developers/weaviate/modules/retriever-vectorizer-modules/text2vec-gpt4all&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;module docs&lt;/a&gt;
:telescope: &lt;a class=&#34;link&#34; href=&#34;https://github.com/openlit/openlit&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OpenLIT (OTel-native Monitoring)&lt;/a&gt; - &lt;a class=&#34;link&#34; href=&#34;https://docs.openlit.io/latest/integrations/gpt4all&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Docs&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;release-history&#34;&gt;Release History
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;July 2nd, 2024&lt;/strong&gt;: V3.0.0 Release
&lt;ul&gt;
&lt;li&gt;Fresh redesign of the chat application UI&lt;/li&gt;
&lt;li&gt;Improved user workflow for LocalDocs&lt;/li&gt;
&lt;li&gt;Expanded access to more model architectures&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;October 19th, 2023&lt;/strong&gt;: GGUF Support Launches with Support for:
&lt;ul&gt;
&lt;li&gt;Mistral 7b base model, an updated model gallery on our website, several new local code models including Rift Coder v1.5&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://blog.nomic.ai/posts/gpt4all-gpu-inference-with-vulkan&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Nomic Vulkan&lt;/a&gt; support for Q4_0 and Q4_1 quantizations in GGUF.&lt;/li&gt;
&lt;li&gt;Offline build support for running old versions of the GPT4All Local LLM Chat Client.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;September 18th, 2023&lt;/strong&gt;: &lt;a class=&#34;link&#34; href=&#34;https://blog.nomic.ai/posts/gpt4all-gpu-inference-with-vulkan&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Nomic Vulkan&lt;/a&gt; launches supporting local LLM inference on NVIDIA and AMD GPUs.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;July 2023&lt;/strong&gt;: Stable support for LocalDocs, a feature that allows you to privately and locally chat with your data.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;June 28th, 2023&lt;/strong&gt;: &lt;a class=&#34;link&#34; href=&#34;https://github.com/nomic-ai/gpt4all/tree/cef74c2be20f5b697055d5b8b506861c7b997fab/gpt4all-api&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Docker-based API server&lt;/a&gt; launches allowing inference of local LLMs from an OpenAI-compatible HTTP endpoint.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;contributing&#34;&gt;Contributing
&lt;/h2&gt;&lt;p&gt;GPT4All welcomes contributions, involvement, and discussion from the open source community!
Please see CONTRIBUTING.md and follow the issues, bug reports, and PR markdown templates.&lt;/p&gt;
&lt;p&gt;Check project discord, with project owners, or through existing issues/PRs to avoid duplicate work.
Please make sure to tag all of the above with relevant project identifiers or your contribution could potentially get lost.
Example tags: &lt;code&gt;backend&lt;/code&gt;, &lt;code&gt;bindings&lt;/code&gt;, &lt;code&gt;python-bindings&lt;/code&gt;, &lt;code&gt;documentation&lt;/code&gt;, etc.&lt;/p&gt;
&lt;h2 id=&#34;citation&#34;&gt;Citation
&lt;/h2&gt;&lt;p&gt;If you utilize this repository, models or data in a downstream project, please consider citing it with:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;7
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;8
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;@misc{gpt4all,
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  author = {Yuvanesh Anand and Zach Nussbaum and Brandon Duderstadt and Benjamin Schmidt and Andriy Mulyar},
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  title = {GPT4All: Training an Assistant-style Chatbot with Large Scale Data Distillation from GPT-3.5-Turbo},
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  year = {2023},
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  publisher = {GitHub},
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  journal = {GitHub repository},
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  howpublished = {\url{https://github.com/nomic-ai/gpt4all}},
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;}
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;</description>
        </item>
        <item>
        <title>ollama</title>
        <link>https://producthunt.programnotes.cn/en/p/ollama/</link>
        <pubDate>Fri, 08 Aug 2025 15:39:28 +0800</pubDate>
        
        <guid>https://producthunt.programnotes.cn/en/p/ollama/</guid>
        <description>&lt;img src="https://images.unsplash.com/photo-1605378092126-6e0ad666f99e?ixid=M3w0NjAwMjJ8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NTQ2Mzg3MjN8&amp;ixlib=rb-4.1.0" alt="Featured image of post ollama" /&gt;&lt;h1 id=&#34;ollamaollama&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ollama/ollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ollama/ollama&lt;/a&gt;
&lt;/h1&gt;&lt;div align=&#34;center&#34;&gt;
  &lt;a href=&#34;https://ollama.com&#34;&gt;
    &lt;img alt=&#34;ollama&#34; width=&#34;240&#34; src=&#34;https://github.com/ollama/ollama/assets/3325447/0d0b44e2-8f4a-4e99-9b52-a5c1c741c8f7&#34;&gt;
  &lt;/a&gt;
&lt;/div&gt;
&lt;h1 id=&#34;ollama&#34;&gt;Ollama
&lt;/h1&gt;&lt;p&gt;Get up and running with large language models.&lt;/p&gt;
&lt;h3 id=&#34;macos&#34;&gt;macOS
&lt;/h3&gt;&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://ollama.com/download/Ollama.dmg&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Download&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&#34;windows&#34;&gt;Windows
&lt;/h3&gt;&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://ollama.com/download/OllamaSetup.exe&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Download&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&#34;linux&#34;&gt;Linux
&lt;/h3&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;curl -fsSL https://ollama.com/install.sh &lt;span class=&#34;p&#34;&gt;|&lt;/span&gt; sh
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ollama/ollama/blob/main/docs/linux.md&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Manual install instructions&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&#34;docker&#34;&gt;Docker
&lt;/h3&gt;&lt;p&gt;The official &lt;a class=&#34;link&#34; href=&#34;https://hub.docker.com/r/ollama/ollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ollama Docker image&lt;/a&gt; &lt;code&gt;ollama/ollama&lt;/code&gt; is available on Docker Hub.&lt;/p&gt;
&lt;h3 id=&#34;libraries&#34;&gt;Libraries
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ollama/ollama-python&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ollama-python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ollama/ollama-js&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ollama-js&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;community&#34;&gt;Community
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://discord.gg/ollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Discord&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://reddit.com/r/ollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Reddit&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;quickstart&#34;&gt;Quickstart
&lt;/h2&gt;&lt;p&gt;To run and chat with &lt;a class=&#34;link&#34; href=&#34;https://ollama.com/library/gemma3&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Gemma 3&lt;/a&gt;:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;ollama run gemma3
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h2 id=&#34;model-library&#34;&gt;Model library
&lt;/h2&gt;&lt;p&gt;Ollama supports a list of models available on &lt;a class=&#34;link&#34; href=&#34;https://ollama.com/library&#34;  title=&#34;ollama model library&#34;
     target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ollama.com/library&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Here are some example models that can be downloaded:&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Model&lt;/th&gt;
          &lt;th&gt;Parameters&lt;/th&gt;
          &lt;th&gt;Size&lt;/th&gt;
          &lt;th&gt;Download&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;Gemma 3&lt;/td&gt;
          &lt;td&gt;1B&lt;/td&gt;
          &lt;td&gt;815MB&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;ollama run gemma3:1b&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Gemma 3&lt;/td&gt;
          &lt;td&gt;4B&lt;/td&gt;
          &lt;td&gt;3.3GB&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;ollama run gemma3&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Gemma 3&lt;/td&gt;
          &lt;td&gt;12B&lt;/td&gt;
          &lt;td&gt;8.1GB&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;ollama run gemma3:12b&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Gemma 3&lt;/td&gt;
          &lt;td&gt;27B&lt;/td&gt;
          &lt;td&gt;17GB&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;ollama run gemma3:27b&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;QwQ&lt;/td&gt;
          &lt;td&gt;32B&lt;/td&gt;
          &lt;td&gt;20GB&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;ollama run qwq&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;DeepSeek-R1&lt;/td&gt;
          &lt;td&gt;7B&lt;/td&gt;
          &lt;td&gt;4.7GB&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;ollama run deepseek-r1&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;DeepSeek-R1&lt;/td&gt;
          &lt;td&gt;671B&lt;/td&gt;
          &lt;td&gt;404GB&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;ollama run deepseek-r1:671b&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Llama 4&lt;/td&gt;
          &lt;td&gt;109B&lt;/td&gt;
          &lt;td&gt;67GB&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;ollama run llama4:scout&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Llama 4&lt;/td&gt;
          &lt;td&gt;400B&lt;/td&gt;
          &lt;td&gt;245GB&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;ollama run llama4:maverick&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Llama 3.3&lt;/td&gt;
          &lt;td&gt;70B&lt;/td&gt;
          &lt;td&gt;43GB&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;ollama run llama3.3&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Llama 3.2&lt;/td&gt;
          &lt;td&gt;3B&lt;/td&gt;
          &lt;td&gt;2.0GB&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;ollama run llama3.2&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Llama 3.2&lt;/td&gt;
          &lt;td&gt;1B&lt;/td&gt;
          &lt;td&gt;1.3GB&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;ollama run llama3.2:1b&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Llama 3.2 Vision&lt;/td&gt;
          &lt;td&gt;11B&lt;/td&gt;
          &lt;td&gt;7.9GB&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;ollama run llama3.2-vision&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Llama 3.2 Vision&lt;/td&gt;
          &lt;td&gt;90B&lt;/td&gt;
          &lt;td&gt;55GB&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;ollama run llama3.2-vision:90b&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Llama 3.1&lt;/td&gt;
          &lt;td&gt;8B&lt;/td&gt;
          &lt;td&gt;4.7GB&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;ollama run llama3.1&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Llama 3.1&lt;/td&gt;
          &lt;td&gt;405B&lt;/td&gt;
          &lt;td&gt;231GB&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;ollama run llama3.1:405b&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Phi 4&lt;/td&gt;
          &lt;td&gt;14B&lt;/td&gt;
          &lt;td&gt;9.1GB&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;ollama run phi4&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Phi 4 Mini&lt;/td&gt;
          &lt;td&gt;3.8B&lt;/td&gt;
          &lt;td&gt;2.5GB&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;ollama run phi4-mini&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Mistral&lt;/td&gt;
          &lt;td&gt;7B&lt;/td&gt;
          &lt;td&gt;4.1GB&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;ollama run mistral&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Moondream 2&lt;/td&gt;
          &lt;td&gt;1.4B&lt;/td&gt;
          &lt;td&gt;829MB&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;ollama run moondream&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Neural Chat&lt;/td&gt;
          &lt;td&gt;7B&lt;/td&gt;
          &lt;td&gt;4.1GB&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;ollama run neural-chat&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Starling&lt;/td&gt;
          &lt;td&gt;7B&lt;/td&gt;
          &lt;td&gt;4.1GB&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;ollama run starling-lm&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Code Llama&lt;/td&gt;
          &lt;td&gt;7B&lt;/td&gt;
          &lt;td&gt;3.8GB&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;ollama run codellama&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Llama 2 Uncensored&lt;/td&gt;
          &lt;td&gt;7B&lt;/td&gt;
          &lt;td&gt;3.8GB&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;ollama run llama2-uncensored&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;LLaVA&lt;/td&gt;
          &lt;td&gt;7B&lt;/td&gt;
          &lt;td&gt;4.5GB&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;ollama run llava&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Granite-3.3&lt;/td&gt;
          &lt;td&gt;8B&lt;/td&gt;
          &lt;td&gt;4.9GB&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;ollama run granite3.3&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;blockquote&gt;
&lt;p&gt;[!NOTE]
You should have at least 8 GB of RAM available to run the 7B models, 16 GB to run the 13B models, and 32 GB to run the 33B models.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id=&#34;customize-a-model&#34;&gt;Customize a model
&lt;/h2&gt;&lt;h3 id=&#34;import-from-gguf&#34;&gt;Import from GGUF
&lt;/h3&gt;&lt;p&gt;Ollama supports importing GGUF models in the Modelfile:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Create a file named &lt;code&gt;Modelfile&lt;/code&gt;, with a &lt;code&gt;FROM&lt;/code&gt; instruction with the local filepath to the model you want to import.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;FROM ./vicuna-33b.Q4_0.gguf
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Create the model in Ollama&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;ollama create example -f Modelfile
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Run the model&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;ollama run example
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;import-from-safetensors&#34;&gt;Import from Safetensors
&lt;/h3&gt;&lt;p&gt;See the &lt;a class=&#34;link&#34; href=&#34;docs/import.md&#34; &gt;guide&lt;/a&gt; on importing models for more information.&lt;/p&gt;
&lt;h3 id=&#34;customize-a-prompt&#34;&gt;Customize a prompt
&lt;/h3&gt;&lt;p&gt;Models from the Ollama library can be customized with a prompt. For example, to customize the &lt;code&gt;llama3.2&lt;/code&gt; model:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;ollama pull llama3.2
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Create a &lt;code&gt;Modelfile&lt;/code&gt;:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;7
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;8
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;9
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;FROM llama3.2
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;# set the temperature to 1 [higher is more creative, lower is more coherent]
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;PARAMETER temperature 1
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;# set the system message
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;SYSTEM &amp;#34;&amp;#34;&amp;#34;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;You are Mario from Super Mario Bros. Answer as Mario, the assistant, only.
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&amp;#34;&amp;#34;&amp;#34;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Next, create and run the model:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;ollama create mario -f ./Modelfile
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;ollama run mario
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&amp;gt;&amp;gt;&amp;gt; hi
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Hello! It&amp;#39;s your friend Mario.
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;For more information on working with a Modelfile, see the &lt;a class=&#34;link&#34; href=&#34;docs/modelfile.md&#34; &gt;Modelfile&lt;/a&gt; documentation.&lt;/p&gt;
&lt;h2 id=&#34;cli-reference&#34;&gt;CLI Reference
&lt;/h2&gt;&lt;h3 id=&#34;create-a-model&#34;&gt;Create a model
&lt;/h3&gt;&lt;p&gt;&lt;code&gt;ollama create&lt;/code&gt; is used to create a model from a Modelfile.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;ollama create mymodel -f ./Modelfile
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h3 id=&#34;pull-a-model&#34;&gt;Pull a model
&lt;/h3&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;ollama pull llama3.2
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;blockquote&gt;
&lt;p&gt;This command can also be used to update a local model. Only the diff will be pulled.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3 id=&#34;remove-a-model&#34;&gt;Remove a model
&lt;/h3&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;ollama rm llama3.2
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h3 id=&#34;copy-a-model&#34;&gt;Copy a model
&lt;/h3&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;ollama cp llama3.2 my-model
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h3 id=&#34;multiline-input&#34;&gt;Multiline input
&lt;/h3&gt;&lt;p&gt;For multiline input, you can wrap text with &lt;code&gt;&amp;quot;&amp;quot;&amp;quot;&lt;/code&gt;:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&amp;gt;&amp;gt;&amp;gt; &amp;#34;&amp;#34;&amp;#34;Hello,
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;... world!
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;... &amp;#34;&amp;#34;&amp;#34;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;I&amp;#39;m a basic program that prints the famous &amp;#34;Hello, world!&amp;#34; message to the console.
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h3 id=&#34;multimodal-models&#34;&gt;Multimodal models
&lt;/h3&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;ollama run llava &amp;#34;What&amp;#39;s in this image? /Users/jmorgan/Desktop/smile.png&amp;#34;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Output&lt;/strong&gt;: The image features a yellow smiley face, which is likely the central focus of the picture.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3 id=&#34;pass-the-prompt-as-an-argument&#34;&gt;Pass the prompt as an argument
&lt;/h3&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;ollama run llama3.2 &lt;span class=&#34;s2&#34;&gt;&amp;#34;Summarize this file: &lt;/span&gt;&lt;span class=&#34;k&#34;&gt;$(&lt;/span&gt;cat README.md&lt;span class=&#34;k&#34;&gt;)&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Output&lt;/strong&gt;: Ollama is a lightweight, extensible framework for building and running language models on the local machine. It provides a simple API for creating, running, and managing models, as well as a library of pre-built models that can be easily used in a variety of applications.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3 id=&#34;show-model-information&#34;&gt;Show model information
&lt;/h3&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;ollama show llama3.2
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h3 id=&#34;list-models-on-your-computer&#34;&gt;List models on your computer
&lt;/h3&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;ollama list
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h3 id=&#34;list-which-models-are-currently-loaded&#34;&gt;List which models are currently loaded
&lt;/h3&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;ollama ps
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h3 id=&#34;stop-a-model-which-is-currently-running&#34;&gt;Stop a model which is currently running
&lt;/h3&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;ollama stop llama3.2
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h3 id=&#34;start-ollama&#34;&gt;Start Ollama
&lt;/h3&gt;&lt;p&gt;&lt;code&gt;ollama serve&lt;/code&gt; is used when you want to start ollama without running the desktop application.&lt;/p&gt;
&lt;h2 id=&#34;building&#34;&gt;Building
&lt;/h2&gt;&lt;p&gt;See the &lt;a class=&#34;link&#34; href=&#34;https://github.com/ollama/ollama/blob/main/docs/development.md&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;developer guide&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&#34;running-local-builds&#34;&gt;Running local builds
&lt;/h3&gt;&lt;p&gt;Next, start the server:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;./ollama serve
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Finally, in a separate shell, run a model:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;./ollama run llama3.2
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h2 id=&#34;rest-api&#34;&gt;REST API
&lt;/h2&gt;&lt;p&gt;Ollama has a REST API for running and managing models.&lt;/p&gt;
&lt;h3 id=&#34;generate-a-response&#34;&gt;Generate a response
&lt;/h3&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;curl http://localhost:11434/api/generate -d &lt;span class=&#34;s1&#34;&gt;&amp;#39;{
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;  &amp;#34;model&amp;#34;: &amp;#34;llama3.2&amp;#34;,
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;  &amp;#34;prompt&amp;#34;:&amp;#34;Why is the sky blue?&amp;#34;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;}&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h3 id=&#34;chat-with-a-model&#34;&gt;Chat with a model
&lt;/h3&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;6
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;curl http://localhost:11434/api/chat -d &lt;span class=&#34;s1&#34;&gt;&amp;#39;{
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;  &amp;#34;model&amp;#34;: &amp;#34;llama3.2&amp;#34;,
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;  &amp;#34;messages&amp;#34;: [
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;    { &amp;#34;role&amp;#34;: &amp;#34;user&amp;#34;, &amp;#34;content&amp;#34;: &amp;#34;why is the sky blue?&amp;#34; }
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;  ]
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;}&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;See the &lt;a class=&#34;link&#34; href=&#34;./docs/api.md&#34; &gt;API documentation&lt;/a&gt; for all endpoints.&lt;/p&gt;
&lt;h2 id=&#34;community-integrations&#34;&gt;Community Integrations
&lt;/h2&gt;&lt;h3 id=&#34;web--desktop&#34;&gt;Web &amp;amp; Desktop
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/open-webui/open-webui&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Open WebUI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/aws-samples/swift-chat&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;SwiftChat (macOS with ReactNative)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/AugustDev/enchanted&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Enchanted (macOS native)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/fmaclen/hollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Hollama&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ParisNeo/lollms-webui&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Lollms-Webui&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/danny-avila/LibreChat&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LibreChat&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/bionic-gpt/bionic-gpt&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Bionic GPT&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/rtcfirefly/ollama-ui&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;HTML UI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/jikkuatwork/saddle&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Saddle&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.tagspaces.org&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;TagSpaces&lt;/a&gt; (A platform for file-based apps, &lt;a class=&#34;link&#34; href=&#34;https://docs.tagspaces.org/ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;utilizing Ollama&lt;/a&gt; for the generation of tags and descriptions)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ivanfioravanti/chatbot-ollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Chatbot UI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/mckaywrigley/chatbot-ui&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Chatbot UI v2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ollama-interface/Ollama-Gui?tab=readme-ov-file&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Typescript UI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/richawo/minimal-llm-ui&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Minimalistic React UI for Ollama Models&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/kevinhermawan/Ollamac&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ollamac&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/enricoros/big-AGI&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;big-AGI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/cheshire-cat-ai/core&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Cheshire Cat assistant framework&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/semperai/amica&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Amica&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/BruceMacD/chatd&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;chatd&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/kghandour/Ollama-SwiftUI&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ollama-SwiftUI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/langgenius/dify&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Dify.AI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://mindmac.app&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MindMac&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/jakobhoeg/nextjs-ollama-llm-ui&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;NextJS Web Interface for Ollama&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://msty.app&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Msty&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Bin-Huang/Chatbox&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Chatbox&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/tgraupmann/WinForm_Ollama_Copilot&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;WinForm Ollama Copilot&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;NextChat&lt;/a&gt; with &lt;a class=&#34;link&#34; href=&#34;https://docs.nextchat.dev/models/ollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Get Started Doc&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/mmo80/alpaca-webui&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Alpaca WebUI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/enoch1118/ollamaGUI&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OllamaGUI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/InternLM/OpenAOE&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OpenAOE&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/leonid20000/OdinRunes&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Odin Runes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/mrdjohnson/llm-x&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LLM-X&lt;/a&gt; (Progressive Web App)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Mintplex-Labs/anything-llm&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;AnythingLLM (Docker + MacOs/Windows/Linux native app)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/rapidarchitect/ollama_basic_chat&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ollama Basic Chat: Uses HyperDiv Reactive UI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/drazdra/ollama-chats&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ollama-chats RPG&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://intellibar.app/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;IntelliBar&lt;/a&gt; (AI-powered assistant for macOS)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/AliAhmedNada/jirapt&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Jirapt&lt;/a&gt; (Jira Integration to generate issues, tasks, epics)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/AliAhmedNada/ojira&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ojira&lt;/a&gt; (Jira chrome plugin to easily generate descriptions for tasks)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/reid41/QA-Pilot&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;QA-Pilot&lt;/a&gt; (Interactive chat tool that can leverage Ollama models for rapid understanding and navigation of GitHub code repositories)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/sugarforever/chat-ollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ChatOllama&lt;/a&gt; (Open Source Chatbot based on Ollama with Knowledge Bases)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Nagi-ovo/CRAG-Ollama-Chat&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;CRAG Ollama Chat&lt;/a&gt; (Simple Web Search with Corrective RAG)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/infiniflow/ragflow&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;RAGFlow&lt;/a&gt; (Open-source Retrieval-Augmented Generation engine based on deep document understanding)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/StreamDeploy-DevRel/streamdeploy-llm-app-scaffold&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;StreamDeploy&lt;/a&gt; (LLM Application Scaffold)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/swuecho/chat&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;chat&lt;/a&gt; (chat web app for teams)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/lobehub/lobe-chat&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Lobe Chat&lt;/a&gt; with &lt;a class=&#34;link&#34; href=&#34;https://lobehub.com/docs/self-hosting/examples/ollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Integrating Doc&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/datvodinh/rag-chatbot.git&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ollama RAG Chatbot&lt;/a&gt; (Local Chat with multiple PDFs using Ollama and RAG)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.nurgo-software.com/products/brainsoup&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;BrainSoup&lt;/a&gt; (Flexible native client with RAG &amp;amp; multi-agent automation)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Renset/macai&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;macai&lt;/a&gt; (macOS client for Ollama, ChatGPT, and other compatible API back-ends)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/josStorer/RWKV-Runner&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;RWKV-Runner&lt;/a&gt; (RWKV offline LLM deployment tool, also usable as a client for ChatGPT and Ollama)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/dezoito/ollama-grid-search&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ollama Grid Search&lt;/a&gt; (app to evaluate and compare models)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Otacon/olpaka&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Olpaka&lt;/a&gt; (User-friendly Flutter Web App for Ollama)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://casibase.org&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Casibase&lt;/a&gt; (An open source AI knowledge base and dialogue system combining the latest RAG, SSO, ollama support, and multiple large language models.)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/CrazyNeil/OllamaSpring&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OllamaSpring&lt;/a&gt; (Ollama Client for macOS)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/kartikm7/llocal&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LLocal.in&lt;/a&gt; (Easy to use Electron Desktop Client for Ollama)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/dcSpark/shinkai-apps&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Shinkai Desktop&lt;/a&gt; (Two click install Local AI using Ollama + Files + RAG)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/zeyoyt/ailama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;AiLama&lt;/a&gt; (A Discord User App that allows you to interact with Ollama anywhere in Discord)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/rapidarchitect/ollama_mesop/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ollama with Google Mesop&lt;/a&gt; (Mesop Chat Client implementation with Ollama)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/SciPhi-AI/R2R&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;R2R&lt;/a&gt; (Open-source RAG engine)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/elearningshow/ollama-kis&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ollama-Kis&lt;/a&gt; (A simple easy-to-use GUI with sample custom LLM for Drivers Education)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://opengpa.org&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OpenGPA&lt;/a&gt; (Open-source offline-first Enterprise Agentic Application)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/mateuszmigas/painting-droid&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Painting Droid&lt;/a&gt; (Painting app with AI integrations)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.kerlig.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Kerlig AI&lt;/a&gt; (AI writing assistant for macOS)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/MindWorkAI/AI-Studio&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;AI Studio&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/gyopak/sidellama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Sidellama&lt;/a&gt; (browser-based LLM client)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/trypromptly/LLMStack&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LLMStack&lt;/a&gt; (No-code multi-agent framework to build LLM agents and workflows)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://boltai.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;BoltAI for Mac&lt;/a&gt; (AI Chat Client for Mac)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/av/harbor&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Harbor&lt;/a&gt; (Containerized LLM Toolkit with Ollama as default backend)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/szczyglis-dev/py-gpt&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;PyGPT&lt;/a&gt; (AI desktop assistant for Linux, Windows, and Mac)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Jeffser/Alpaca&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Alpaca&lt;/a&gt; (An Ollama client application for Linux and macOS made with GTK4 and Adwaita)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Significant-Gravitas/AutoGPT/blob/master/docs/content/platform/ollama.md&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;AutoGPT&lt;/a&gt; (AutoGPT Ollama integration)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.jonathanhecl.com/go-crew/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Go-CREW&lt;/a&gt; (Powerful Offline RAG in Golang)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/openvmp/partcad/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;PartCAD&lt;/a&gt; (CAD model generation with OpenSCAD and CadQuery)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ollama4j/ollama4j-web-ui&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ollama4j Web UI&lt;/a&gt; - Java-based Web UI for Ollama built with Vaadin, Spring Boot, and Ollama4j&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/kspviswa/pyOllaMx&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;PyOllaMx&lt;/a&gt; - macOS application capable of chatting with both Ollama and Apple MLX models.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/cline/cline&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Cline&lt;/a&gt; - Formerly known as Claude Dev is a VSCode extension for multi-file/whole-repo coding&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/kangfenmao/cherry-studio&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Cherry Studio&lt;/a&gt; (Desktop client with Ollama support)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/1runeberg/confichat&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ConfiChat&lt;/a&gt; (Lightweight, standalone, multi-platform, and privacy-focused LLM chat interface with optional encryption)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/nickthecook/archyve&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Archyve&lt;/a&gt; (RAG-enabling document library)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/rapidarchitect/ollama-crew-mesop&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;crewAI with Mesop&lt;/a&gt; (Mesop Web Interface to run crewAI with Ollama)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/chyok/ollama-gui&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Tkinter-based client&lt;/a&gt; (Python tkinter-based Client for Ollama)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/trendy-design/llmchat&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LLMChat&lt;/a&gt; (Privacy focused, 100% local, intuitive all-in-one chat interface)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Leon-Sander/Local-Multimodal-AI-Chat&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Local Multimodal AI Chat&lt;/a&gt; (Ollama-based LLM Chat with support for multiple features, including PDF RAG, voice chat, image-based interactions, and integration with OpenAI.)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/xark-argo/argo&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ARGO&lt;/a&gt; (Locally download and run Ollama and Huggingface models with RAG and deep research on Mac/Windows/Linux)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/EliasPereirah/OrionChat&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OrionChat&lt;/a&gt; - OrionChat is a web interface for chatting with different AI providers&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/bklieger-groq/g1&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;G1&lt;/a&gt; (Prototype of using prompting strategies to improve the LLM&amp;rsquo;s reasoning through o1-like reasoning chains.)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/lemonit-eric-mao/ollama-web-management&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Web management&lt;/a&gt; (Web management page)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/promptery/promptery&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Promptery&lt;/a&gt; (desktop client for Ollama.)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/JHubi1/ollama-app&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ollama App&lt;/a&gt; (Modern and easy-to-use multi-platform client for Ollama)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/annilq/chat-ollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;chat-ollama&lt;/a&gt; (a React Native client for Ollama)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/tcsenpai/spacellama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;SpaceLlama&lt;/a&gt; (Firefox and Chrome extension to quickly summarize web pages with ollama in a sidebar)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/tcsenpai/youlama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;YouLama&lt;/a&gt; (Webapp to quickly summarize any YouTube video, supporting Invidious as well)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/tcsenpai/dualmind&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;DualMind&lt;/a&gt; (Experimental app allowing two models to talk to each other in the terminal or in a web interface)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/h1ddenpr0cess20/ollamarama-matrix&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ollamarama-matrix&lt;/a&gt; (Ollama chatbot for the Matrix chat protocol)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/anan1213095357/ollama-chat-app&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ollama-chat-app&lt;/a&gt; (Flutter-based chat app)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.perfectmemory.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Perfect Memory AI&lt;/a&gt; (Productivity AI assists personalized by what you have seen on your screen, heard, and said in the meetings)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/hexastack/hexabot&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Hexabot&lt;/a&gt; (A conversational AI builder)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/rapidarchitect/reddit_analyzer&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Reddit Rate&lt;/a&gt; (Search and Rate Reddit topics with a weighted summation)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/adarshM84/OpenTalkGpt&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OpenTalkGpt&lt;/a&gt; (Chrome Extension to manage open-source models supported by Ollama, create custom models, and chat with models from a user-friendly UI)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/vinhnx/vt.ai&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;VT&lt;/a&gt; (A minimal multimodal AI chat app, with dynamic conversation routing. Supports local models via Ollama)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/nosia-ai/nosia&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Nosia&lt;/a&gt; (Easy to install and use RAG platform based on Ollama)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/nbonamy/witsy&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Witsy&lt;/a&gt; (An AI Desktop application available for Mac/Windows/Linux)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/US-Artificial-Intelligence/abbey&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Abbey&lt;/a&gt; (A configurable AI interface server with notebooks, document storage, and YouTube support)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/dmayboroda/minima&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Minima&lt;/a&gt; (RAG with on-premises or fully local workflow)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/AidfulAI/aidful-ollama-model-delete&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;aidful-ollama-model-delete&lt;/a&gt; (User interface for simplified model cleanup)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ItzCrazyKns/Perplexica&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Perplexica&lt;/a&gt; (An AI-powered search engine &amp;amp; an open-source alternative to Perplexity AI)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/oslook/ollama-webui&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ollama Chat WebUI for Docker &lt;/a&gt; (Support for local docker deployment, lightweight ollama webui)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://aka.ms/ai-tooklit/ollama-docs&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;AI Toolkit for Visual Studio Code&lt;/a&gt; (Microsoft-official VSCode extension to chat, test, evaluate models with Ollama support, and use them in your AI applications.)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/anilkay/MinimalNextOllamaChat&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MinimalNextOllamaChat&lt;/a&gt; (Minimal Web UI for Chat and Model Control)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/TilmanGriesel/chipper&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Chipper&lt;/a&gt; AI interface for tinkerers (Ollama, Haystack RAG, Python)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/CosmicEventHorizon/ChibiChat&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ChibiChat&lt;/a&gt; (Kotlin-based Android app to chat with Ollama and Koboldcpp API endpoints)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/qusaismael/localllm&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LocalLLM&lt;/a&gt; (Minimal Web-App to run ollama models on it with a GUI)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/buiducnhat/ollamazing&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ollamazing&lt;/a&gt; (Web extension to run Ollama models)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/benhaotang/OpenDeepResearcher-via-searxng&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OpenDeepResearcher-via-searxng&lt;/a&gt; (A Deep Research equivalent endpoint with Ollama support for running locally)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/AIDotNet/AntSK&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;AntSK&lt;/a&gt; (Out-of-the-box &amp;amp; Adaptable RAG Chatbot)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/1Panel-dev/MaxKB/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MaxKB&lt;/a&gt; (Ready-to-use &amp;amp; flexible RAG Chatbot)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/danielekp/yla&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;yla&lt;/a&gt; (Web interface to freely interact with your customized models)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/RockChinQ/LangBot&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LangBot&lt;/a&gt; (LLM-based instant messaging bots platform, with Agents, RAG features, supports multiple platforms)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/1Panel-dev/1Panel/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;1Panel&lt;/a&gt; (Web-based Linux Server Management Tool)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Soulter/AstrBot/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;AstrBot&lt;/a&gt; (User-friendly LLM-based multi-platform chatbot with a WebUI, supporting RAG, LLM agents, and plugins integration)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ibrahimcetin/reins&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Reins&lt;/a&gt; (Easily tweak parameters, customize system prompts per chat, and enhance your AI experiments with reasoning model support.)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Aharon-Bensadoun/Flufy&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Flufy&lt;/a&gt; (A beautiful chat interface for interacting with Ollama&amp;rsquo;s API. Built with React, TypeScript, and Material-UI.)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/zeozeozeo/ellama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ellama&lt;/a&gt; (Friendly native app to chat with an Ollama instance)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/mediar-ai/screenpipe&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;screenpipe&lt;/a&gt; Build agents powered by your screen history&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/hengkysteen/ollamb&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ollamb&lt;/a&gt; (Simple yet rich in features, cross-platform built with Flutter and designed for Ollama. Try the &lt;a class=&#34;link&#34; href=&#34;https://hengkysteen.github.io/demo/ollamb/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;web demo&lt;/a&gt;.)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Writeopia/Writeopia&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Writeopia&lt;/a&gt; (Text editor with integration with Ollama)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/AppFlowy-IO/AppFlowy&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;AppFlowy&lt;/a&gt; (AI collaborative workspace with Ollama, cross-platform and self-hostable)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/cushydigit/lumina.git&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Lumina&lt;/a&gt; (A lightweight, minimal React.js frontend for interacting with Ollama servers)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://pypi.org/project/tiny-notepad&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Tiny Notepad&lt;/a&gt; (A lightweight, notepad-like interface to chat with ollama available on PyPI)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/hellotunamayo/macLlama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;macLlama (macOS native)&lt;/a&gt; (A native macOS GUI application for interacting with Ollama models, featuring a chat interface.)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/philberndt/GPTranslate&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;GPTranslate&lt;/a&gt; (A fast and lightweight, AI powered desktop translation application written with Rust and Tauri. Features real-time translation with OpenAI/Azure/Ollama.)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/NGC13009/ollama-launcher&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ollama launcher&lt;/a&gt; (A launcher for Ollama, aiming to provide users with convenient functions such as ollama server launching, management, or configuration.)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Aj-Seven/ai-hub&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ai-hub&lt;/a&gt; (AI Hub supports multiple models via API keys and Chat support via Ollama API.)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://gitlab.com/mayan-edms/mayan-edms&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Mayan EDMS&lt;/a&gt; (Open source document management system to organize, tag, search, and automate your files with powerful Ollama driven workflows.)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;cloud&#34;&gt;Cloud
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://cloud.google.com/run/docs/tutorials/gpu-gemma2-with-ollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Google Cloud&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://fly.io/docs/python/do-more/add-ollama/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Fly.io&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.koyeb.com/deploy/ollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Koyeb&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;terminal&#34;&gt;Terminal
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ggozad/oterm&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;oterm&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/s-kostyaev/ellama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ellama Emacs client&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/zweifisch/ollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Emacs client&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/paradoxical-dev/neollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;neollama&lt;/a&gt; UI client for interacting with models from within Neovim&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/David-Kunz/gen.nvim&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;gen.nvim&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/nomnivore/ollama.nvim&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ollama.nvim&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/marco-souza/ollero.nvim&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ollero.nvim&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/gerazov/ollama-chat.nvim&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ollama-chat.nvim&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/huynle/ogpt.nvim&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ogpt.nvim&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/karthink/gptel&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;gptel Emacs client&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/dustinblackman/oatmeal&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Oatmeal&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/pgibler/cmdh&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;cmdh&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/npahlfer/ooo&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ooo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/reid41/shell-pilot&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;shell-pilot&lt;/a&gt;(Interact with models via pure shell scripts on Linux or macOS)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/pythops/tenere&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;tenere&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/taketwo/llm-ollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;llm-ollama&lt;/a&gt; for &lt;a class=&#34;link&#34; href=&#34;https://llm.datasette.io/en/stable/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Datasette&amp;rsquo;s LLM CLI&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/anaisbetts/typechat-cli&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;typechat-cli&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/djcopley/ShellOracle&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ShellOracle&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/yusufcanb/tlm&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;tlm&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ericcurtin/podman-ollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;podman-ollama&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/sammcj/gollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;gollama&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/paulrobello/parllama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ParLlama&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/cognitivetech/ollama-ebook-summary/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ollama eBook Summary&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/rapidarchitect/ollama_moe&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ollama Mixture of Experts (MOE) in 50 lines of code&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/pepo-ec/vim-intelligence-bridge&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;vim-intelligence-bridge&lt;/a&gt; Simple interaction of &amp;ldquo;Ollama&amp;rdquo; with the Vim editor&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://x-cmd.com/mod/ollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;x-cmd ollama&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/drunkwcodes/bb7&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;bb7&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/marcusziade/Swollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;SwollamaCLI&lt;/a&gt; bundled with the Swollama Swift package. &lt;a class=&#34;link&#34; href=&#34;https://github.com/marcusziade/Swollama?tab=readme-ov-file#cli-usage&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Demo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/sigoden/aichat&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;aichat&lt;/a&gt; All-in-one LLM CLI tool featuring Shell Assistant, Chat-REPL, RAG, AI tools &amp;amp; agents, with access to OpenAI, Claude, Gemini, Ollama, Groq, and more.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/rrg92/powershai&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;PowershAI&lt;/a&gt; PowerShell module that brings AI to terminal on Windows, including support for Ollama&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Abyss-c0re/deepshell&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;DeepShell&lt;/a&gt; Your self-hosted AI assistant. Interactive Shell, Files and Folders analysis.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/xyproto/orbiton&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;orbiton&lt;/a&gt; Configuration-free text editor and IDE with support for tab completion with Ollama.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/molbal/orca-cli&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;orca-cli&lt;/a&gt; Ollama Registry CLI Application - Browse, pull, and download models from Ollama Registry in your terminal.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/jonathanhecl/gguf-to-ollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;GGUF-to-Ollama&lt;/a&gt; - Importing GGUF to Ollama made easy (multiplatform)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/rapidarchitect/ollama_strands&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;AWS-Strands-With-Ollama&lt;/a&gt; - AWS Strands Agents with Ollama Examples&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/attogram/ollama-multirun&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ollama-multirun&lt;/a&gt; - A bash shell script to run a single prompt against any or all of your locally installed ollama models, saving the output and performance statistics as easily navigable web pages. (&lt;a class=&#34;link&#34; href=&#34;https://attogram.github.io/ai_test_zone/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Demo&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/attogram/ollama-bash-toolshed&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ollama-bash-toolshed&lt;/a&gt; - Bash scripts to chat with tool using models. Add new tools to your shed with ease. Runs on Ollama.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;apple-vision-pro&#34;&gt;Apple Vision Pro
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/aws-samples/swift-chat&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;SwiftChat&lt;/a&gt; (Cross-platform AI chat app supporting Apple Vision Pro via &amp;ldquo;Designed for iPad&amp;rdquo;)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/AugustDev/enchanted&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Enchanted&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;database&#34;&gt;Database
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/timescale/pgai&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;pgai&lt;/a&gt; - PostgreSQL as a vector database (Create and search embeddings from Ollama models using pgvector)
&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/timescale/pgai/blob/main/docs/vectorizer-quick-start.md&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Get started guide&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/mindsdb/mindsdb/blob/staging/mindsdb/integrations/handlers/ollama_handler/README.md&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MindsDB&lt;/a&gt; (Connects Ollama models with nearly 200 data platforms and apps)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/philippgille/chromem-go/blob/v0.5.0/embed_ollama.go&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;chromem-go&lt;/a&gt; with &lt;a class=&#34;link&#34; href=&#34;https://github.com/philippgille/chromem-go/tree/v0.5.0/examples/rag-wikipedia-ollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;example&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/dbkangaroo/kangaroo&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Kangaroo&lt;/a&gt; (AI-powered SQL client and admin tool for popular databases)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;package-managers&#34;&gt;Package managers
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://archlinux.org/packages/extra/x86_64/ollama/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Pacman&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/gentoo/guru/tree/master/app-misc/ollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Gentoo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://formulae.brew.sh/formula/ollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Homebrew&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://artifacthub.io/packages/helm/ollama-helm/ollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Helm Chart&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://codeberg.org/tusharhero/ollama-guix&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Guix channel&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://search.nixos.org/packages?show=ollama&amp;amp;from=0&amp;amp;size=50&amp;amp;sort=relevance&amp;amp;type=packages&amp;amp;query=ollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Nix package&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://flox.dev/blog/ollama-part-one&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Flox&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;libraries-1&#34;&gt;Libraries
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://python.langchain.com/docs/integrations/chat/ollama/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LangChain&lt;/a&gt; and &lt;a class=&#34;link&#34; href=&#34;https://js.langchain.com/docs/integrations/chat/ollama/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LangChain.js&lt;/a&gt; with &lt;a class=&#34;link&#34; href=&#34;https://js.langchain.com/docs/tutorials/local_rag/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;example&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://firebase.google.com/docs/genkit/plugins/ollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Firebase Genkit&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/crewAIInc/crewAI&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;crewAI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://remembersoftwares.github.io/yacana/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Yacana&lt;/a&gt; (User-friendly multi-agent framework for brainstorming and executing predetermined flows with built-in tool integration)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/spring-projects/spring-ai&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Spring AI&lt;/a&gt; with &lt;a class=&#34;link&#34; href=&#34;https://docs.spring.io/spring-ai/reference/api/chat/ollama-chat.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;reference&lt;/a&gt; and &lt;a class=&#34;link&#34; href=&#34;https://github.com/tzolov/ollama-tools&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;example&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/tmc/langchaingo/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LangChainGo&lt;/a&gt; with &lt;a class=&#34;link&#34; href=&#34;https://github.com/tmc/langchaingo/tree/main/examples/ollama-completion-example&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;example&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/langchain4j/langchain4j&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LangChain4j&lt;/a&gt; with &lt;a class=&#34;link&#34; href=&#34;https://github.com/langchain4j/langchain4j-examples/tree/main/ollama-examples/src/main/java&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;example&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Abraxas-365/langchain-rust&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LangChainRust&lt;/a&gt; with &lt;a class=&#34;link&#34; href=&#34;https://github.com/Abraxas-365/langchain-rust/blob/main/examples/llm_ollama.rs&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;example&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/tryAGI/LangChain&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LangChain for .NET&lt;/a&gt; with &lt;a class=&#34;link&#34; href=&#34;https://github.com/tryAGI/LangChain/blob/main/examples/LangChain.Samples.OpenAI/Program.cs&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;example&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/theodo-group/LLPhant?tab=readme-ov-file#ollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LLPhant&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://docs.llamaindex.ai/en/stable/examples/llm/ollama/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LlamaIndex&lt;/a&gt; and &lt;a class=&#34;link&#34; href=&#34;https://ts.llamaindex.ai/modules/llms/available_llms/ollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LlamaIndexTS&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/BerriAI/litellm&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LiteLLM&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/presbrey/ollamafarm&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OllamaFarm for Go&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/awaescher/OllamaSharp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OllamaSharp for .NET&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/gbaptista/ollama-ai&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ollama for Ruby&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/pepperoni21/ollama-rs&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ollama-rs for Rust&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/jmont-dev/ollama-hpp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ollama-hpp for C++&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ollama4j/ollama4j&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ollama4j for Java&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://modelfusion.dev/integration/model-provider/ollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ModelFusion Typescript Library&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/kevinhermawan/OllamaKit&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OllamaKit for Swift&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/breitburg/dart-ollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ollama for Dart&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/cloudstudio/ollama-laravel&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ollama for Laravel&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/davidmigloz/langchain_dart&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LangChainDart&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/microsoft/semantic-kernel/tree/main/python/semantic_kernel/connectors/ai/ollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Semantic Kernel - Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/deepset-ai/haystack-integrations/blob/main/integrations/ollama.md&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Haystack&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/brainlid/langchain&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Elixir LangChain&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/JBGruber/rollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ollama for R - rollama&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/hauselin/ollama-r&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ollama for R - ollama-r&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/lebrunel/ollama-ex&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ollama-ex for Elixir&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/b-tocs/abap_btocs_ollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ollama Connector for SAP ABAP&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://testcontainers.com/modules/ollama/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Testcontainers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://portkey.ai/docs/welcome/integration-guides/ollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Portkey&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/svilupp/PromptingTools.jl&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;PromptingTools.jl&lt;/a&gt; with an &lt;a class=&#34;link&#34; href=&#34;https://svilupp.github.io/PromptingTools.jl/dev/examples/working_with_ollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;example&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Project-Llama/llamascript&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LlamaScript&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/emirsahin1/llm-axe&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;llm-axe&lt;/a&gt; (Python Toolkit for Building LLM Powered Apps)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://docs.gollm.co/examples/ollama-example&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Gollm&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/jonathanhecl/gollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Gollama for Golang&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/xyproto/ollamaclient&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ollamaclient for Golang&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://gitlab.com/tozd/go/fun&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;High-level function abstraction in Go&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ArdaGnsrn/ollama-php&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ollama PHP&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/agents-flex/agents-flex&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Agents-Flex for Java&lt;/a&gt; with &lt;a class=&#34;link&#34; href=&#34;https://github.com/agents-flex/agents-flex/tree/main/agents-flex-llm/agents-flex-llm-ollama/src/test/java/com/agentsflex/llm/ollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;example&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/parakeet-nest/parakeet&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Parakeet&lt;/a&gt; is a GoLang library, made to simplify the development of small generative AI applications with Ollama.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/andygill/haverscript&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Haverscript&lt;/a&gt; with &lt;a class=&#34;link&#34; href=&#34;https://github.com/andygill/haverscript/tree/main/examples&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;examples&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/mattt/ollama-swift&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ollama for Swift&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/marcusziade/Swollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Swollama for Swift&lt;/a&gt; with &lt;a class=&#34;link&#34; href=&#34;https://marcusziade.github.io/Swollama/documentation/swollama/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;DocC&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/prasad89/golamify&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;GoLamify&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/tusharad/ollama-haskell&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ollama for Haskell&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/nbonamy/multi-llm-ts&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;multi-llm-ts&lt;/a&gt; (A Typescript/JavaScript library allowing access to different LLM in a unified API)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/lofcz/llmtornado&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LlmTornado&lt;/a&gt; (C# library providing a unified interface for major FOSS &amp;amp; Commercial inference APIs)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/dravenk/ollama-zig&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ollama for Zig&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/lunary-ai/abso&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Abso&lt;/a&gt; (OpenAI-compatible TypeScript SDK for any LLM provider)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/goodreasonai/nichey&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Nichey&lt;/a&gt; is a Python package for generating custom wikis for your research topic&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/kassane/ollama-d&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ollama for D&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/HardCodeDev777/OllamaPlusPlus&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OllamaPlusPlus&lt;/a&gt; (Very simple C++ library for Ollama)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;mobile&#34;&gt;Mobile
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/aws-samples/swift-chat&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;SwiftChat&lt;/a&gt; (Lightning-fast Cross-platform AI chat app with native UI for Android, iOS, and iPad)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/AugustDev/enchanted&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Enchanted&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Mobile-Artificial-Intelligence/maid&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Maid&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/JHubi1/ollama-app&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ollama App&lt;/a&gt; (Modern and easy-to-use multi-platform client for Ollama)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/1runeberg/confichat&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ConfiChat&lt;/a&gt; (Lightweight, standalone, multi-platform, and privacy-focused LLM chat interface with optional encryption)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/sunshine0523/OllamaServer&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ollama Android Chat&lt;/a&gt; (No need for Termux, start the Ollama service with one click on an Android device)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ibrahimcetin/reins&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Reins&lt;/a&gt; (Easily tweak parameters, customize system prompts per chat, and enhance your AI experiments with reasoning model support.)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;extensions--plugins&#34;&gt;Extensions &amp;amp; Plugins
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/MassimilianoPasquini97/raycast_ollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Raycast extension&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/mxyng/discollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Discollama&lt;/a&gt; (Discord bot inside the Ollama discord channel)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/continuedev/continue&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Continue&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/thewh1teagle/vibe&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Vibe&lt;/a&gt; (Transcribe and analyze meetings with Ollama)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/hinterdupfinger/obsidian-ollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Obsidian Ollama plugin&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/omagdy7/ollama-logseq&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Logseq Ollama plugin&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/andersrex/notesollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;NotesOllama&lt;/a&gt; (Apple Notes Ollama plugin)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/samalba/dagger-chatbot&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Dagger Chatbot&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/mekb-turtle/discord-ai-bot&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Discord AI Bot&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ruecat/ollama-telegram&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ollama Telegram Bot&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ej52/hass-ollama-conversation&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Hass Ollama Conversation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/abrenneke/rivet-plugin-ollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Rivet plugin&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/longy2k/obsidian-bmo-chatbot&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Obsidian BMO Chatbot plugin&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/herval/cliobot&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Cliobot&lt;/a&gt; (Telegram bot with Ollama support)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/logancyang/obsidian-copilot&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Copilot for Obsidian plugin&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/pfrankov/obsidian-local-gpt&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Obsidian Local GPT plugin&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://docs.openinterpreter.com/language-model-setup/local-models/ollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Open Interpreter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ex3ndr/llama-coder&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Llama Coder&lt;/a&gt; (Copilot alternative using Ollama)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/bernardo-bruning/ollama-copilot&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ollama Copilot&lt;/a&gt; (Proxy that allows you to use Ollama as a copilot like GitHub Copilot)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/rjmacarthy/twinny&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;twinny&lt;/a&gt; (Copilot and Copilot chat alternative using Ollama)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/RussellCanfield/wingman-ai&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Wingman-AI&lt;/a&gt; (Copilot code and chat alternative using Ollama and Hugging Face)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/n4ze3m/page-assist&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Page Assist&lt;/a&gt; (Chrome Extension)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/imoize/plasmoid-ollamacontrol&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Plasmoid Ollama Control&lt;/a&gt; (KDE Plasma extension that allows you to quickly manage/control Ollama model)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/tusharhero/aitelegrambot&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;AI Telegram Bot&lt;/a&gt; (Telegram bot using Ollama in backend)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/yaroslavyaroslav/OpenAI-sublime-text&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;AI ST Completion&lt;/a&gt; (Sublime Text 4 AI assistant plugin with Ollama support)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/kevinthedang/discord-ollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Discord-Ollama Chat Bot&lt;/a&gt; (Generalized TypeScript Discord Bot w/ Tuning Documentation)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/josStorer/chatGPTBox&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ChatGPTBox: All in one browser extension&lt;/a&gt; with &lt;a class=&#34;link&#34; href=&#34;https://github.com/josStorer/chatGPTBox/issues/616#issuecomment-1975186467&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Integrating Tutorial&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/rapmd73/Companion&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Discord AI chat/moderation bot&lt;/a&gt; Chat/moderation bot written in python. Uses Ollama to create personalities.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/nischalj10/headless-ollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Headless Ollama&lt;/a&gt; (Scripts to automatically install ollama client &amp;amp; models on any OS for apps that depend on ollama server)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/xuyangbocn/terraform-aws-self-host-llm&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Terraform AWS Ollama &amp;amp; Open WebUI&lt;/a&gt; (A Terraform module to deploy on AWS a ready-to-use Ollama service, together with its front-end Open WebUI service.)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/jakubburkiewicz/node-red-contrib-ollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;node-red-contrib-ollama&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ivostoykov/localAI&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Local AI Helper&lt;/a&gt; (Chrome and Firefox extensions that enable interactions with the active tab and customisable API endpoints. Includes secure storage for user prompts.)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/jake83741/vnc-lm&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;vnc-lm&lt;/a&gt; (Discord bot for messaging with LLMs through Ollama and LiteLLM. Seamlessly move between local and flagship models.)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/SilasMarvin/lsp-ai&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LSP-AI&lt;/a&gt; (Open-source language server for AI-powered functionality)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Palm1r/QodeAssist&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;QodeAssist&lt;/a&gt; (AI-powered coding assistant plugin for Qt Creator)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ECuiDev/obsidian-quiz-generator&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Obsidian Quiz Generator plugin&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/philffm/ai-summary-helper&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;AI Summmary Helper plugin&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/suncloudsmoon/TextCraft&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;TextCraft&lt;/a&gt; (Copilot in Word alternative using Ollama)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/zeitlings/alfred-ollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Alfred Ollama&lt;/a&gt; (Alfred Workflow)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/adarshM84/TextLLaMA&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;TextLLaMA&lt;/a&gt; A Chrome Extension that helps you write emails, correct grammar, and translate into any language&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/zyphixor/simple-discord-ai&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Simple-Discord-AI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/innightwolfsleep/llm_telegram_bot&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LLM Telegram Bot&lt;/a&gt; (telegram bot, primary for RP. Oobabooga-like buttons, &lt;a class=&#34;link&#34; href=&#34;https://github.com/AUTOMATIC1111/stable-diffusion-webui&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;A1111&lt;/a&gt; API integration e.t.c)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/sammcj/mcp-llm&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;mcp-llm&lt;/a&gt; (MCP Server to allow LLMs to call other LLMs)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/HardCodeDev777/SimpleOllamaUnity&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;SimpleOllamaUnity&lt;/a&gt; (Unity Engine extension for communicating with Ollama in a few lines of code. Also works at runtime)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/HardCodeDev777/UnityCodeLama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;UnityCodeLama&lt;/a&gt; (Unity Edtior tool to analyze scripts via Ollama)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/NativeMindBrowser/NativeMindExtension&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;NativeMind&lt;/a&gt; (Private, on-device AI Assistant, no cloud dependencies)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://gmai.premex.se/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;GMAI - Gradle Managed AI&lt;/a&gt; (Gradle plugin for automated Ollama lifecycle management during build phases)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;supported-backends&#34;&gt;Supported backends
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ggml-org/llama.cpp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;llama.cpp&lt;/a&gt; project founded by Georgi Gerganov.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;observability&#34;&gt;Observability
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.comet.com/docs/opik/cookbook/ollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Opik&lt;/a&gt; is an open-source platform to debug, evaluate, and monitor your LLM applications, RAG systems, and agentic workflows with comprehensive tracing, automated evaluations, and production-ready dashboards. Opik supports native intergration to Ollama.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://lunary.ai/docs/integrations/ollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Lunary&lt;/a&gt; is the leading open-source LLM observability platform. It provides a variety of enterprise-grade features such as real-time analytics, prompt templates management, PII masking, and comprehensive agent tracing.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/openlit/openlit&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OpenLIT&lt;/a&gt; is an OpenTelemetry-native tool for monitoring Ollama Applications &amp;amp; GPUs using traces and metrics.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://docs.honeyhive.ai/integrations/ollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;HoneyHive&lt;/a&gt; is an AI observability and evaluation platform for AI agents. Use HoneyHive to evaluate agent performance, interrogate failures, and monitor quality in production.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://langfuse.com/docs/integrations/ollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Langfuse&lt;/a&gt; is an open source LLM observability platform that enables teams to collaboratively monitor, evaluate and debug AI applications.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://mlflow.org/docs/latest/llms/tracing/index.html#automatic-tracing&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MLflow Tracing&lt;/a&gt; is an open source LLM observability tool with a convenient API to log and visualize traces, making it easy to debug and evaluate GenAI applications.&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>awesome-generative-ai</title>
        <link>https://producthunt.programnotes.cn/en/p/awesome-generative-ai/</link>
        <pubDate>Sat, 26 Jul 2025 15:30:16 +0800</pubDate>
        
        <guid>https://producthunt.programnotes.cn/en/p/awesome-generative-ai/</guid>
        <description>&lt;img src="https://images.unsplash.com/photo-1673294321138-0a12f967d83b?ixid=M3w0NjAwMjJ8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NTM1MTQ5Mzl8&amp;ixlib=rb-4.1.0" alt="Featured image of post awesome-generative-ai" /&gt;&lt;h1 id=&#34;steven2358awesome-generative-ai&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/steven2358/awesome-generative-ai&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;steven2358/awesome-generative-ai&lt;/a&gt;
&lt;/h1&gt;&lt;h1 id=&#34;awesome-generative-ai-awesome&#34;&gt;Awesome Generative AI &lt;a class=&#34;link&#34; href=&#34;https://awesome.re&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://awesome.re/badge-flat.svg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Awesome&#34;
	
	
&gt;&lt;/a&gt;
&lt;/h1&gt;&lt;blockquote&gt;
&lt;p&gt;A curated list of modern Generative Artificial Intelligence projects and services.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Generative Artificial Intelligence is a technology that creates original content such as images, sounds, and texts by using machine learning algorithms that are trained on large amounts of data. Unlike other forms of AI, it is capable of creating unique and previously unseen outputs such as photorealistic images, digital art, music, and writing. These outputs often have their own unique style and can even be hard to distinguish from human-created works. Generative AI has a wide range of applications in fields such as of art, entertainment, marketing, academia, and computer science.&lt;/p&gt;
&lt;p&gt;Contributions to this list are welcome. Before submitting your suggestions, please review the &lt;a class=&#34;link&#34; href=&#34;CONTRIBUTING.md&#34; &gt;Contribution Guidelines&lt;/a&gt; to ensure your entries meet the criteria. Add links through &lt;a class=&#34;link&#34; href=&#34;https://github.com/steven2358/awesome-generative-ai/pulls&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;pull requests&lt;/a&gt; or create an &lt;a class=&#34;link&#34; href=&#34;https://github.com/steven2358/awesome-generative-ai/issues&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;issue&lt;/a&gt; to start a discussion. More projects can be found in the &lt;a class=&#34;link&#34; href=&#34;DISCOVERIES.md&#34; &gt;Discoveries List&lt;/a&gt;, where we showcase a wide range of up-and-coming Generative AI projects.&lt;/p&gt;
&lt;h2 id=&#34;contents&#34;&gt;Contents
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#recommended-reading&#34; &gt;Recommended reading&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#text&#34; &gt;Text&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#coding&#34; &gt;Coding&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#agents&#34; &gt;Agents&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#image&#34; &gt;Image&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#video&#34; &gt;Video&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#audio&#34; &gt;Audio&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#other&#34; &gt;Other&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#learning-resources&#34; &gt;Learning resources&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#more-lists&#34; &gt;More lists&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;recommended-reading&#34;&gt;Recommended reading
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://hai.stanford.edu/news/how-large-language-models-will-transform-science-society-and-ai&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;How Large Language Models Will Transform Science, Society, and AI&lt;/a&gt; - Article summarizing the capabilities and limitations of the GPT-3 model, and its potential impact on society. By Alex Tamkin and Deep Ganguli, February 5, 2021.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.sequoiacap.com/article/generative-ai-a-creative-new-world/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Generative AI: A Creative New World&lt;/a&gt; - A comprehensive examination of the generative AI industry, offering a historical perspective and in-depth analysis of the industry ecosystem. By Sonya Huang, Pat Grady and GPT-3, September 19, 2022.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.nytimes.com/2022/10/21/technology/generative-ai.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;A Coming-Out Party for Generative A.I., Silicon Valley&amp;rsquo;s New Craze&lt;/a&gt; - Article about the rise of generative AI, particularly the success of the Stable Diffusion image generator, and the associated controversies. New York Times, October 21, 2022.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.wired.com/story/ais-new-creative-streak-sparks-a-silicon-valley-gold-rush/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;AI&amp;rsquo;s New Creative Streak Sparks a Silicon Valley Gold Rush&lt;/a&gt; - Article about the growing hype and investment in generative AI startups, with various industries exploring its potential applications. Wired, October 27, 2022.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.wsj.com/articles/artificial-intelligence-generative-ai-chatgpt-kissinger-84512912&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ChatGPT Heralds an Intellectual Revolution&lt;/a&gt; - An op-ed by Henry Kissinger, Eric Schmidt and Daniel Huttenlocher. Wall Street Journal, February 24, 2023.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;milestones&#34;&gt;Milestones
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://openai.com/blog/openai-api/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OpenAI API&lt;/a&gt; - Announcement of the OpenAI API for text-to-text general-purpose AI models based on GPT-3. OpenAI blog, June 11, 2020.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.blog/2021-06-29-introducing-github-copilot-ai-pair-programmer/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;GitHub Copilot&lt;/a&gt; - Announcement of Copilot, a new AI pair programmer that helps you write better code. GitHub blog, June 29, 2021.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://openai.com/blog/dall-e-2/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;DALL·E 2&lt;/a&gt; - Announcement of the release of DALL·E 2, an advanced image generation system with improved resolution, expanded image creation capabilities, and various safety mitigations. OpenAI blog, April 6, 2022.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://stability.ai/blog/stable-diffusion-public-release&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Stable Diffusion Public Release&lt;/a&gt; - Announcement of the public release of Stable Diffusion, an AI-based image generation model trained on a broad internet scrape and licensed under a Creative ML OpenRAIL-M license. Stable Diffusion blog, 22 August, 2022.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://openai.com/blog/chatgpt/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ChatGPT&lt;/a&gt; - Announcement of ChatGPT, a conversational model trained to answer follow-up questions, admit mistakes, challenge incorrect premises, and reject inappropriate requests. OpenAI blog, November 30, 2022.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://blogs.microsoft.com/blog/2023/02/07/reinventing-search-with-a-new-ai-powered-microsoft-bing-and-edge-your-copilot-for-the-web/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Bing Search&lt;/a&gt; - Microsoft announces a new version of its search engine Bing, powered by a next-generation OpenAI model. Microsoft blog, February 7, 2023.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://ai.facebook.com/blog/large-language-model-llama-meta-ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LLaMA&lt;/a&gt; - Llama LLM, a foundational, 65-billion-parameter large language model by Meta. Meta, February 23rd, 2023. #opensource&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://openai.com/research/gpt-4&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;GPT-4&lt;/a&gt; - Announcement of GPT-4, a large multimodal model. OpenAI blog, March 14, 2023.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://openai.com/index/dall-e-3/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;DALL·E 3&lt;/a&gt; - Announcement of DALL·E 3 image generator. OpenAI blog, September 20, 2023.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://openai.com/research/video-generation-models-as-world-simulators&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Sora&lt;/a&gt; - Presentation of Sora, a large video generation model. OpenAI, February 15, 2024.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;text&#34;&gt;Text
&lt;/h2&gt;&lt;h3 id=&#34;models&#34;&gt;Models
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://openai.com/api/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OpenAI API&lt;/a&gt; - OpenAI&amp;rsquo;s API provides access to GPT-3 and GPT-4 models, which performs a wide variety of natural language tasks, and Codex, which translates natural language to code.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.deepmind.com/blog/language-modelling-at-scale-gopher-ethical-considerations-and-retrieval&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Gopher&lt;/a&gt; - Gopher by DeepMind is a 280 billion parameter language model.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://huggingface.co/facebook/opt-350m&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OPT&lt;/a&gt; - Open Pretrained Transformers (OPT) by Facebook is a suite of decoder-only pre-trained transformers. &lt;a class=&#34;link&#34; href=&#34;https://ai.facebook.com/blog/democratizing-access-to-large-scale-language-models-with-opt-175b/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Announcement&lt;/a&gt;. &lt;a class=&#34;link&#34; href=&#34;https://opt.alpa.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OPT-175B text generation&lt;/a&gt; hosted by Alpa.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://huggingface.co/docs/transformers/model_doc/bloom&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Bloom&lt;/a&gt; - BLOOM by Hugging Face is a model similar to GPT-3 that has been trained on 46 different languages and 13 programming languages. #opensource&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.llama.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Llama&lt;/a&gt; - Meta&amp;rsquo;s open source large language model. #opensource&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://claude.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Claude&lt;/a&gt; - Talk to Claude, an AI assistant from Anthropic.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://lmsys.org/blog/2023-03-30-vicuna/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Vicuna-13B&lt;/a&gt; - An open-source chatbot trained by fine-tuning LLaMA on user-shared conversations collected from ShareGPT. #opensource&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://mistral.ai/en/models&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Mistral&lt;/a&gt; - Cutting-edge open-weight LLMs by Mistral AI. #opensource&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://grok.x.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Grok&lt;/a&gt; - An LLM by xAI with &lt;a class=&#34;link&#34; href=&#34;https://github.com/xai-org/grok-1&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;open source&lt;/a&gt; and open weights. #opensource&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://qwenlm.github.io/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Qwen&lt;/a&gt; - A series of LLMs independently developed by Alibaba Cloud. &lt;a class=&#34;link&#34; href=&#34;https://github.com/QwenLM/Qwen&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;#opensource&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;chatbots&#34;&gt;Chatbots
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://chatgpt.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ChatGPT&lt;/a&gt; - ChatGPT by OpenAI is a large language model that interacts in a conversational way.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://copilot.microsoft.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Copilot&lt;/a&gt; - An everyday AI companion by Microsoft.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://gemini.google.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Gemini&lt;/a&gt; - A family of multimodal large language model developed by Google Deepmind.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.meta.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Meta AI&lt;/a&gt; - Meta AI assistant to get things done, create AI-generated images, get answers. Built on Llama LLM.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.deepseek.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;DeepSeek&lt;/a&gt; - Cutting-edge LLMs for enterprise, consumer, and scientific applications. #opensource&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://character.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Character.AI&lt;/a&gt; - Character.AI lets you create characters and chat to them.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://pi.ai&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Pi&lt;/a&gt; - A personalized AI platform available as a digital assistant.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://chat.qwenlm.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Qwen&lt;/a&gt; - Qwen chatbot with image generation, document processing, web search integration, video understanding, etc.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://chat.mistral.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Le Chat&lt;/a&gt; - Chat with Mistral AI&amp;rsquo;s cutting-edge language models.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;custom-interfaces&#34;&gt;Custom interfaces
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://librechat.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LibreChat&lt;/a&gt; - LibreChat is a free and open-source chat interface for assistant AIs. &lt;a class=&#34;link&#34; href=&#34;https://github.com/danny-avila/LibreChat&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;#opensource&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.chatbotui.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Chatbot UI&lt;/a&gt; - An open source ChatGPT UI. &lt;a class=&#34;link&#34; href=&#34;https://github.com/mckaywrigley/chatbot-ui&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;#opensource&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;search-engines&#34;&gt;Search engines
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.perplexity.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Perplexity AI&lt;/a&gt; - AI powered search tools.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://metaphor.systems/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Metaphor&lt;/a&gt; - Language model powered search.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://phind.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Phind&lt;/a&gt; - AI-based search engine.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://you.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;You.com&lt;/a&gt; - A search engine built on AI that provides users with a customized search experience while keeping their data 100% private.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://komo.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Komo&lt;/a&gt; - An AI-powered search engine.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;local-search-engines&#34;&gt;Local search engines
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/imartinez/privateGPT&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;privateGPT&lt;/a&gt; - Ask questions to your documents without an internet connection, using the power of LLMs.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/StanGirard/quivr&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;quivr&lt;/a&gt; - Dump all your files and chat with it using your generative AI second brain using LLMs &amp;amp; embeddings.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;writing-assistants&#34;&gt;Writing assistants
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.jasper.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Jasper&lt;/a&gt; - Create content faster with artificial intelligence.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.compose.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Compose AI&lt;/a&gt; - Compose AI is a free Chrome extension that cuts your writing time by 40% with AI-powered autocompletion.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://rytr.me/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Rytr&lt;/a&gt; - Rytr is an AI writing assistant that helps you create high-quality content.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.wordtune.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;wordtune&lt;/a&gt; - Personal writing assistant.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://hyperwriteai.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;HyperWrite&lt;/a&gt; - HyperWrite helps you write with confidence and get your work done faster from idea to final draft.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.gomoonbeam.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Moonbeam&lt;/a&gt; - Better blogs in a fraction of the time.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.copy.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;copy.ai&lt;/a&gt; - Write better marketing copy and content with AI.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://writesonic.com/chat&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ChatSonic&lt;/a&gt; - An AI-powered assistant that enables text and image creation.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://anyword.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Anyword&lt;/a&gt; - Anyword&amp;rsquo;s AI writing assistant generates effective copy for anyone.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.hypotenuse.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Hypotenuse AI&lt;/a&gt; - Turn a few keywords into original, insightful articles, product descriptions and social media copy.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.lavender.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Lavender&lt;/a&gt; - Lavender email assistant helps you get more replies in less time.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://lex.page/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Lex&lt;/a&gt; - A word processor with artificial intelligence baked in, so you can write faster.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://jenni.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Jenni&lt;/a&gt; - Jenni is the ultimate writing assistant that saves you hours of ideation and writing time.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.writewithlaika.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LAIKA&lt;/a&gt; - LAIKA trains an artificial intelligence on your own writing to create a personalised creative partner-in-crime.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://quillbot.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;QuillBot&lt;/a&gt; - AI-powered paraphrasing tool.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://postwise.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Postwise&lt;/a&gt; - Write tweets, schedule posts and grow your following using AI.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://copysmith.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Copysmith&lt;/a&gt; - AI content creation solution for Enterprise &amp;amp; eCommerce.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;chatgpt-extensions&#34;&gt;ChatGPT extensions
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://chrome.google.com/webstore/detail/webchatgpt-chatgpt-with-i/lpfemeioodjbpieminkklglpmhlngfcn&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;WebChatGPT&lt;/a&gt; - Augment your ChatGPT prompts with relevant results from the web.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://workspace.google.com/marketplace/app/gpt_for_sheets_and_docs/677318054654&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;GPT for Sheets and Docs&lt;/a&gt; - ChatGPT extension for Google Sheets and Google Docs.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://chrome.google.com/webstore/detail/youtube-summary-with-chat/nmmicjeknamkfloonkhhcjmomieiodli&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;YouTube Summary with ChatGPT&lt;/a&gt; - Use ChatGPT to summarize YouTube videos.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://chrome.google.com/webstore/detail/chatgpt-prompt-genius/jjdnakkfjnnbbckhifcfchagnpofjffo&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ChatGPT Prompt Genius&lt;/a&gt; - Discover, share, import, and use the best prompts for ChatGPT &amp;amp; save your chat history locally.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://chrome.google.com/webstore/detail/chatgpt-for-search-engine/feeonheemodpkdckaljcjogdncpiiban&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ChatGPT for Search Engines&lt;/a&gt; - Display ChatGPT response alongside Google, Bing, and DuckDuckGo search results.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://sharegpt.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ShareGPT&lt;/a&gt; - Share your ChatGPT conversations and explore conversations shared by others.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://merlin.foyer.work/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Merlin&lt;/a&gt; - ChatGPT Plus extension on all websites.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://chatgptwriter.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ChatGPT Writer&lt;/a&gt; - Generate entire emails and messages using ChatGPT AI.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/TiesdeKok/chat-gpt-jupyter-extension&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ChatGPT for Jupyter&lt;/a&gt; - Add various helper functions in Jupyter Notebooks and Jupyter Lab, powered by ChatGPT.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.editgpt.app/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;editGPT&lt;/a&gt; - Easily proofread, edit, and track changes to your content in chatGPT.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.forefront.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Forefront&lt;/a&gt; - A Better ChatGPT Experience.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;productivity&#34;&gt;Productivity
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.chatpdf.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ChatPDF&lt;/a&gt; - Chat with any PDF.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://mem.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Mem&lt;/a&gt; - Mem is the world&amp;rsquo;s first AI-powered workspace that&amp;rsquo;s personalized to you. Amplify your creativity, automate the mundane, and stay organized automatically.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.taskade.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Taskade&lt;/a&gt; - Outline tasks, notes, generated structured lists and mind maps with Taskade AI.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.notion.so/product/ai&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Notion AI&lt;/a&gt; - Write better, more efficient notes and docs.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://nekton.ai&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Nekton AI&lt;/a&gt; - Automate your workflows with AI. Describe your workflows step by step in plain language.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.rewind.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Rewind&lt;/a&gt; - Rewind is a personalized AI powered by everything you&amp;rsquo;ve seen, said, or heard.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://notebooklm.google/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;NotebookLM&lt;/a&gt; - A research and note-taking online tool to interact with documents, powered by Google Gemini.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;meeting-assistants&#34;&gt;Meeting assistants
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://otter.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Otter.ai&lt;/a&gt; - A meeting assistant that records audio, writes notes, automatically captures slides, and generates summaries.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.cogram.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Cogram&lt;/a&gt; - Cogram takes automatic notes in virtual meetings and identifies action items.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.sybill.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Sybill&lt;/a&gt; - Sybill generates summaries of sales calls, including next steps, pain points and areas of interest, by combining transcript and emotion-based insights.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.loopinhq.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Loopin AI&lt;/a&gt; - Loopin is a collaborative meeting workspace that not only enables you to record, transcribe &amp;amp; summaries meetings using AI, but also enables you to auto-organise meeting notes on top of your calendar.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://fireflies.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Fireflies.ai&lt;/a&gt; - Fireflies.ai helps your team transcribe, summarize, search, and analyze voice conversations.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.read.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Read AI&lt;/a&gt; - An AI copilot for wherever you work, making your meetings, emails, and messages more productive with summaries, content discovery, and recommendations.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://fireflies.ai&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Fireflies.ai&lt;/a&gt; - Transcribe, summarize, search, and analyze all your team conversations.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;academia&#34;&gt;Academia
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://elicit.org/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Elicit&lt;/a&gt; - Elicit uses language models to help you automate research workflows, like parts of literature review.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.genei.io/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;genei&lt;/a&gt; - Summarise academic articles in seconds and save 80% on your research times.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.explainpaper.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Explainpaper&lt;/a&gt; - A better way to read academic papers. Upload a paper, highlight confusing text, get an explanation.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://galactica.org/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Galactica&lt;/a&gt; - A large language model for science. Can summarize academic literature, solve math problems, generate Wiki articles, write scientific code, annotate molecules and proteins, and more. &lt;a class=&#34;link&#34; href=&#34;https://github.com/paperswithcode/galai&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Model API&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://consensus.app/search/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Consensus&lt;/a&gt; - Consensus is a search engine that uses AI to find answers in scientific research.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://synthical.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Synthical&lt;/a&gt; - AI-powered collaborative research environment.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://scite.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;scite&lt;/a&gt; - A platform for discovering and evaluating scientific articles.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://typeset.io/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;SciSpace&lt;/a&gt; - An AI research assistant for understanding scientific literature.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://storm.genie.stanford.edu/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;STORM&lt;/a&gt; - An LLM-powered knowledge curation system that researches a topic and generates a full-length report with citations. &lt;a class=&#34;link&#34; href=&#34;https://github.com/stanford-oval/storm/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;#opensource&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;leaderboards&#34;&gt;Leaderboards
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://lmarena.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Chatbot Arena&lt;/a&gt; - An open platform for crowdsourced AI benchmarking, hosted by researchers at UC Berkeley SkyLab and LMArena.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://artificialanalysis.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Artificial Analysis&lt;/a&gt; - Artificial Analysis provides objective benchmarks &amp;amp; information to help choose AI models and hosting providers.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://imgsys.org/rankings&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;imgsys&lt;/a&gt; - A generative image model arena by fal.ai.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;other-text-generators&#34;&gt;Other text generators
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.emailtriager.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;EmailTriager&lt;/a&gt; - Use AI to automatically draft email replies in the background.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.aipoemgenerator.org&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;AI Poem Generator&lt;/a&gt; - AI Poem Generator writes a beautiful rhyming poem for you on any subject, given a text prompt.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;coding&#34;&gt;Coding
&lt;/h2&gt;&lt;h3 id=&#34;coding-assistants&#34;&gt;Coding Assistants
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/features/copilot&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;GitHub Copilot&lt;/a&gt; - GitHub Copilot uses the OpenAI Codex to suggest code and entire functions in real-time, right from your editor.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://platform.openai.com/docs/guides/code/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OpenAI Codex&lt;/a&gt; - An AI system by OpenAI that translates natural language to code.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://blog.replit.com/ai&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ghostwriter&lt;/a&gt; - An AI-powered pair programmer by replit.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://aws.amazon.com/q/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Amazon Q&lt;/a&gt; - The AWS generative AI–powered assistant that helps answer questions, write code, and automate tasks.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.tabnine.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;tabnine&lt;/a&gt; - Code faster with whole-line &amp;amp; full-function code completions.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://stenography.dev/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Stenography&lt;/a&gt; - Automatic code documentation.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://mintlify.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Mintlify&lt;/a&gt; - AI powered documentation writer.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://debuild.app/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Debuild&lt;/a&gt; - AI-powered low-code tool for web apps.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.ai2sql.io/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;AI2sql&lt;/a&gt; - With AI2sql, engineers and non-engineers can easily write efficient, error-free SQL queries without knowing SQL.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.codium.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;CodiumAI&lt;/a&gt; - With CodiumAI, you get non-trivial tests suggested right inside your IDE, so you stay confident when you push.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Codium-ai/pr-agent&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;PR-Agent&lt;/a&gt; - AI-powered tool for automated PR analysis, feedback, suggestions and more.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://mutable.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MutableAI&lt;/a&gt; - AI Accelerated Software Development.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ravenscroftj/turbopilot&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;TurboPilot&lt;/a&gt; - A self-hosted copilot clone which uses the library behind llama.cpp to run the 6 billion parameter Salesforce Codegen model in 4 GB of RAM.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ricklamers/gpt-code-ui&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;GPT-Code UI&lt;/a&gt; - An open source implementation of OpenAI&amp;rsquo;s ChatGPT Code interpreter. #opensource&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/geekan/MetaGPT&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MetaGPT&lt;/a&gt; - The Multi-Agent Framework: Given one line Requirement, return PRD, Design, Tasks, Repo&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/KillianLucas/open-interpreter&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Open Interpreter&lt;/a&gt; - OpenAI&amp;rsquo;s Code Interpreter in your terminal, running locally.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.continue.dev/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Continue&lt;/a&gt; - Open-source AI code assistant. Connect any model and any context to create custom autocomplete and chat experiences inside the IDE. &lt;a class=&#34;link&#34; href=&#34;https://github.com/continuedev/continue&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;#opensource&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;developer-tools&#34;&gt;Developer tools
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://cohere.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;co:here&lt;/a&gt; - Cohere provides access to advanced Large Language Models and NLP tools.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://haystack.deepset.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Haystack&lt;/a&gt; - A framework for building NLP applications (e.g. agents, semantic search, question-answering) with language models.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://langchain.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LangChain&lt;/a&gt; - A framework for developing applications powered by language models.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/nomic-ai/gpt4all&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;gpt4all&lt;/a&gt; - A chatbot trained on a massive collection of clean assistant data including code, stories and dialogue.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/pathwaycom/llm-app&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LLM App&lt;/a&gt; - Open-source Python library to build real-time LLM-enabled data pipeline.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://lmql.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LMQL&lt;/a&gt; - LMQL is a query language for large language models.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.llamaindex.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LlamaIndex&lt;/a&gt; - A data framework for building LLM applications over external data.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://phoenix.arize.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Phoenix&lt;/a&gt; - Open-source tool for ML observability that runs in your notebook environment, by Arize. Monitor and fine tune LLM, CV and tabular models.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.cursor.so/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Cursor&lt;/a&gt; - Cursor is the IDE of the future, built for pair-programming with Powerful AI.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Xpitfire/symbolicai&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;SymbolicAI&lt;/a&gt; - A neuro-symbolic framework for building applications with LLMs at the core.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://vanna.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Vanna.ai&lt;/a&gt; - An open-source Python RAG framework for SQL generation and related functionality. &lt;a class=&#34;link&#34; href=&#34;https://github.com/vanna-ai/vanna&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;#opensource&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://portkey.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Portkey&lt;/a&gt; - A full-stack LLMOps platform for LLM monitoring, caching, and management.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/agenta-ai/agenta&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;agenta&lt;/a&gt; - An open-source end-to-end LLMOps platform for prompt engineering, evaluation, and deployment. #opensource&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.together.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Together AI&lt;/a&gt; - Train, fine-tune-and run inference on AI models blazing fast, at low cost, and at production scale.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://gitingest.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Gitingest&lt;/a&gt; - Turn any Git repository into a simple text digest of its codebase so it can be fed into any LLM. &lt;a class=&#34;link&#34; href=&#34;https://github.com/cyclotruc/gitingest&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;#opensource&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://repomix.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Repomix&lt;/a&gt; - Pack your codebase into AI-friendly formats. &lt;a class=&#34;link&#34; href=&#34;https://github.com/yamadashy/repomix&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;#opensource&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ggml-org/llama.cpp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;llama.cpp&lt;/a&gt; - Inference of Meta&amp;rsquo;s LLaMA model (and others) in pure C/C++. #opensource&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/microsoft/BitNet&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;bitnet.cpp&lt;/a&gt; - Official inference framework for 1-bit LLMs, by Microsoft. &lt;a class=&#34;link&#34; href=&#34;https://github.com/microsoft/BitNet&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;#opensource&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://openrouter.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OpenRouter&lt;/a&gt; - A unified interface for LLMs. &lt;a class=&#34;link&#34; href=&#34;https://github.com/OpenRouterTeam&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;#opensource&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ludwig-ai/ludwig&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ludwig&lt;/a&gt; - A low-code framework for building custom AI models like LLMs and other deep neural networks. &lt;a class=&#34;link&#34; href=&#34;https://github.com/ludwig-ai/ludwig&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;#opensource&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;playgrounds&#34;&gt;Playgrounds
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://platform.openai.com/playground&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OpenAI Playground&lt;/a&gt; - Explore resources, tutorials, API docs, and dynamic examples.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://aistudio.google.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Google AI Studio&lt;/a&gt; - A web-based tool to prototype with Gemini and experimental models.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/marketplace/models&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;GitHub Models&lt;/a&gt; - Find and experiment with AI models to develop a generative AI application.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;local-llm-deployment&#34;&gt;Local LLM Deployment
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ollama/ollama&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ollama&lt;/a&gt; - Get up and running with large language models locally.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/open-webui/open-webui&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Open WebUI&lt;/a&gt; - An extensible, feature-rich, and user-friendly self-hosted AI platform designed to operate entirely offline. #opensource&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://jan.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Jan&lt;/a&gt; - Run LLMs like Mistral or Llama2 locally and offline on your computer, or connect to remote AI APIs. &lt;a class=&#34;link&#34; href=&#34;https://github.com/janhq/jan&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;#opensource&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://msty.app/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Msty&lt;/a&gt; - A straightworward and powerful interface for local and online AI models.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://pygpt.net/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;PyGPT&lt;/a&gt; - Personal desktop AI assistant with chat, vision, agents, image generation, tools and commands, voice control and more. #opensource&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://llm.datasette.io/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LLM&lt;/a&gt; - A CLI utility and Python library for interacting with Large Language Models, remote and local. &lt;a class=&#34;link&#34; href=&#34;https://github.com/simonw/llm&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;#opensource&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;agents&#34;&gt;Agents
&lt;/h2&gt;&lt;h3 id=&#34;autonomous-agents&#34;&gt;Autonomous agents
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Torantulino/Auto-GPT&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Auto-GPT&lt;/a&gt; - An experimental open-source attempt to make GPT-4 fully autonomous.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/yoheinakajima/babyagi&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;babyagi&lt;/a&gt; - An AI-powered task management system.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/reworkd/AgentGPT&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;AgentGPT&lt;/a&gt; - Assemble, configure, and deploy autonomous AI Agents in your browser.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/AntonOsika/gpt-engineer&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;GPT Engineer&lt;/a&gt; - Specify what you want it to build, the AI asks for clarification, and then builds it.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/mshumer/gpt-prompt-engineer&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;GPT Prompt Engineer&lt;/a&gt; - Automated prompt engineering. It generates, tests, and ranks prompts to find the best ones.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/geekan/MetaGPT&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MetaGPT&lt;/a&gt; - The Multi-Agent Framework: Given one line requirement, return PRD, design, tasks, repo.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/microsoft/autogen&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;AutoGen&lt;/a&gt; - AutoGen is a framework that enables the development of LLM applications using multiple agents that can converse with each other to solve tasks.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Pythagora-io/gpt-pilot&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;GPT Pilot&lt;/a&gt; - Dev tool that writes scalable apps from scratch while the developer oversees the implementation.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://devin.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Devin&lt;/a&gt; - An autonomous AI software engineer by Cognition Labs.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/OpenDevin/OpenDevin&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OpenDevin&lt;/a&gt; - An autonomous agent designed to navigate the complexities of software engineering. #opensource&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/stitionai/devika&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Davika&lt;/a&gt; - An agentic AI software engineer. #opensource&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;custom-assistants&#34;&gt;Custom assistants
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://poe.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Poe&lt;/a&gt; - Poe gives access to a variety of bots.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://chat.openai.com/gpts/editor&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;GPT Builder&lt;/a&gt; - Assistant for creating GPT-based assistants.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://gptstore.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;GPTStore&lt;/a&gt; - Find useful GPTs. Share your own GPTs.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;image&#34;&gt;Image
&lt;/h2&gt;&lt;h3 id=&#34;models-1&#34;&gt;Models
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://openai.com/dall-e-2/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;DALL·E 2&lt;/a&gt; - DALL·E 2 by OpenAI is a new AI system that can create realistic images and art from a description in natural language.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://huggingface.co/CompVis/stable-diffusion-v1-4&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Stable Diffusion&lt;/a&gt; - Stable Diffusion by Stability AI is a state of the art text-to-image model that generates images from text. #opensource&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.midjourney.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Midjourney&lt;/a&gt; - Midjourney is an independent research lab exploring new mediums of thought and expanding the imaginative powers of the human species.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://imagen.research.google/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Imagen&lt;/a&gt; - Imagen by Google is a text-to-image diffusion model with an unprecedented degree of photorealism and a deep level of language understanding.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://ai.facebook.com/blog/greater-creative-control-for-ai-image-generation/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Make-A-Scene&lt;/a&gt; - Make-A-Scene by Meta is a multimodal generative AI method puts creative control in the hands of people who use it by allowing them to describe and illustrate their vision through both text descriptions and freeform sketches.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/XingangPan/DragGAN&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;DragGAN&lt;/a&gt; - Drag Your GAN: Interactive Point-based Manipulation on the Generative Image Manifold.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;services&#34;&gt;Services
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.craiyon.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Craiyon&lt;/a&gt; - Craiyon, formerly DALL-E mini, is an AI model that can draw images from any text prompt.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://beta.dreamstudio.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;DreamStudio&lt;/a&gt; - DreamStudio is an easy-to-use interface for creating images using the Stable Diffusion image generation model.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.artbreeder.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Artbreeder&lt;/a&gt; - Artbreeder is new type of creative tool that empowers users creativity by making it easier to collaborate and explore.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;http://gaugan.org/gaugan2/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;GauGAN2&lt;/a&gt; - GauGAN2 is a robust tool for creating photorealistic art using a combination of words and drawings since it integrates segmentation mapping, inpainting, and text-to-image production in a single model.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.magiceraser.io/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Magic Eraser&lt;/a&gt; - Remove unwanted things from images in seconds.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://magicstudio.com/imagine&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Imagine by Magic Studio&lt;/a&gt; - A tool by Magic Studio that let&amp;rsquo;s you express yourself by just describing what&amp;rsquo;s on your mind.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.getalpaca.io/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Alpaca&lt;/a&gt; - Stable Diffusion Photoshop plugin.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.patience.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Patience.ai&lt;/a&gt; - Patience.ai is an app for creating images with Stable Diffusion, a cutting edge AI developed by Stability.AI.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.genshare.io/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;GenShare&lt;/a&gt; - Generate art in seconds for free. Own and share what you create. A multimedia generative studio, democratizing design and creativity.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://playground.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Playground&lt;/a&gt; - Playground is a free-to-use online AI image creator. Use it to create art, social media posts, presentations, posters, videos, logos and more.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://pixelz.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Pixelz AI Art Generator&lt;/a&gt; - Pixelz AI Art Generator enables you to create incredible art from text. Stable Diffusion, CLIP Guided Diffusion &amp;amp; PXL·E realistic algorithms available.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.modyfi.io/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;modyfi&lt;/a&gt; - The image editor you&amp;rsquo;ve always wanted. AI-powered creative tools in your browser. Real-time collaboration.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.ponzu.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ponzu&lt;/a&gt; - Ponzu is your free AI logo generator. Build your brand with creatively designed logos in seconds, using only your imagination.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.photoroom.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;PhotoRoom&lt;/a&gt; - Create product and portrait pictures using only your phone. Remove background, change background and showcase products.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://avatarai.me/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Avatar AI&lt;/a&gt; - Create your own AI-generated avatars.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://clipdrop.co/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ClipDrop&lt;/a&gt; - Create professional visuals without a photo studio, powered by &lt;a class=&#34;link&#34; href=&#34;https://stability.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;stability.ai&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://prisma-ai.com/lensa&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Lensa&lt;/a&gt; - An all-in-one image editing app that includes the generation of personalized avatars using Stable Diffusion.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://rundiffusion.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;RunDiffusion&lt;/a&gt; - Cloud-based workspace for creating AI-generated art.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://ideogram.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ideogram&lt;/a&gt; - A text-to-image platform to make creative expression more accessible.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.bing.com/images/create&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Bing Image Creator&lt;/a&gt; - DALLE·3 based text-to-image generator with safety features.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.krea.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;KREA&lt;/a&gt; - Generate high quality visuals with an AI that knows about your styles, concepts, or products.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://creator.nightcafe.studio/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Nightcafe&lt;/a&gt; - NightCafe Creator is an AI Art Generator app with multiple methods of AI art generation.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://leonardo.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Leonardo AI&lt;/a&gt; - Create production-quality visual assets for your projects with unprecedented quality, speed, and style.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.recraft.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Recraft&lt;/a&gt; - An AI tool that lets creators easily generate and iterate original images, vector art, illustrations, icons, and 3D graphics.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://reve.art/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Reve Image&lt;/a&gt; - A model trained from the ground up to excel at prompt adherence, aesthetics, and typography.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;graphic-design&#34;&gt;Graphic design
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://brandmark.io/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Brandmark&lt;/a&gt; - AI-based logo design tool.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://gamma.app/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Gamma&lt;/a&gt; - Create beautiful presentations and webpages with none of the formatting and design work.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://designer.microsoft.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Microsoft Designer&lt;/a&gt; - Stunning designs in a flash.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;image-libraries&#34;&gt;Image libraries
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://lexica.art/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Lexica&lt;/a&gt; - Stable Diffusion search engine.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://openart.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OpenArt&lt;/a&gt; - Search 10M+ of prompts, and generate AI art via Stable Diffusion, DALL·E 2.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://prompthero.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;PromptHero&lt;/a&gt; - Search prompts for models like Stable Diffusion, ChatGPT, Midjourney, etc.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://promptbase.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;PromptBase&lt;/a&gt; - Search prompts from top prompt engineers. Sell your own prompts.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;model-libraries&#34;&gt;Model libraries
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://civitai.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Civitai&lt;/a&gt; - Community driven AI model sharing tool.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://rentry.org/sdmodels&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Stable Diffusion Models&lt;/a&gt; - A comprehensive list of Stable Diffusion checkpoints on rentry.org.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;stable-diffusion-resources&#34;&gt;Stable Diffusion resources
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://stablehorde.net/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Stable Horde&lt;/a&gt; - A crowdsourced distributed cluster of Stable Diffusion workers.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://diffusiondb.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;DiffusionDB&lt;/a&gt; - A list of all public apps, developer tools, guides and plugins for Stable Diffusion. &lt;a class=&#34;link&#34; href=&#34;https://airtable.com/shr0HlBwbw3nZ8Ht3/tblxOCylXV8ynh7ti&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Airtable version&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://publicprompts.art/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;PublicPrompts&lt;/a&gt; - A collection of free prompts for Stable Diffusion.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://stableboost.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Stableboost&lt;/a&gt; - Stableboost is a Stable Diffusion WebUI that lets you quickly generate a lot of images so you can find the perfect ones.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/huggingface/diffusion-models-class&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Hugging Face Diffusion Models Course&lt;/a&gt; - Python materials for the online course on diffusion models by &lt;a class=&#34;link&#34; href=&#34;https://github.com/huggingface&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;@huggingface&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;video&#34;&gt;Video
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://runwayml.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Runway&lt;/a&gt; - Magical AI tools, realtime collaboration, precision editing, and more. Your next-generation content creation suite.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.synthesia.io/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Synthesia&lt;/a&gt; - Create videos from plain text in minutes.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.rephrase.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Rephrase AI&lt;/a&gt; - Rephrase&amp;rsquo;s technology enables hyper-personalized video creation at scale that drive engagement and business efficiencies.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://hourone.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Hour One&lt;/a&gt; - Turn text into video, featuring virtual presenters, automatically.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.colossyan.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Colossyan&lt;/a&gt; - Learning &amp;amp; Development focused video creator. Use AI avatars to create educational videos in multiple languages.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://fliki.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Fliki&lt;/a&gt; - Create text to video and text to speech content with ai powered voices in minutes.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://pictory.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Pictory&lt;/a&gt; - Pictory&amp;rsquo;s powerful AI enables you to create and edit professional quality videos using text.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://pika.art/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Pika&lt;/a&gt; - An idea-to-video platform that brings your creativity to motion.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://openai.com/sora&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Sora&lt;/a&gt; - An AI model that can create realistic and imaginative scenes from text instructions.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://lumalabs.ai/dream-machine&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Luma Dream Machine&lt;/a&gt; - An AI model that makes high quality, realistic videos fast from text and images.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://infinity.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Infinity AI&lt;/a&gt; - Infinity is a video foundation model that allows you to craft your characters and then bring them to life.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://klingai.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;KLING AI&lt;/a&gt; - Tools for creating imaginative images and videos.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://hailuoai.video/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Hailuo AI&lt;/a&gt; - AI-powered text-to-video generator.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;avatars&#34;&gt;Avatars
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.d-id.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;D-ID&lt;/a&gt; - Create and interact with talking avatars at the touch of a button.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://app.heygen.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;HeyGen&lt;/a&gt; - Turn scripts into talking videos with customizable AI avatars in minutes.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://rendernet.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;RenderNet&lt;/a&gt; - RenderNet AI is a tool for generating images and videos, providing control over character design, composition, and style.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;animation&#34;&gt;Animation
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://wonderdynamics.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Wonder Dynamics&lt;/a&gt; -  Effortlessly animate, light, and compose CG characters into live scenes.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;audio&#34;&gt;Audio
&lt;/h2&gt;&lt;h3 id=&#34;text-to-speech&#34;&gt;Text-to-speech
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://beta.elevenlabs.io/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Eleven Labs&lt;/a&gt; - AI voice generator.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.resemble.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Resemble AI&lt;/a&gt; - AI voice generator and voice cloning for text to speech.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://wellsaidlabs.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;WellSaid&lt;/a&gt; - Convert text to voice in real time.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://play.ht/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Play.ht&lt;/a&gt; - AI Voice Generator. Generate realistic Text to Speech voice over online with AI. Convert text to audio.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://podcast.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;podcast.ai&lt;/a&gt; - A podcast that is entirely generated by artificial intelligence, powered by Play.ht text-to-voice AI.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://vallex-demo.github.io/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;VALL-E X&lt;/a&gt; - A cross-lingual neural codec language model for cross-lingual speech synthesis.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/neonbjb/tortoise-tts&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;TorToiSe&lt;/a&gt; - A multi-voice text-to-speech system trained with an emphasis on quality. #opensource&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/suno-ai/bark&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Bark&lt;/a&gt; - A transformer-based text-to-audio model. #opensource&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;speech-to-text&#34;&gt;Speech-to-text
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://openai.com/index/whisper/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Whisper&lt;/a&gt; - Robust speech recognition via large-scale weak supervision. &lt;a class=&#34;link&#34; href=&#34;https://github.com/openai/whisper&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;#opensource&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://wisprflow.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Wispr Flow&lt;/a&gt; - Flow makes writing quick with seamless voice dictation for any application on your computer.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://thewh1teagle.github.io/vibe/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Vibe Transcribe&lt;/a&gt; - All-in-one solution for effortless audio and video transcription. &lt;a class=&#34;link&#34; href=&#34;https://github.com/thewh1teagle/vibe&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;#opensource&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ggerganov/whisper.cpp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;whisper.cpp&lt;/a&gt; - Port of OpenAI&amp;rsquo;s Whisper model in C/C++. #opensource&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;music&#34;&gt;Music
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.harmonai.org/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Harmonai&lt;/a&gt; - We are a community-driven organization releasing open-source generative audio tools to make music production more accessible and fun for everyone.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://mubert.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Mubert&lt;/a&gt; - A royalty-free music ecosystem for content creators, brands and developers.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://google-research.github.io/seanet/musiclm/examples/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MusicLM&lt;/a&gt; - A model by Google Research for generating high-fidelity music from text descriptions.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://audiocraft.metademolab.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;AudioCraft&lt;/a&gt; - A single-stop code base for generative audio needs, by Meta. Includes MusicGen for music and AudioGen for sounds. #opensource&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://stability.ai/stable-audio&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Stable Audio&lt;/a&gt; - Stable Audio is Stability AI&amp;rsquo;s first product for music and sound effect generation.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.aiva.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;AIVA&lt;/a&gt; - AI-based music generation assistant. Choose from 250+ styles.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.suno.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Suno AI&lt;/a&gt; - Anyone can make great music. No instrument needed, just imagination. From your mind to music.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.udio.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Udio&lt;/a&gt; - Discover, create, and share music with the world.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;other&#34;&gt;Other
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://diagram.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Diagram&lt;/a&gt; - Magical new ways to design products.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://promptbase.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;PromptBase&lt;/a&gt; - A marketplace for buying and selling quality prompts for DALL·E, GPT-3, Midjourney, Stable Diffusion.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://thisimagedoesnotexist.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;This Image Does Not Exist&lt;/a&gt; - Test your ability to tell if an image is human or computer generated.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://haveibeentrained.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Have I Been Trained?&lt;/a&gt; - Check if your image has been used to train popular AI art models.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://aidungeon.io/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;AI Dungeon&lt;/a&gt; - A text-based adventure-story game you direct (and star in) while the AI brings it to life.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.clickable.so/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Clickable&lt;/a&gt; - Generate ads in seconds with AI. Beautiful, brand-consistent, and highly converting ads for all marketing channels.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://scale.com/spellbook&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Scale Spellbook&lt;/a&gt; - Build, compare, and deploy large language model apps with Scale Spellbook.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.scenario.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Scenario&lt;/a&gt; - AI-generated gaming assets.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/danielgross/teleprompter&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Teleprompter&lt;/a&gt; - An on-device AI for your meetings that listens to you and makes charismatic quote suggestions.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://finchat.io/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;FinChat&lt;/a&gt; - Using AI, FinChat generates answers to questions about public companies and investors.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://morpher.com/ai&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Morpher AI&lt;/a&gt; - Morpher AI delivers real-time insights and analysis for any market.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://whimsical.com/ai&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Whimsical AI&lt;/a&gt; - GPT-powered mind mapping, flowcharts, and visual tools for rapid idea development and process organization.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;learning-resources&#34;&gt;Learning resources
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://learnprompting.org/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Learn Prompting&lt;/a&gt; - A free, open source course on communicating with artificial intelligence.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/dair-ai/Prompt-Engineering-Guide&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prompt Engineering Guide&lt;/a&gt; - Guide and resources for prompt engineering.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.deeplearning.ai/short-courses/chatgpt-prompt-engineering-for-developers/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ChatGPT prompt engineering for developers&lt;/a&gt; - A short course by Isa Fulford (OpenAI) and Andrew Ng (DeepLearning.AI).&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/openai/openai-cookbook&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OpenAI Cookbook&lt;/a&gt; - Examples and guides for using the OpenAI API.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://platform.openai.com/docs/guides/prompt-engineering&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OpenAI Prompt Engineering Guide&lt;/a&gt; - Strategies and tactics for getting better results from large language models.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://promptperfect.jina.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;PromptPerfect&lt;/a&gt; - Tool for prompt engineering.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/anthropics/courses&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Anthropic courses&lt;/a&gt; - Anthropic&amp;rsquo;s educational courses.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.manning.com/books/build-a-large-language-model-from-scratch&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Build a Large Language Model (From Scratch)&lt;/a&gt; - A guide to building your own working LLM, by Sebastian Raschka.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;more-lists&#34;&gt;More lists
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://pharmapsychotic.com/tools.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Tools and Resources for AI Art&lt;/a&gt; - A large list of Google Colab notebooks for generative AI, by &lt;a class=&#34;link&#34; href=&#34;https://twitter.com/pharmapsychotic&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;@pharmapsychotic&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://twitter.com/sonyatweetybird/status/1584580362339962880&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;The Generative AI Application Landscape&lt;/a&gt; - An infographic that maps the generative AI ecosystem, by &lt;a class=&#34;link&#34; href=&#34;https://twitter.com/sonyatweetybird&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Sonya Huang&lt;/a&gt; of Sequioa Capital.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://airtable.com/shr6nfE9FOHp17IjG/tblL3ekHZfkm3p6YT&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Startups - @builtwithgenai&lt;/a&gt; - An Airtable list by &lt;a class=&#34;link&#34; href=&#34;https://twitter.com/builtwithgenai&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;@builtwithgenai&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://airtable.com/shrH4REIgddv8SzUo/tbl5dsXdD1P859QLO&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;The Generative AI Index&lt;/a&gt; - An Airtable list by &lt;a class=&#34;link&#34; href=&#34;https://www.scalevp.com/generative-ai&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Scale Venture Partners&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://twitter.com/gwertz/status/1593268767269670912&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Generative AI for Games&lt;/a&gt; - A market map of companies working on Generative AI for games, by &lt;a class=&#34;link&#34; href=&#34;https://a16z.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;a16z&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/filipecalegario/awesome-generative-deep-art&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Generative Deep Art&lt;/a&gt; - A curated list of generative deep learning tools, works, models, etc. for artistic uses, by &lt;a class=&#34;link&#34; href=&#34;https://github.com/filipecalegario/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;@filipecalegario&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://gpt3demo.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;GPT-3 Demo&lt;/a&gt; - Showcase with GPT-3 examples, demos, apps, showcase, and NLP use-cases.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://gpt4demo.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;GPT-4 Demo&lt;/a&gt; - GPT-4 apps and use-cases.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ai-collection/ai-collection&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;The Generative AI Landscape&lt;/a&gt; - A Collection of Awesome Generative AI Applications.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/AspirinCode/papers-for-molecular-design-using-DL&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Molecular design&lt;/a&gt; - List of molecular design using Generative AI and Deep Learning.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/eugeneyan/open-llms&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Open LLMs&lt;/a&gt; - A list of open LLMs available for commercial use.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;lists-on-chatgpt&#34;&gt;Lists on ChatGPT
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/humanloop/awesome-chatgpt&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Awesome ChatGPT&lt;/a&gt; - A curated list of awesome tools, demos, docs for ChatGPT and GPT-3, by &lt;a class=&#34;link&#34; href=&#34;https://github.com/jordn&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;@jordn&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/f/awesome-chatgpt-prompts&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Awesome ChatGPT Prompts&lt;/a&gt; - A collection of prompt examples to be used with the ChatGPT model.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://flowgpt.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;FlowGPT&lt;/a&gt; - Amplify your workflow with the best prompts.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/travistangvh/ChatGPT-Data-Science-Prompts&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ChatGPT Prompts for Data Science&lt;/a&gt; - A repository of useful data science prompts for ChatGPT.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/sindresorhus/awesome-chatgpt&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Awesome ChatGPT&lt;/a&gt; - Another awesome list for ChatGPT.&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>rag-from-scratch</title>
        <link>https://producthunt.programnotes.cn/en/p/rag-from-scratch/</link>
        <pubDate>Fri, 25 Jul 2025 15:33:48 +0800</pubDate>
        
        <guid>https://producthunt.programnotes.cn/en/p/rag-from-scratch/</guid>
        <description>&lt;img src="https://images.unsplash.com/photo-1642376344452-4c6001638603?ixid=M3w0NjAwMjJ8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NTM0Mjg3NDh8&amp;ixlib=rb-4.1.0" alt="Featured image of post rag-from-scratch" /&gt;&lt;h1 id=&#34;langchain-airag-from-scratch&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/langchain-ai/rag-from-scratch&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;langchain-ai/rag-from-scratch&lt;/a&gt;
&lt;/h1&gt;&lt;h1 id=&#34;rag-from-scratch&#34;&gt;RAG From Scratch
&lt;/h1&gt;&lt;p&gt;LLMs are trained on a large but fixed corpus of data, limiting their ability to reason about private or recent information. Fine-tuning is one way to mitigate this, but is often &lt;a class=&#34;link&#34; href=&#34;https://www.anyscale.com/blog/fine-tuning-is-for-form-not-facts&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;not well-suited for factual recall&lt;/a&gt; and &lt;a class=&#34;link&#34; href=&#34;https://www.glean.com/blog/how-to-build-an-ai-assistant-for-the-enterprise&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;can be costly&lt;/a&gt;.
Retrieval augmented generation (RAG) has emerged as a popular and powerful mechanism to expand an LLM&amp;rsquo;s knowledge base, using documents retrieved from an external data source to ground the LLM generation via in-context learning.
These notebooks accompany a &lt;a class=&#34;link&#34; href=&#34;https://youtube.com/playlist?list=PLfaIDFEXuae2LXbO1_PKyVJiQ23ZztA0x&amp;amp;feature=shared&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;video playlist&lt;/a&gt; that builds up an understanding of RAG from scratch, starting with the basics of indexing, retrieval, and generation.
&lt;img src=&#34;https://github.com/langchain-ai/rag-from-scratch/assets/122662504/54a2d76c-b07e-49e7-b4ce-fc45667360a1&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;rag_detail_v2&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.youtube.com/playlist?list=PLfaIDFEXuae2LXbO1_PKyVJiQ23ZztA0x&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Video playlist&lt;/a&gt;&lt;/p&gt;
</description>
        </item>
        <item>
        <title>servers</title>
        <link>https://producthunt.programnotes.cn/en/p/servers/</link>
        <pubDate>Wed, 11 Jun 2025 15:30:18 +0800</pubDate>
        
        <guid>https://producthunt.programnotes.cn/en/p/servers/</guid>
        <description>&lt;img src="https://images.unsplash.com/photo-1592027024460-a6eaad9f4ab3?ixid=M3w0NjAwMjJ8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NDk2MjY5MTV8&amp;ixlib=rb-4.1.0" alt="Featured image of post servers" /&gt;&lt;h1 id=&#34;modelcontextprotocolservers&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/modelcontextprotocol/servers&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;modelcontextprotocol/servers&lt;/a&gt;
&lt;/h1&gt;&lt;h1 id=&#34;model-context-protocol-servers&#34;&gt;Model Context Protocol servers
&lt;/h1&gt;&lt;p&gt;This repository is a collection of &lt;em&gt;reference implementations&lt;/em&gt; for the &lt;a class=&#34;link&#34; href=&#34;https://modelcontextprotocol.io/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Model Context Protocol&lt;/a&gt; (MCP), as well as references
to community built servers and additional resources.&lt;/p&gt;
&lt;p&gt;The servers in this repository showcase the versatility and extensibility of MCP, demonstrating how it can be used to give Large Language Models (LLMs) secure, controlled access to tools and data sources.
Each MCP server is implemented with either the &lt;a class=&#34;link&#34; href=&#34;https://github.com/modelcontextprotocol/typescript-sdk&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Typescript MCP SDK&lt;/a&gt; or &lt;a class=&#34;link&#34; href=&#34;https://github.com/modelcontextprotocol/python-sdk&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Python MCP SDK&lt;/a&gt;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Note: Lists in this README are maintained in alphabetical order to minimize merge conflicts when adding new items.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id=&#34;-reference-servers&#34;&gt;🌟 Reference Servers
&lt;/h2&gt;&lt;p&gt;These servers aim to demonstrate MCP features and the TypeScript and Python SDKs.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;src/everything&#34; &gt;Everything&lt;/a&gt;&lt;/strong&gt; - Reference / test server with prompts, resources, and tools&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;src/fetch&#34; &gt;Fetch&lt;/a&gt;&lt;/strong&gt; - Web content fetching and conversion for efficient LLM usage&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;src/filesystem&#34; &gt;Filesystem&lt;/a&gt;&lt;/strong&gt; - Secure file operations with configurable access controls&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;src/git&#34; &gt;Git&lt;/a&gt;&lt;/strong&gt; - Tools to read, search, and manipulate Git repositories&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;src/memory&#34; &gt;Memory&lt;/a&gt;&lt;/strong&gt; - Knowledge graph-based persistent memory system&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;src/sequentialthinking&#34; &gt;Sequential Thinking&lt;/a&gt;&lt;/strong&gt; - Dynamic and reflective problem-solving through thought sequences&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;src/time&#34; &gt;Time&lt;/a&gt;&lt;/strong&gt; - Time and timezone conversion capabilities&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;archived&#34;&gt;Archived
&lt;/h3&gt;&lt;p&gt;The following reference servers are now archived and can be found at &lt;a class=&#34;link&#34; href=&#34;https://github.com/modelcontextprotocol/servers-archived&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;servers-archived&lt;/a&gt;.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/modelcontextprotocol/servers-archived/tree/main/src/aws-kb-retrieval-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;AWS KB Retrieval&lt;/a&gt;&lt;/strong&gt; - Retrieval from AWS Knowledge Base using Bedrock Agent Runtime&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/modelcontextprotocol/servers-archived/tree/main/src/brave-search&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Brave Search&lt;/a&gt;&lt;/strong&gt; - Web and local search using Brave&amp;rsquo;s Search API&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/modelcontextprotocol/servers-archived/tree/main/src/everart&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;EverArt&lt;/a&gt;&lt;/strong&gt; - AI image generation using various models&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/modelcontextprotocol/servers-archived/tree/main/src/github&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;GitHub&lt;/a&gt;&lt;/strong&gt; - Repository management, file operations, and GitHub API integration&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/modelcontextprotocol/servers-archived/tree/main/src/gitlab&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;GitLab&lt;/a&gt;&lt;/strong&gt; - GitLab API, enabling project management&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/modelcontextprotocol/servers-archived/tree/main/src/gdrive&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Google Drive&lt;/a&gt;&lt;/strong&gt; - File access and search capabilities for Google Drive&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/modelcontextprotocol/servers-archived/tree/main/src/google-maps&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Google Maps&lt;/a&gt;&lt;/strong&gt; - Location services, directions, and place details&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/modelcontextprotocol/servers-archived/tree/main/src/postgres&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;PostgreSQL&lt;/a&gt;&lt;/strong&gt; - Read-only database access with schema inspection&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/modelcontextprotocol/servers-archived/tree/main/src/puppeteer&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Puppeteer&lt;/a&gt;&lt;/strong&gt; - Browser automation and web scraping&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/modelcontextprotocol/servers-archived/tree/main/src/redis&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Redis&lt;/a&gt;&lt;/strong&gt; - Interact with Redis key-value stores&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/modelcontextprotocol/servers-archived/tree/main/src/sentry&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Sentry&lt;/a&gt;&lt;/strong&gt; - Retrieving and analyzing issues from Sentry.io&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/modelcontextprotocol/servers-archived/tree/main/src/slack&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Slack&lt;/a&gt;&lt;/strong&gt; - Channel management and messaging capabilities&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/modelcontextprotocol/servers-archived/tree/main/src/sqlite&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Sqlite&lt;/a&gt;&lt;/strong&gt; - Database interaction and business intelligence capabilities&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;-third-party-servers&#34;&gt;🤝 Third-Party Servers
&lt;/h2&gt;&lt;h3 id=&#34;-official-integrations&#34;&gt;🎖️ Official Integrations
&lt;/h3&gt;&lt;p&gt;Official integrations are maintained by companies building production ready MCP servers for their platforms.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://www.21st.dev/favicon.ico&#34; alt=&#34;21st.dev Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/21st-dev/magic-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;21st.dev Magic&lt;/a&gt;&lt;/strong&gt; - Create crafted UI components inspired by the best 21st.dev design engineers.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://invoxx-public-bucket.s3.eu-central-1.amazonaws.com/frontend-resources/adfin-logo-small.svg&#34; alt=&#34;Adfin Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Adfin-Engineering/mcp-server-adfin&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Adfin&lt;/a&gt;&lt;/strong&gt; - The only platform you need to get paid - all payments in one place, invoicing and accounting reconciliations with &lt;a class=&#34;link&#34; href=&#34;https://www.adfin.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Adfin&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://www.agentql.com/favicon/favicon.png&#34; alt=&#34;AgentQL Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/tinyfish-io/agentql-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;AgentQL&lt;/a&gt;&lt;/strong&gt; - Enable AI agents to get structured data from unstructured web with &lt;a class=&#34;link&#34; href=&#34;https://www.agentql.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;AgentQL&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://agentrpc.com/favicon.ico&#34; alt=&#34;AgentRPC Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/agentrpc/agentrpc&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;AgentRPC&lt;/a&gt;&lt;/strong&gt; - Connect to any function, any language, across network boundaries using &lt;a class=&#34;link&#34; href=&#34;https://www.agentrpc.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;AgentRPC&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://aiven.io/favicon.ico&#34; alt=&#34;Aiven Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Aiven-Open/mcp-aiven&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Aiven&lt;/a&gt;&lt;/strong&gt; - Navigate your &lt;a class=&#34;link&#34; href=&#34;https://go.aiven.io/mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Aiven projects&lt;/a&gt; and interact with the PostgreSQL®, Apache Kafka®, ClickHouse® and OpenSearch® services&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://www.alation.com/resource-center/download/7p3vnbbznfiw/34FMtBTex5ppvs2hNYa9Fc/c877c37e88e5339878658697c46d2d58/Alation-Logo-Bug-Primary.svg&#34; alt=&#34;Alation Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Alation/alation-ai-agent-sdk&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Alation&lt;/a&gt;&lt;/strong&gt; - Unlock the power of the enterprise Data Catalog by harnessing tools provided by the Alation MCP server.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://www.algolia.com/files/live/sites/algolia-assets/files/icons/algolia-logo-for-favicon.svg&#34; alt=&#34;Algolia Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/algolia/mcp-node&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Algolia MCP&lt;/a&gt;&lt;/strong&gt; Algolia MCP Server exposes a natural language interface to query, inspect, and manage Algolia indices and configs. Useful for monitoring, debugging and optimizing search performance within your agentic workflows. See &lt;a class=&#34;link&#34; href=&#34;https://www.youtube.com/watch?v=UgCOLcDI9Lg&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;demo&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://github.com/aliyun/alibabacloud-rds-openapi-mcp-server/blob/main/assets/alibabacloudrds.png&#34; alt=&#34;Alibaba Cloud RDS MySQL Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/aliyun/alibabacloud-rds-openapi-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Alibaba Cloud RDS&lt;/a&gt;&lt;/strong&gt; - An MCP server designed to interact with the Alibaba Cloud RDS OpenAPI, enabling programmatic management of RDS resources via an LLM.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://img.alicdn.com/imgextra/i4/O1CN01epkXwH1WLAXkZfV6N_!!6000000002771-2-tps-200-200.png&#34; alt=&#34;Alibaba Cloud AnalyticDB for MySQL Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/aliyun/alibabacloud-adb-mysql-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Alibaba Cloud AnalyticDB for MySQL&lt;/a&gt;&lt;/strong&gt; - Connect to a &lt;a class=&#34;link&#34; href=&#34;https://www.alibabacloud.com/en/product/analyticdb-for-mysql&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;AnalyticDB for MySQL&lt;/a&gt; cluster for getting database or table metadata, querying and analyzing data.It will be supported to add the openapi for cluster operation in the future.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://github.com/aliyun/alibaba-cloud-ops-mcp-server/blob/master/image/alibaba-cloud.png&#34; alt=&#34;Alibaba Cloud OPS Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/aliyun/alibaba-cloud-ops-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Alibaba Cloud OPS&lt;/a&gt;&lt;/strong&gt; - Manage the lifecycle of your Alibaba Cloud resources with &lt;a class=&#34;link&#34; href=&#34;https://www.alibabacloud.com/en/product/oos&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;CloudOps Orchestration Service&lt;/a&gt; and Alibaba Cloud OpenAPI.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://opensearch-shanghai.oss-cn-shanghai.aliyuncs.com/ouhuang/aliyun-icon.png&#34; alt=&#34;Alibaba Cloud OpenSearch Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/aliyun/alibabacloud-opensearch-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Alibaba Cloud OpenSearch&lt;/a&gt;&lt;/strong&gt; - This MCP server equips AI Agents with tools to interact with &lt;a class=&#34;link&#34; href=&#34;https://help.aliyun.com/zh/open-search/?spm=5176.7946605.J_5253785160.6.28098651AaYZXC&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OpenSearch&lt;/a&gt; through a standardized and extensible interface.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://iotdb.apache.org/img/logo.svg&#34; alt=&#34;Apache IoTDB Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/apache/iotdb-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Apache IoTDB&lt;/a&gt;&lt;/strong&gt; - MCP Server for &lt;a class=&#34;link&#34; href=&#34;https://github.com/apache/iotdb&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Apache IoTDB&lt;/a&gt; database and its tools&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://apify.com/favicon.ico&#34; alt=&#34;Apify Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/apify/actors-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Apify&lt;/a&gt;&lt;/strong&gt; - &lt;a class=&#34;link&#34; href=&#34;https://apify.com/apify/actors-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Actors MCP Server&lt;/a&gt;: Use 3,000+ pre-built cloud tools to extract data from websites, e-commerce, social media, search engines, maps, and more&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://2052727.fs1.hubspotusercontent-na1.net/hubfs/2052727/cropped-cropped-apimaticio-favicon-1-32x32.png&#34; alt=&#34;APIMatic Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/apimatic/apimatic-validator-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;APIMatic MCP&lt;/a&gt;&lt;/strong&gt; - APIMatic MCP Server is used to validate OpenAPI specifications using &lt;a class=&#34;link&#34; href=&#34;https://www.apimatic.io/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;APIMatic&lt;/a&gt;. The server processes OpenAPI files and returns validation summaries by leveraging APIMatic&amp;rsquo;s API.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://apollo-server-landing-page.cdn.apollographql.com/_latest/assets/favicon.png&#34; alt=&#34;Apollo Graph Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/apollographql/apollo-mcp-server/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Apollo MCP Server&lt;/a&gt;&lt;/strong&gt; - Connect your GraphQL APIs to AI agents&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://phoenix.arize.com/wp-content/uploads/2023/04/cropped-Favicon-32x32.png&#34; alt=&#34;Arize-Phoenix Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Arize-ai/phoenix/tree/main/js/packages/phoenix-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Arize Phoenix&lt;/a&gt;&lt;/strong&gt; - Inspect traces, manage prompts, curate datasets, and run experiments using &lt;a class=&#34;link&#34; href=&#34;https://github.com/Arize-ai/phoenix&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Arize Phoenix&lt;/a&gt;, an open-source AI and LLM observability tool.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://console.asgardeo.io/app/libs/themes/wso2is/assets/images/branding/favicon.ico&#34; alt=&#34;Asgardeo Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/asgardeo/asgardeo-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Asgardeo&lt;/a&gt;&lt;/strong&gt; - MCP server to interact with your &lt;a class=&#34;link&#34; href=&#34;https://wso2.com/asgardeo&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Asgardeo&lt;/a&gt; organization through LLM tools.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://www.datastax.com/favicon-32x32.png&#34; alt=&#34;DataStax logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/datastax/astra-db-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Astra DB&lt;/a&gt;&lt;/strong&gt; - Comprehensive tools for managing collections and documents in a &lt;a class=&#34;link&#34; href=&#34;https://www.datastax.com/products/datastax-astra&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;DataStax Astra DB&lt;/a&gt; NoSQL database with a full range of operations such as create, update, delete, find, and associated bulk actions.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://assets.atlan.com/assets/atlan-a-logo-blue-background.png&#34; alt=&#34;Atlan Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/atlanhq/agent-toolkit/tree/main/modelcontextprotocol&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Atlan&lt;/a&gt;&lt;/strong&gt; - The Atlan Model Context Protocol server allows you to interact with the &lt;a class=&#34;link&#34; href=&#34;https://www.atlan.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Atlan&lt;/a&gt; services through multiple tools.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://resources.audiense.com/hubfs/favicon-1.png&#34; alt=&#34;Audiense Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/AudienseCo/mcp-audiense-insights&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Audiense Insights&lt;/a&gt;&lt;/strong&gt; - Marketing insights and audience analysis from &lt;a class=&#34;link&#34; href=&#34;https://www.audiense.com/products/audiense-insights&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Audiense&lt;/a&gt; reports, covering demographic, cultural, influencer, and content engagement analysis.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://a0.awsstatic.com/libra-css/images/site/fav/favicon.ico&#34; alt=&#34;AWS Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/awslabs/mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;AWS&lt;/a&gt;&lt;/strong&gt; -  Specialized MCP servers that bring AWS best practices directly to your development workflow.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://axiom.co/favicon.ico&#34; alt=&#34;Axiom Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/axiomhq/mcp-server-axiom&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Axiom&lt;/a&gt;&lt;/strong&gt; - Query and analyze your Axiom logs, traces, and all other event data in natural language&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://cdn-dynmedia-1.microsoft.com/is/content/microsoftcorp/acom_social_icon_azure&#34; alt=&#34;Microsoft Azure Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Azure/azure-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Azure&lt;/a&gt;&lt;/strong&gt; - The Azure MCP Server gives MCP Clients access to key Azure services and tools like Azure Storage, Cosmos DB, the Azure CLI, and more.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://www.bankless.com/favicon.ico&#34; alt=&#34;Bankless Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/bankless/onchain-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Bankless Onchain&lt;/a&gt;&lt;/strong&gt; - Query Onchain data, like ERC20 tokens, transaction history, smart contract state.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://bicscan.io/favicon.png&#34; alt=&#34;BICScan Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ahnlabio/bicscan-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;BICScan&lt;/a&gt;&lt;/strong&gt; - Risk score / asset holdings of EVM blockchain address (EOA, CA, ENS) and even domain names.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://web-cdn.bitrise.io/favicon.ico&#34; alt=&#34;Bitrise Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/bitrise-io/bitrise-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Bitrise&lt;/a&gt;&lt;/strong&gt; - Chat with your builds, CI, and &lt;a class=&#34;link&#34; href=&#34;https://bitrise.io/blog/post/chat-with-your-builds-ci-and-more-introducing-the-bitrise-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;more&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://www.box.com/favicon.ico&#34; alt=&#34;Box Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/box-community/mcp-server-box&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Box&lt;/a&gt;&lt;/strong&gt; - Interact with the Intelligent Content Management platform through Box AI.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://browserbase.com/favicon.ico&#34; alt=&#34;Browserbase Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/browserbase/mcp-server-browserbase&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Browserbase&lt;/a&gt;&lt;/strong&gt; - Automate browser interactions in the cloud (e.g. web navigation, data extraction, form filling, and more)&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://browserstack.wpenginepowered.com/wp-content/themes/browserstack/img/favicons/favicon.ico&#34; alt=&#34;BrowserStack Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/browserstack/mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;BrowserStack&lt;/a&gt;&lt;/strong&gt; - Access BrowserStack&amp;rsquo;s &lt;a class=&#34;link&#34; href=&#34;https://www.browserstack.com/test-platform&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Test Platform&lt;/a&gt; to debug, write and fix tests, do accessibility testing and more.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://portswigger.net/favicon.ico&#34; alt=&#34;PortSwigger Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/PortSwigger/mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Burp Suite&lt;/a&gt;&lt;/strong&gt; - MCP Server extension allowing AI clients to connect to &lt;a class=&#34;link&#34; href=&#34;https://portswigger.net&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Burp Suite&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://play.cartesia.ai/icon.png&#34; alt=&#34;Cartesia logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/cartesia-ai/cartesia-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Cartesia&lt;/a&gt;&lt;/strong&gt; - Connect to the &lt;a class=&#34;link&#34; href=&#34;https://cartesia.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Cartesia&lt;/a&gt; voice platform to perform text-to-speech, voice cloning etc.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://www.chargebee.com/static/resources/brand/favicon.png&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/chargebee/agentkit/tree/main/modelcontextprotocol&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Chargebee&lt;/a&gt;&lt;/strong&gt; - MCP Server that connects AI agents to &lt;a class=&#34;link&#34; href=&#34;https://www.chargebee.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Chargebee platform&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://cdn.chiki.studio/brand/logo.png&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://chiki.studio/galimybes/mcp/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Chiki StudIO&lt;/a&gt;&lt;/strong&gt; - Create your own configurable MCP servers purely via configuration (no code), with instructions, prompts, and tools support.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://trychroma.com/_next/static/media/chroma-logo.ae2d6e4b.svg&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/chroma-core/chroma-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Chroma&lt;/a&gt;&lt;/strong&gt; - Embeddings, vector search, document storage, and full-text search with the open-source AI application database&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://www.chronulus.com/favicon/chronulus-logo-blue-on-alpha-square-128x128.ico&#34; alt=&#34;Chronulus AI Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ChronulusAI/chronulus-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Chronulus AI&lt;/a&gt;&lt;/strong&gt; - Predict anything with Chronulus AI forecasting and prediction agents.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://circleci.com/favicon.ico&#34; alt=&#34;CircleCI Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/CircleCI-Public/mcp-server-circleci&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;CircleCI&lt;/a&gt;&lt;/strong&gt; - Enable AI Agents to fix build failures from CircleCI.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://clickhouse.com/favicon.ico&#34; alt=&#34;ClickHouse Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ClickHouse/mcp-clickhouse&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ClickHouse&lt;/a&gt;&lt;/strong&gt; - Query your &lt;a class=&#34;link&#34; href=&#34;https://clickhouse.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ClickHouse&lt;/a&gt; database server.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://cdn.simpleicons.org/cloudflare&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/cloudflare/mcp-server-cloudflare&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Cloudflare&lt;/a&gt;&lt;/strong&gt; - Deploy, configure &amp;amp; interrogate your resources on the Cloudflare developer platform (e.g. Workers/KV/R2/D1)&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://app.codacy.com/static/images/favicon-16x16.png&#34; alt=&#34;Codacy Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/codacy/codacy-mcp-server/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Codacy&lt;/a&gt;&lt;/strong&gt; - Interact with &lt;a class=&#34;link&#34; href=&#34;https://www.codacy.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Codacy&lt;/a&gt; API to query code quality issues, vulnerabilities, and coverage insights about your code.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://codelogic.com/wp-content/themes/codelogic/assets/img/favicon.png&#34; alt=&#34;CodeLogic Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/CodeLogicIncEngineering/codelogic-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;CodeLogic&lt;/a&gt;&lt;/strong&gt; - Interact with &lt;a class=&#34;link&#34; href=&#34;https://codelogic.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;CodeLogic&lt;/a&gt;, a Software Intelligence platform that graphs complex code and data architecture dependencies, to boost AI accuracy and insight.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://www.comet.com/favicon.ico&#34; alt=&#34;Comet Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/comet-ml/opik-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Comet Opik&lt;/a&gt;&lt;/strong&gt; - Query and analyze your &lt;a class=&#34;link&#34; href=&#34;https://github.com/comet-ml/opik&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Opik&lt;/a&gt; logs, traces, prompts and all other telemtry data from your LLMs in natural language.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://www.confluent.io/favicon.ico&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/confluentinc/mcp-confluent&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Confluent&lt;/a&gt;&lt;/strong&gt; - Interact with Confluent Kafka and Confluent Cloud REST APIs.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://www.convex.dev/favicon.ico&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://stack.convex.dev/convex-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Convex&lt;/a&gt;&lt;/strong&gt; - Introspect and query your apps deployed to Convex.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://www.couchbase.com/wp-content/uploads/2023/10/couchbase-favicon.svg&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Couchbase-Ecosystem/mcp-server-couchbase&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Couchbase&lt;/a&gt;&lt;/strong&gt; - Interact with the data stored in Couchbase clusters.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://github.com/user-attachments/assets/b256f9fa-2020-4b37-9644-c77229ef182b&#34; alt=&#34;CRIC 克而瑞 LOGO&#34;&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/wuye-ai/mcp-server-wuye-ai&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;CRIC Wuye AI&lt;/a&gt;&lt;/strong&gt; - Interact with capabilities of the CRIC Wuye AI platform, an intelligent assistant specifically for the property management industry.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;http://app.itsdart.com/static/img/favicon.png&#34; alt=&#34;Dart Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/its-dart/dart-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Dart&lt;/a&gt;&lt;/strong&gt; - Interact with task, doc, and project data in &lt;a class=&#34;link&#34; href=&#34;https://itsdart.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Dart&lt;/a&gt;, an AI-native project management tool&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://datahub.com/wp-content/uploads/2025/04/cropped-Artboard-1-32x32.png&#34; alt=&#34;DataHub Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/acryldata/mcp-server-datahub&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;DataHub&lt;/a&gt;&lt;/strong&gt; - Search your data assets, traverse data lineage, write SQL queries, and more using &lt;a class=&#34;link&#34; href=&#34;https://datahub.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;DataHub&lt;/a&gt; metadata.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://dexpaprika.com/favicon.ico&#34; alt=&#34;DexPaprika Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/coinpaprika/dexpaprika-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;DexPaprika (CoinPaprika)&lt;/a&gt;&lt;/strong&gt; - Access real-time DEX data, liquidity pools, token information, and trading analytics across multiple blockchain networks with &lt;a class=&#34;link&#34; href=&#34;https://dexpaprika.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;DexPaprika&lt;/a&gt; by CoinPaprika.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://www.devhub.com/img/upload/favicon-196x196-dh.png&#34; alt=&#34;DevHub Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/devhub/devhub-cms-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;DevHub&lt;/a&gt;&lt;/strong&gt; - Manage and utilize website content within the &lt;a class=&#34;link&#34; href=&#34;https://www.devhub.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;DevHub&lt;/a&gt; CMS platform&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://devrev.ai/favicon.ico&#34; alt=&#34;DevRev Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/devrev/mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;DevRev&lt;/a&gt;&lt;/strong&gt; - An MCP server to integrate with DevRev APIs to search through your DevRev Knowledge Graph where objects can be imported from diff. Sources listed &lt;a class=&#34;link&#34; href=&#34;https://devrev.ai/docs/import#available-sources&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;here&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://avatars.githubusercontent.com/u/58178984&#34; alt=&#34;Dynatrace Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/dynatrace-oss/dynatrace-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Dynatrace&lt;/a&gt;&lt;/strong&gt; - Manage and interact with the &lt;a class=&#34;link&#34; href=&#34;https://www.dynatrace.com/platform&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Dynatrace Platform &lt;/a&gt; for real-time observability and monitoring.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://e2b.dev/favicon.ico&#34; alt=&#34;E2B Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/e2b-dev/mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;E2B&lt;/a&gt;&lt;/strong&gt; - Run code in secure sandboxes hosted by &lt;a class=&#34;link&#34; href=&#34;https://e2b.dev&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;E2B&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://www.edgee.cloud/favicon.ico&#34; alt=&#34;Edgee Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/edgee-cloud/mcp-server-edgee&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Edgee&lt;/a&gt;&lt;/strong&gt; - Deploy and manage &lt;a class=&#34;link&#34; href=&#34;https://www.edgee.cloud&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Edgee&lt;/a&gt; components and projects&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://static.edubase.net/media/brand/favicon/favicon-32x32.png&#34; alt=&#34;EduBase Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/EduBase/MCP&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;EduBase&lt;/a&gt;&lt;/strong&gt; - Interact with &lt;a class=&#34;link&#34; href=&#34;https://www.edubase.net&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;EduBase&lt;/a&gt;, a comprehensive e-learning platform with advanced quizzing, exam management, and content organization capabilities&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://www.elastic.co/favicon.ico&#34; alt=&#34;Elasticsearch Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/elastic/mcp-server-elasticsearch&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Elasticsearch&lt;/a&gt;&lt;/strong&gt; - Query your data in &lt;a class=&#34;link&#34; href=&#34;https://www.elastic.co/elasticsearch&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Elasticsearch&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://esignatures.com/favicon.ico&#34; alt=&#34;eSignatures Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/esignaturescom/mcp-server-esignatures&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;eSignatures&lt;/a&gt;&lt;/strong&gt; - Contract and template management for drafting, reviewing, and sending binding contracts.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://exa.ai/images/favicon-32x32.png&#34; alt=&#34;Exa Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/exa-labs/exa-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Exa&lt;/a&gt;&lt;/strong&gt; - Search Engine made for AIs by &lt;a class=&#34;link&#34; href=&#34;https://exa.ai&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Exa&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://fewsats.com/favicon.svg&#34; alt=&#34;Fewsats Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Fewsats/fewsats-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Fewsats&lt;/a&gt;&lt;/strong&gt; - Enable AI Agents to purchase anything in a secure way using &lt;a class=&#34;link&#34; href=&#34;https://fewsats.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Fewsats&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://fibery.io/favicon.svg&#34; alt=&#34;Fibery Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Fibery-inc/fibery-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Fibery&lt;/a&gt;&lt;/strong&gt; - Perform queries and entity operations in your &lt;a class=&#34;link&#34; href=&#34;https://fibery.io&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Fibery&lt;/a&gt; workspace.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://financialdatasets.ai/favicon.ico&#34; alt=&#34;Financial Datasets Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/financial-datasets/mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Financial Datasets&lt;/a&gt;&lt;/strong&gt; - Stock market API made for AI agents&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://firecrawl.dev/favicon.ico&#34; alt=&#34;Firecrawl Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/mendableai/firecrawl-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Firecrawl&lt;/a&gt;&lt;/strong&gt; - Extract web data with &lt;a class=&#34;link&#34; href=&#34;https://firecrawl.dev&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Firecrawl&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://fireproof.storage/favicon.ico&#34; alt=&#34;Fireproof Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/fireproof-storage/mcp-database-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Fireproof&lt;/a&gt;&lt;/strong&gt; - Immutable ledger database with live synchronization&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/github/github-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Github&lt;/a&gt;&lt;/strong&gt; - GitHub&amp;rsquo;s official MCP Server&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://app.gibsonai.com/favicon.ico&#34; alt=&#34;GibsonAI Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/GibsonAI/mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;GibsonAI&lt;/a&gt;&lt;/strong&gt; - AI-Powered Cloud databases: Build, migrate, and deploy database instances with AI&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://gitea.com/assets/img/favicon.svg&#34; alt=&#34;Gitea Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://gitea.com/gitea/gitea-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Gitea&lt;/a&gt;&lt;/strong&gt; - Interact with Gitea instances with MCP.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://gitee.com/favicon.ico&#34; alt=&#34;Gitee Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/oschina/mcp-gitee&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Gitee&lt;/a&gt;&lt;/strong&gt; - Gitee API integration, repository, issue, and pull request management, and more.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://app.glean.com/images/favicon3-196x196.png&#34; alt=&#34;Glean Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/gleanwork/mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Glean&lt;/a&gt;&lt;/strong&gt; - Enterprise search and chat using Glean&amp;rsquo;s API.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://gyazo.com/favicon.ico&#34; alt=&#34;Gyazo Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/nota/gyazo-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Gyazo&lt;/a&gt;&lt;/strong&gt; - Search, fetch, upload, and interact with Gyazo images, including metadata and OCR data.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://cdn.prod.website-files.com/6605a2979ff17b2cd1939cd4/6605a460de47e7596ed84f06_icon256.png&#34; alt=&#34;gotoHuman Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/gotohuman/gotohuman-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;gotoHuman&lt;/a&gt;&lt;/strong&gt; - Human-in-the-loop platform - Allow AI agents and automations to send requests for approval to your &lt;a class=&#34;link&#34; href=&#34;https://www.gotohuman.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;gotoHuman&lt;/a&gt; inbox.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://grafana.com/favicon.ico&#34; alt=&#34;Grafana Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/grafana/mcp-grafana&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Grafana&lt;/a&gt;&lt;/strong&gt; - Search dashboards, investigate incidents and query datasources in your Grafana instance&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://grafbase.com/favicon.ico&#34; alt=&#34;Grafbase Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/grafbase/grafbase/tree/main/crates/mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Grafbase&lt;/a&gt;&lt;/strong&gt; - Turn your GraphQL API into an efficient MCP server with schema intelligence in a single command.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://framerusercontent.com/images/KCOWBYLKunDff1Dr452y6EfjiU.png&#34; alt=&#34;Graphlit Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/graphlit/graphlit-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Graphlit&lt;/a&gt;&lt;/strong&gt; - Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a searchable &lt;a class=&#34;link&#34; href=&#34;https://www.graphlit.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Graphlit&lt;/a&gt; project.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://greptime.com/favicon.ico&#34; alt=&#34;Greptime Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/GreptimeTeam/greptimedb-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;GreptimeDB&lt;/a&gt;&lt;/strong&gt; - Provides AI assistants with a secure and structured way to explore and analyze data in &lt;a class=&#34;link&#34; href=&#34;https://github.com/GreptimeTeam/greptimedb&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;GreptimeDB&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://www.herokucdn.com/favicons/favicon.ico&#34; alt=&#34;Heroku Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/heroku/heroku-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Heroku&lt;/a&gt;&lt;/strong&gt; - Interact with the Heroku Platform through LLM-driven tools for managing apps, add-ons, dynos, databases, and more.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://img.alicdn.com/imgextra/i3/O1CN01d9qrry1i6lTNa2BRa_!!6000000004364-2-tps-218-200.png&#34; alt=&#34;Hologres Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/aliyun/alibabacloud-hologres-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Hologres&lt;/a&gt;&lt;/strong&gt; - Connect to a &lt;a class=&#34;link&#34; href=&#34;https://www.alibabacloud.com/en/product/hologres&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Hologres&lt;/a&gt; instance, get table metadata, query and analyze data.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://www.honeycomb.io/favicon.ico&#34; alt=&#34;Honeycomb Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/honeycombio/honeycomb-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Honeycomb&lt;/a&gt;&lt;/strong&gt; Allows &lt;a class=&#34;link&#34; href=&#34;https://www.honeycomb.io/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Honeycomb&lt;/a&gt; Enterprise customers to query and analyze their data, alerts, dashboards, and more; and cross-reference production behavior with the codebase.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://static.hsinfrastatic.net/StyleGuideUI/static-3.438/img/sprocket/favicon-32x32.png&#34; alt=&#34;HubSpot Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://developer.hubspot.com/mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;HubSpot&lt;/a&gt;&lt;/strong&gt; - Connect, manage, and interact with &lt;a class=&#34;link&#34; href=&#34;https://www.hubspot.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;HubSpot&lt;/a&gt; CRM data&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://hyperbrowser-assets-bucket.s3.us-east-1.amazonaws.com/Hyperbrowser-logo.png&#34; alt=&#34;Hyperbrowsers23 Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/hyperbrowserai/mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Hyperbrowser&lt;/a&gt;&lt;/strong&gt; - &lt;a class=&#34;link&#34; href=&#34;https://www.hyperbrowser.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Hyperbrowser&lt;/a&gt; is the next-generation platform empowering AI agents and enabling effortless, scalable browser automation.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/IBM/wxflows/tree/main/examples/mcp/javascript&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;IBM wxflows&lt;/a&gt;&lt;/strong&gt; - Tool platform by IBM to build, test and deploy tools for any data source&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://forevervm.com/icon.png&#34; alt=&#34;ForeverVM Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/jamsocket/forevervm/tree/main/javascript/mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ForeverVM&lt;/a&gt;&lt;/strong&gt; - Run Python in a code sandbox.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://www.getinboxzero.com/icon.png&#34; alt=&#34;Inbox Zero Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/elie222/inbox-zero/tree/main/apps/mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Inbox Zero&lt;/a&gt;&lt;/strong&gt; - AI personal assistant for email &lt;a class=&#34;link&#34; href=&#34;https://www.getinboxzero.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Inbox Zero&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://inkeep.com/favicon.ico&#34; alt=&#34;Inkeep Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/inkeep/mcp-server-python&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Inkeep&lt;/a&gt;&lt;/strong&gt; - RAG Search over your content powered by &lt;a class=&#34;link&#34; href=&#34;https://inkeep.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Inkeep&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://integration.app/favicon.ico&#34; alt=&#34;Integration App Icon&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/integration-app/mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Integration App&lt;/a&gt;&lt;/strong&gt; - Interact with any other SaaS applications on behalf of your customers.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://cdn.simpleicons.org/jetbrains&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/JetBrains/mcp-jetbrains&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;JetBrains&lt;/a&gt;&lt;/strong&gt; – Work on your code with JetBrains IDEs&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://kagi.com/favicon.ico&#34; alt=&#34;Kagi Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/kagisearch/kagimcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Kagi Search&lt;/a&gt;&lt;/strong&gt; - Search the web using Kagi&amp;rsquo;s search API&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://connection.keboola.com/favicon.ico&#34; alt=&#34;Keboola Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/keboola/keboola-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Keboola&lt;/a&gt;&lt;/strong&gt; - Build robust data workflows, integrations, and analytics on a single intuitive platform.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://raw.githubusercontent.com/klavis-ai/klavis/main/static/klavis-ai.png&#34; alt=&#34;Klavis Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Klavis-AI/klavis/tree/main/mcp_servers/report_generation&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Klavis ReportGen&lt;/a&gt;&lt;/strong&gt; - Create professional reports from a simple user query.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://avatars.githubusercontent.com/u/187484914&#34; alt=&#34;KWDB Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/KWDB/kwdb-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;KWDB&lt;/a&gt;&lt;/strong&gt; - Reading, writing, querying, modifying data, and performing DDL operations with data in your KWDB Database.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://laratranslate.com/favicon.ico&#34; alt=&#34;Lara Translate Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/translated/lara-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Lara Translate&lt;/a&gt;&lt;/strong&gt; - MCP Server for Lara Translate API, enabling powerful translation capabilities with support for language detection and context-aware translations.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://logfire.pydantic.dev/favicon.ico&#34; alt=&#34;Logfire Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/pydantic/logfire-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Logfire&lt;/a&gt;&lt;/strong&gt; - Provides access to OpenTelemetry traces and metrics through Logfire.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://langfuse.com/favicon.ico&#34; alt=&#34;Langfuse Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/langfuse/mcp-server-langfuse&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Langfuse Prompt Management&lt;/a&gt;&lt;/strong&gt; - Open-source tool for collaborative editing, versioning, evaluating, and releasing prompts.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://www.launchdarkly.com/favicon.ico&#34; alt=&#34;LaunchDarkly Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/launchdarkly/mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LaunchDarkly&lt;/a&gt;&lt;/strong&gt; - LaunchDarkly is a continuous delivery platform that provides feature flags as a service and allows developers to iterate quickly and safely.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://linear.app/favicon.ico&#34; alt=&#34;Linear Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://linear.app/docs/mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Linear&lt;/a&gt;&lt;/strong&gt; - Search, create, and update Linear issues, projects, and comments.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://lingo.dev/favicon.ico&#34; alt=&#34;Lingo.dev Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/lingodotdev/lingo.dev/blob/main/mcp.md&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Lingo.dev&lt;/a&gt;&lt;/strong&gt; - Make your AI agent speak every language on the planet, using &lt;a class=&#34;link&#34; href=&#34;https://lingo.dev&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Lingo.dev&lt;/a&gt; Localization Engine.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://litmus.io/favicon.ico&#34; alt=&#34;Litmus.io Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/litmusautomation/litmus-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Litmus.io&lt;/a&gt;&lt;/strong&gt; - Official MCP server for configuring &lt;a class=&#34;link&#34; href=&#34;https://litmus.io&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Litmus&lt;/a&gt; Edge for Industrial Data Collection, Edge Analytics &amp;amp; Industrial AI.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://www.mailgun.com/favicon.ico&#34; alt=&#34;Mailgun Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/mailgun/mailgun-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Mailgun&lt;/a&gt;&lt;/strong&gt; - Interact with Mailgun API.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://www.make.com/favicon.ico&#34; alt=&#34;Make Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/integromat/make-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Make&lt;/a&gt;&lt;/strong&gt; - Turn your &lt;a class=&#34;link&#34; href=&#34;https://www.make.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Make&lt;/a&gt; scenarios into callable tools for AI assistants.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://googleapis.github.io/genai-toolbox/favicons/favicon.ico&#34; alt=&#34;MCP Toolbox for Databases Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/googleapis/genai-toolbox&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MCP Toolbox for Databases&lt;/a&gt;&lt;/strong&gt; - Open source MCP server specializing in easy, fast, and secure tools for Databases. Supports  AlloyDB, BigQuery, Bigtable, Cloud SQL, Dgraph, MySQL, Neo4j, Postgres, Spanner, and more.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://www.meilisearch.com/favicon.ico&#34; alt=&#34;Meilisearch Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/meilisearch/meilisearch-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Meilisearch&lt;/a&gt;&lt;/strong&gt; - Interact &amp;amp; query with Meilisearch (Full-text &amp;amp; semantic search API)&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://memgraph.com/favicon.png&#34; alt=&#34;Memgraph Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/memgraph/mcp-memgraph&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Memgraph&lt;/a&gt;&lt;/strong&gt; - Query your data in &lt;a class=&#34;link&#34; href=&#34;https://memgraph.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Memgraph&lt;/a&gt; graph database.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://metoro.io/static/images/logos/Metoro.svg&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/metoro-io/metoro-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Metoro&lt;/a&gt;&lt;/strong&gt; - Query and interact with kubernetes environments monitored by Metoro&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://www.mercadopago.com/favicon.ico&#34; alt=&#34;MercadoPago Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://mcp.mercadopago.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Mercado Pago&lt;/a&gt;&lt;/strong&gt; - Mercado Pago&amp;rsquo;s official MCP server.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://claritystatic.azureedge.net/images/logo.ico&#34; alt=&#34;Microsoft Clarity Logo&#34;/&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/microsoft/clarity-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Microsoft Clarity&lt;/a&gt;&lt;/strong&gt; - Official MCP Server to get your behavioral analytics data and insights from &lt;a class=&#34;link&#34; href=&#34;https://clarity.microsoft.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Clarity&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://conn-afd-prod-endpoint-bmc9bqahasf3grgk.b01.azurefd.net/releases/v1.0.1735/1.0.1735.4099/commondataserviceforapps/icon.png&#34; alt=&#34;Microsoft Dataverse Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://go.microsoft.com/fwlink/?linkid=2320176&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Microsoft Dataverse&lt;/a&gt;&lt;/strong&gt; - Chat over your business data using NL - Discover tables, run queries, retrieve data, insert or update records, and execute custom prompts grounded in business knowledge and context.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://milvus.io/favicon-32x32.png&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/zilliztech/mcp-server-milvus&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Milvus&lt;/a&gt;&lt;/strong&gt; - Search, Query and interact with data in your Milvus Vector Database.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://console.gomomento.com/favicon.ico&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/momentohq/mcp-momento&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Momento&lt;/a&gt;&lt;/strong&gt; - Momento Cache lets you quickly improve your performance, reduce costs, and handle load at any scale.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://www.mongodb.com/favicon.ico&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/mongodb-js/mongodb-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MongoDB&lt;/a&gt;&lt;/strong&gt; - Both MongoDB Community Server and MongoDB Atlas are supported.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://www.motherduck.com/favicon.ico&#34; alt=&#34;MotherDuck Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/motherduckdb/mcp-server-motherduck&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MotherDuck&lt;/a&gt;&lt;/strong&gt; - Query and analyze data with MotherDuck and local DuckDB&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://needle-ai.com/images/needle-logo-orange-2-rounded.png&#34; alt=&#34;Needle AI Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/needle-ai/needle-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Needle&lt;/a&gt;&lt;/strong&gt; - Production-ready RAG out of the box to search and retrieve data from your own documents.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://neo4j.com/favicon.ico&#34; alt=&#34;Neo4j Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/neo4j-contrib/mcp-neo4j/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Neo4j&lt;/a&gt;&lt;/strong&gt; - Neo4j graph database server (schema + read/write-cypher) and separate graph database backed memory&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://avatars.githubusercontent.com/u/183852044?s=48&amp;v=4&#34; alt=&#34;Neon Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/neondatabase/mcp-server-neon&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Neon&lt;/a&gt;&lt;/strong&gt; - Interact with the Neon serverless Postgres platform&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://www.netlify.com/favicon/icon.svg&#34; alt=&#34;Netlify Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://docs.netlify.com/welcome/build-with-ai/netlify-mcp-server/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Netlify&lt;/a&gt;&lt;/strong&gt; - Create, build, deploy, and manage your websites with Netlify web platform.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://avatars.githubusercontent.com/u/4792552?s=200&amp;v=4&#34; alt=&#34;Notion Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/makenotion/notion-mcp-server#readme&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Notion&lt;/a&gt;&lt;/strong&gt; - This project implements an MCP server for the Notion API.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://avatars.githubusercontent.com/u/82347605?s=48&amp;v=4&#34; alt=&#34;OceanBase Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/oceanbase/mcp-oceanbase&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OceanBase&lt;/a&gt;&lt;/strong&gt; - MCP Server for OceanBase database and its tools&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://docs.octagonagents.com/logo.svg&#34; alt=&#34;Octagon Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/OctagonAI/octagon-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Octagon&lt;/a&gt;&lt;/strong&gt; - Deliver real-time investment research with extensive private and public market data.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://maps.olakrutrim.com/favicon.ico&#34; alt=&#34;Ola Maps&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://pypi.org/project/ola-maps-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OlaMaps&lt;/a&gt;&lt;/strong&gt; - Official Ola Maps MCP Server for services like geocode, directions, place details and many more.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://op.gg/favicon.ico&#34; alt=&#34;OP.GG Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/opgginc/opgg-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OP.GG&lt;/a&gt;&lt;/strong&gt; - Access real-time gaming data across popular titles like League of Legends, TFT, and Valorant, offering champion analytics, esports schedules, meta compositions, and character statistics.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://app.opslevel.com/favicon.ico&#34; alt=&#34;OpsLevel&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/opslevel/opslevel-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OpsLevel&lt;/a&gt;&lt;/strong&gt; - Official MCP Server for &lt;a class=&#34;link&#34; href=&#34;https://www.opslevel.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OpsLevel&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://oxylabs.io/favicon.ico&#34; alt=&#34;Oxylabs Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/oxylabs/oxylabs-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Oxylabs&lt;/a&gt;&lt;/strong&gt; - Scrape websites with Oxylabs Web API, supporting dynamic rendering and parsing for structured data extraction.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://developer.paddle.com/favicon.svg&#34; alt=&#34;Paddle Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/PaddleHQ/paddle-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Paddle&lt;/a&gt;&lt;/strong&gt; - Interact with the Paddle API. Manage product catalog, billing and subscriptions, and reports.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://secure.pagos.ai/favicon.svg&#34; alt=&#34;Pagos Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/pagos-ai/pagos-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Pagos&lt;/a&gt;&lt;/strong&gt; - Interact with the Pagos API. Query Credit Card BIN Data with more to come.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://www.paypalobjects.com/webstatic/icon/favicon.ico&#34; alt=&#34;PayPal Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://mcp.paypal.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;PayPal&lt;/a&gt;&lt;/strong&gt; - PayPal&amp;rsquo;s official MCP server.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://www.perplexity.ai/favicon.ico&#34; alt=&#34;Perplexity Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ppl-ai/modelcontextprotocol&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Perplexity&lt;/a&gt;&lt;/strong&gt; - An MCP server that connects to Perplexity&amp;rsquo;s Sonar API, enabling real-time web-wide research in conversational AI.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://avatars.githubusercontent.com/u/54333248&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/pinecone-io/pinecone-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Pinecone&lt;/a&gt;&lt;/strong&gt; - &lt;a class=&#34;link&#34; href=&#34;https://docs.pinecone.io/guides/operations/mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Pinecone&lt;/a&gt;&amp;rsquo;s developer MCP Server assist developers in searching documentation and managing data within their development environment.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://avatars.githubusercontent.com/u/54333248&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/pinecone-io/assistant-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Pinecone Assistant&lt;/a&gt;&lt;/strong&gt; - Retrieves context from your &lt;a class=&#34;link&#34; href=&#34;https://docs.pinecone.io/guides/assistant/mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Pinecone Assistant&lt;/a&gt; knowledge base.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://www.prisma.io/images/favicon-32x32.png&#34; alt=&#34;Prisma Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.prisma.io/docs/postgres/mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prisma&lt;/a&gt;&lt;/strong&gt; - Create and manage Prisma Postgres databases&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://www.pulumi.com/images/favicon.ico&#34; alt=&#34;Pulumi Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/pulumi/mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Pulumi&lt;/a&gt;&lt;/strong&gt; - Deploy and manage cloud infrastructure using &lt;a class=&#34;link&#34; href=&#34;https://pulumi.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Pulumi&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://pure.md/favicon.png&#34; alt=&#34;Pure.md Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/puremd/puremd-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Pure.md&lt;/a&gt;&lt;/strong&gt; - Reliably access web content in markdown format with &lt;a class=&#34;link&#34; href=&#34;https://pure.md&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;pure.md&lt;/a&gt; (bot detection avoidance, proxy rotation, and headless JS rendering built in).&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://put.io/images/favicon.ico&#34; alt=&#34;Put.io Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/putdotio/putio-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Put.io&lt;/a&gt;&lt;/strong&gt; - Interact with your Put.io account to download torrents.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://avatars.githubusercontent.com/u/165178062&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ragieai/ragie-mcp-server/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ragie&lt;/a&gt;&lt;/strong&gt; - Retrieve context from your &lt;a class=&#34;link&#34; href=&#34;https://www.ragie.ai&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ragie&lt;/a&gt; (RAG) knowledge base connected to integrations like Google Drive, Notion, JIRA and more.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://avatars.githubusercontent.com/u/1529926&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/redis/mcp-redis/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Redis&lt;/a&gt;&lt;/strong&gt; - The Redis official MCP Server offers an interface to manage and search data in Redis.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://avatars.githubusercontent.com/u/1529926&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/redis/mcp-redis-cloud/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Redis Cloud API&lt;/a&gt;&lt;/strong&gt; - The Redis Cloud API MCP Server allows you to manage your Redis Cloud resources using natural language.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://app.snyk.io/bundle/favicon-faj49uD9.png&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/snyk/snyk-ls/blob/main/mcp_extension/README.md&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Snyk&lt;/a&gt;&lt;/strong&gt; - Enhance security posture by embedding &lt;a class=&#34;link&#34; href=&#34;https://snyk.io/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Snyk&lt;/a&gt; vulnerability scanning directly into agentic workflows.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://qdrant.tech/img/brand-resources-logos/logomark.svg&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/qdrant/mcp-server-qdrant/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Qdrant&lt;/a&gt;&lt;/strong&gt; - Implement semantic memory layer on top of the Qdrant vector search engine&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://www.ramp.com/favicon.ico&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ramp-public/ramp-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ramp&lt;/a&gt;&lt;/strong&gt; - Interact with &lt;a class=&#34;link&#34; href=&#34;https://ramp.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ramp&lt;/a&gt;&amp;rsquo;s Developer API to run analysis on your spend and gain insights leveraging LLMs&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/MindscapeHQ/mcp-server-raygun&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Raygun&lt;/a&gt;&lt;/strong&gt; - Interact with your crash reporting and real using monitoring data on your Raygun account&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://www.rember.com/favicon.ico&#34; alt=&#34;Rember Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/rember/rember-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Rember&lt;/a&gt;&lt;/strong&gt; - Create spaced repetition flashcards in &lt;a class=&#34;link&#34; href=&#34;https://rember.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Rember&lt;/a&gt; to remember anything you learn in your chats&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://riza.io/favicon.ico&#34; alt=&#34;Riza logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/riza-io/riza-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Riza&lt;/a&gt;&lt;/strong&gt; - Arbitrary code execution and tool-use platform for LLMs by &lt;a class=&#34;link&#34; href=&#34;https://riza.io&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Riza&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://cdn.prod.website-files.com/66b7de6a233c04f4dac200a6/66bed52680d689629483c18b_faviconV2%20(2).png&#34; alt=&#34;Root Signals Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/root-signals/root-signals-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Root Signals&lt;/a&gt;&lt;/strong&gt; - Improve and quality control your outputs with evaluations using LLM-as-Judge&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://pics.fatwang2.com/56912e614b35093426c515860f9f2234.svg&#34; /&gt; &lt;a class=&#34;link&#34; href=&#34;https://github.com/fatwang2/search1api-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Search1API&lt;/a&gt; - One API for Search, Crawling, and Sitemaps&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://screenshotone.com/favicon.ico&#34; alt=&#34;ScreenshotOne Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/screenshotone/mcp/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ScreenshotOne&lt;/a&gt;&lt;/strong&gt; - Render website screenshots with &lt;a class=&#34;link&#34; href=&#34;https://screenshotone.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ScreenshotOne&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://semgrep.dev/favicon.ico&#34; alt=&#34;Semgrep Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/semgrep/mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Semgrep&lt;/a&gt;&lt;/strong&gt; - Enable AI agents to secure code with &lt;a class=&#34;link&#34; href=&#34;https://semgrep.dev/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Semgrep&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://www.singlestore.com/favicon-32x32.png?v=277b9cbbe31e8bc416504cf3b902d430&#34;/&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/singlestore-labs/mcp-server-singlestore&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;SingleStore&lt;/a&gt;&lt;/strong&gt; - Interact with the SingleStore database platform&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://www.starrocks.io/favicon.ico&#34; alt=&#34;StarRocks Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/StarRocks/mcp-server-starrocks&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;StarRocks&lt;/a&gt;&lt;/strong&gt; - Interact with &lt;a class=&#34;link&#34; href=&#34;https://www.starrocks.io/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;StarRocks&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://stripe.com/favicon.ico&#34; alt=&#34;Stripe Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/stripe/agent-toolkit&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Stripe&lt;/a&gt;&lt;/strong&gt; - Interact with Stripe API&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://tavily.com/favicon.ico&#34; alt=&#34;Tavily Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/tavily-ai/tavily-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Tavily&lt;/a&gt;&lt;/strong&gt; - Search engine for AI agents (search + extract) powered by &lt;a class=&#34;link&#34; href=&#34;https://tavily.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Tavily&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://raw.githubusercontent.com/hashicorp/terraform-mcp-server/main/public/images/Terraform-LogoMark_onDark.svg&#34; alt=&#34;Terraform Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/hashicorp/terraform-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Terraform&lt;/a&gt;&lt;/strong&gt; - Seamlessly integrate with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development powered by &lt;a class=&#34;link&#34; href=&#34;https://www.hashicorp.com/en/products/terraform&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Terraform&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://thirdweb.com/favicon.ico&#34; alt=&#34;Thirdweb Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/thirdweb-dev/ai/tree/main/python/thirdweb-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Thirdweb&lt;/a&gt;&lt;/strong&gt; - Read/write to over 2k blockchains, enabling data querying, contract analysis/deployment, and transaction execution, powered by &lt;a class=&#34;link&#34; href=&#34;https://thirdweb.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Thirdweb&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://tianji.msgbyte.com/img/dark-brand.svg&#34; alt=&#34;Tianji Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/msgbyte/tianji/tree/master/apps/mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Tianji&lt;/a&gt;&lt;/strong&gt; - Interact with Tianji platform whatever selfhosted or cloud platform, powered by &lt;a class=&#34;link&#34; href=&#34;https://tianji.msgbyte.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Tianji&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://www.pingcap.com/favicon.ico&#34; alt=&#34;TiDB Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/pingcap/pytidb&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;TiDB&lt;/a&gt;&lt;/strong&gt; - MCP Server to interact with TiDB database platform.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://www.tinybird.co/favicon.ico&#34; alt=&#34;Tinybird Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/tinybirdco/mcp-tinybird&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Tinybird&lt;/a&gt;&lt;/strong&gt; - Interact with Tinybird serverless ClickHouse platform&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://b2729162.smushcdn.com/2729162/wp-content/uploads/2023/10/cropped-Favicon-1-192x192.png?lossy=1&amp;strip=1&amp;webp=1&#34; alt=&#34;Tldv Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://gitlab.com/tldv/tldv-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Tldv&lt;/a&gt;&lt;/strong&gt; - Connect your AI agents to Google-Meet, Zoom &amp;amp; Microsoft Teams through &lt;a class=&#34;link&#34; href=&#34;https://tldv.io&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;tl;dv&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://unifai.network/favicon.ico&#34; alt=&#34;UnifAI Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/unifai-network/unifai-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;UnifAI&lt;/a&gt;&lt;/strong&gt; - Dynamically search and call tools using &lt;a class=&#34;link&#34; href=&#34;https://unifai.network&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;UnifAI Network&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://framerusercontent.com/images/plcQevjrOYnyriuGw90NfQBPoQ.jpg&#34; alt=&#34;Unstructured Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Unstructured-IO/UNS-MCP&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Unstructured&lt;/a&gt;&lt;/strong&gt; - Set up and interact with your unstructured data processing workflows in &lt;a class=&#34;link&#34; href=&#34;https://unstructured.io&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Unstructured Platform&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://upstash.com/icons/favicon-32x32.png&#34; alt=&#34;Upstash Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/upstash/mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Upstash&lt;/a&gt;&lt;/strong&gt; - Manage Redis databases and run Redis commands on &lt;a class=&#34;link&#34; href=&#34;https://upstash.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Upstash&lt;/a&gt; with natural language.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/vectorize-io/vectorize-mcp-server/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Vectorize&lt;/a&gt;&lt;/strong&gt; - &lt;a class=&#34;link&#34; href=&#34;https://vectorize.io&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Vectorize&lt;/a&gt; MCP server for advanced retrieval, Private Deep Research, Anything-to-Markdown file extraction and text chunking.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://static.verbwire.com/favicon-16x16.png&#34; alt=&#34;Verbwire Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/verbwire/verbwire-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Verbwire&lt;/a&gt;&lt;/strong&gt; - Deploy smart contracts, mint NFTs, manage IPFS storage, and more through the Verbwire API&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://verodat.io/assets/favicon-16x16.png&#34; alt=&#34;Verodat Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Verodat/verodat-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Verodat&lt;/a&gt;&lt;/strong&gt; - Interact with Verodat AI Ready Data platform&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://www.veyrax.com/favicon.ico&#34; alt=&#34;VeyraX Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/VeyraX/veyrax-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;VeyraX&lt;/a&gt;&lt;/strong&gt; - Single tool to control all 100+ API integrations, and UI components&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://waystation.ai/images/logo.svg&#34; alt=&#34;WayStation Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/waystation-ai/mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;WayStation&lt;/a&gt;&lt;/strong&gt; - Universal MCP server to connect to popular productivity tools such as Notion, Monday, AirTable, and many more&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://wavespeed.ai/logo.webp&#34; alt=&#34;WaveSpeed Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/WaveSpeedAI/mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;WaveSpeed&lt;/a&gt;&lt;/strong&gt; - WaveSpeed MCP server providing AI agents with image and video generation capabilities.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://www.xero.com/favicon.ico&#34; alt=&#34;Xero Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/XeroAPI/xero-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Xero&lt;/a&gt;&lt;/strong&gt; - Interact with the accounting data in your business using our official MCP server&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://www.yugabyte.com/favicon-16x16.png&#34; alt=&#34;YugabyteDB Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/yugabyte/yugabytedb-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;YugabyteDB&lt;/a&gt;&lt;/strong&gt; -  MCP Server to interact with your &lt;a class=&#34;link&#34; href=&#34;https://www.yugabyte.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;YugabyteDB&lt;/a&gt; database&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://cdn.zapier.com/zapier/images/favicon.ico&#34; alt=&#34;Zapier Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://zapier.com/mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Zapier&lt;/a&gt;&lt;/strong&gt; - Connect your AI Agents to 8,000 apps instantly.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/zenml-io/mcp-zenml&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ZenML&lt;/a&gt;&lt;/strong&gt; - Interact with your MLOps and LLMOps pipelines through your &lt;a class=&#34;link&#34; href=&#34;https://www.zenml.io&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ZenML&lt;/a&gt; MCP server&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;-community-servers&#34;&gt;🌎 Community Servers
&lt;/h3&gt;&lt;p&gt;A growing set of community-developed and maintained servers demonstrates various applications of MCP across different domains.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; Community servers are &lt;strong&gt;untested&lt;/strong&gt; and should be used at &lt;strong&gt;your own risk&lt;/strong&gt;. They are not affiliated with or endorsed by Anthropic.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/1Panel-dev/mcp-1panel&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;1Panel&lt;/a&gt;&lt;/strong&gt; - MCP server implementation that provides 1Panel interaction.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/GongRzhe/A2A-MCP-Server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;A2A&lt;/a&gt;&lt;/strong&gt; - An MCP server that bridges the Model Context Protocol (MCP) with the Agent-to-Agent (A2A) protocol, enabling MCP-compatible AI assistants (like Claude) to seamlessly interact with A2A agents.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Simon-Kansara/ableton-live-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ableton Live&lt;/a&gt;&lt;/strong&gt; - an MCP server to control Ableton Live.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ahujasid/ableton-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ableton Live&lt;/a&gt;&lt;/strong&gt; (by ahujasid) - Ableton integration allowing prompt enabled music creation.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/aquarius-wing/actor-critic-thinking-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Actor Critic Thinking&lt;/a&gt;&lt;/strong&gt; - Actor-critic thinking for performance evaluation&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/agentset-ai/mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Agentset&lt;/a&gt;&lt;/strong&gt; - RAG for your knowledge base connected to &lt;a class=&#34;link&#34; href=&#34;https://agentset.ai&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Agentset&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/AI-Agent-Hub/ai-agent-marketplace-index-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;AI Agent Marketplace Index&lt;/a&gt;&lt;/strong&gt; - MCP server to search more than 5000+ AI agents and tools of various categories from &lt;a class=&#34;link&#34; href=&#34;http://www.deepnlp.org/store/ai-agent&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;AI Agent Marketplace Index&lt;/a&gt; and monitor traffic of AI Agents.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/openbnb-org/mcp-server-airbnb&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Airbnb&lt;/a&gt;&lt;/strong&gt; - Provides tools to search Airbnb and get listing details.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/yangkyeongmo/mcp-server-apache-airflow&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Airflow&lt;/a&gt;&lt;/strong&gt; - A MCP Server that connects to &lt;a class=&#34;link&#34; href=&#34;https://airflow.apache.org/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Apache Airflow&lt;/a&gt; using official python client.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/domdomegg/airtable-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Airtable&lt;/a&gt;&lt;/strong&gt; - Read and write access to &lt;a class=&#34;link&#34; href=&#34;https://airtable.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Airtable&lt;/a&gt; databases, with schema inspection.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/felores/airtable-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Airtable&lt;/a&gt;&lt;/strong&gt; - Airtable Model Context Protocol Server.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/GoPlausible/algorand-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Algorand&lt;/a&gt;&lt;/strong&gt; - A comprehensive MCP server for tooling interactions (40+) and resource accessibility (60+) plus many useful prompts for interacting with the Algorand blockchain.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/calvernaz/alphavantage&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;AlphaVantage&lt;/a&gt;&lt;/strong&gt; - MCP server for stock market data API &lt;a class=&#34;link&#34; href=&#34;https://www.alphavantage.co&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;AlphaVantage&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/donghyun-chae/mcp-amadeus&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Amadeus&lt;/a&gt;&lt;/strong&gt; (by donghyun-chae) - An MCP server to access, explore, and interact with Amadeus Flight Offers Search API for retrieving detailed flight options, including airline, times, duration, and pricing data.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/MarketplaceAdPros/amazon-ads-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Amazon Ads&lt;/a&gt;&lt;/strong&gt; - MCP Server that provides interaction capabilities with Amazon Advertising through &lt;a class=&#34;link&#34; href=&#34;https://marketplaceadpros.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MarketplaceAdPros&lt;/a&gt;/&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/scorzeth/anki-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Anki&lt;/a&gt;&lt;/strong&gt; - An MCP server for interacting with your &lt;a class=&#34;link&#34; href=&#34;https://apps.ankiweb.net&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Anki&lt;/a&gt; decks and cards.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/antvis/mcp-server-chart&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;AntV Chart&lt;/a&gt;&lt;/strong&gt; - A Model Context Protocol server for generating 15+ visual charts using &lt;a class=&#34;link&#34; href=&#34;https://github.com/antvis&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;AntV&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/pyroprompts/any-chat-completions-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Any Chat Completions&lt;/a&gt;&lt;/strong&gt; - Interact with any OpenAI SDK Compatible Chat Completions API like OpenAI, Perplexity, Groq, xAI and many more.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/datastrato/mcp-server-gravitino&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Apache Gravitino(incubating)&lt;/a&gt;&lt;/strong&gt; - Allow LLMs to explore metadata of structured data and unstructured data with Gravitino, and perform data governance tasks including tagging/classification.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/GongRzhe/APIWeaver&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;APIWeaver&lt;/a&gt;&lt;/strong&gt; - An MCP server that dynamically creates MCP  servers from web API configurations. This allows you to easily integrate any REST API, GraphQL endpoint, or web service into an MCP-compatible tool that can be used by AI assistants like Claude.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/vgnshiyer/apple-books-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Apple Books&lt;/a&gt;&lt;/strong&gt; - Interact with your library on Apple Books, manage your book collection, summarize highlights, notes, and much more.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Omar-v2/mcp-ical&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Apple Calendar&lt;/a&gt;&lt;/strong&gt; - An MCP server that allows you to interact with your MacOS Calendar through natural language, including features such as event creation, modification, schedule listing, finding free time slots etc.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/peakmojo/applescript-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Apple Script&lt;/a&gt;&lt;/strong&gt; - MCP server that lets LLM run AppleScript code to to fully control anything on Mac, no setup needed.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/diegobit/aranet4-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Aranet4&lt;/a&gt;&lt;/strong&gt; - MCP Server to manage your Aranet4 CO2 sensor. Fetch data and store in a local SQLite. Ask questions about historical data.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ravenwits/mcp-server-arangodb&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ArangoDB&lt;/a&gt;&lt;/strong&gt; - MCP Server that provides database interaction capabilities through &lt;a class=&#34;link&#34; href=&#34;https://arangodb.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ArangoDB&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/vishalmysore/choturobo&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Arduino&lt;/a&gt;&lt;/strong&gt; - MCP Server that enables AI-powered robotics using Claude AI and Arduino (ESP32) for real-world automation and interaction with robots.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/prashalruchiranga/arxiv-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;arXiv API&lt;/a&gt;&lt;/strong&gt; - An MCP server that enables interacting with the arXiv API using natural language.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/takashiishida/arxiv-latex-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;arxiv-latex-mcp&lt;/a&gt;&lt;/strong&gt; - MCP server that fetches and processes arXiv LaTeX sources for precise interpretation of mathematical expressions in papers.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/sooperset/mcp-atlassian&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Atlassian&lt;/a&gt;&lt;/strong&gt; - Interact with Atlassian Cloud products (Confluence and Jira) including searching/reading Confluence spaces/pages, accessing Jira issues, and project metadata.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/phuc-nt/mcp-atlassian-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Atlassian Server (by phuc-nt)&lt;/a&gt;&lt;/strong&gt; - An MCP server that connects AI agents (Cline, Claude Desktop, Cursor, etc.) to Atlassian Jira &amp;amp; Confluence, enabling data queries and actions through the Model Context Protocol.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/co-browser/attestable-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Attestable MCP&lt;/a&gt;&lt;/strong&gt; - An MCP server running inside a trusted execution environment (TEE) via Gramine, showcasing remote attestation using &lt;a class=&#34;link&#34; href=&#34;https://gramine.readthedocs.io/en/stable/attestation.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;RA-TLS&lt;/a&gt;. This allows an MCP client to verify the server before conencting.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/glassBead-tc/audius-mcp-atris&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Audius&lt;/a&gt;&lt;/strong&gt; - Audius + AI = Atris. Interact with fans, stream music, tip your favorite artists, and more on Audius: all through Claude.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/rishikavikondala/mcp-server-aws&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;AWS&lt;/a&gt;&lt;/strong&gt; - Perform operations on your AWS resources using an LLM.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/lishenxydlgzs/aws-athena-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;AWS Athena&lt;/a&gt;&lt;/strong&gt; - A MCP server for AWS Athena to run SQL queries on Glue Catalog.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/gitCarrot/mcp-server-aws-cognito&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;AWS Cognito&lt;/a&gt;&lt;/strong&gt; - A MCP server that connects to AWS Cognito for authentication and user management.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/aarora79/aws-cost-explorer-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;AWS Cost Explorer&lt;/a&gt;&lt;/strong&gt; - Optimize your AWS spend (including Amazon Bedrock spend) with this MCP server by examining spend across regions, services, instance types and foundation models (&lt;a class=&#34;link&#34; href=&#34;https://www.youtube.com/watch?v=WuVOmYLRFmI&amp;amp;feature=youtu.be&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;demo video&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/baryhuang/mcp-server-aws-resources-python&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;AWS Resources Operations&lt;/a&gt;&lt;/strong&gt; - Run generated python code to securely query or modify any AWS resources supported by boto3.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/aws-samples/sample-mcp-server-s3&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;AWS S3&lt;/a&gt;&lt;/strong&gt; - A sample MCP server for AWS S3 that flexibly fetches objects from S3 such as PDF documents.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/pab1it0/adx-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Azure ADX&lt;/a&gt;&lt;/strong&gt; - Query and analyze Azure Data Explorer databases.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Vortiago/mcp-azure-devops&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Azure DevOps&lt;/a&gt;&lt;/strong&gt; - An MCP server that provides a bridge to Azure DevOps services, enabling AI assistants to query and manage work items.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Azure-Samples/mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Azure MCP Hub&lt;/a&gt;&lt;/strong&gt; - A curated list of all MCP servers and related resources for Azure developers by &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/achandmsft&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Arun Sekhar&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/jacwu/mcp-server-aoai-dalle3&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Azure OpenAI DALL-E 3 MCP Server&lt;/a&gt;&lt;/strong&gt; - A MCP server for Azure OpenAI DALL-E 3 service to generate image from text.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/coder-linping/azure-wiki-search-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Azure Wiki Search&lt;/a&gt;&lt;/strong&gt; - An MCP that enables AI to query the wiki hosted on Azure Devops Wiki.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/baidubce/app-builder/tree/master/python/mcp_server/ai_search&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Baidu AI Search&lt;/a&gt;&lt;/strong&gt; - Web search with Baidu Cloud&amp;rsquo;s AI Search&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/encoreshao/bamboohr-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;BambooHR MCP&lt;/a&gt;&lt;/strong&gt; - An MCP server that interfaces with the BambooHR APIs, providing access to employee data, time tracking, and HR management features.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/magnetai/mcp-free-usdc-transfer&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Base Free USDC Transfer&lt;/a&gt;&lt;/strong&gt; - Send USDC on &lt;a class=&#34;link&#34; href=&#34;https://base.org&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Base&lt;/a&gt; for free using Claude AI! Built with &lt;a class=&#34;link&#34; href=&#34;https://docs.cdp.coinbase.com/mpc-wallet/docs/welcome&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Coinbase CDP&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/basicmachines-co/basic-memory&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Basic Memory&lt;/a&gt;&lt;/strong&gt; - Local-first knowledge management system that builds a semantic graph from Markdown files, enabling persistent memory across conversations with LLMs.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/LucasHild/mcp-server-bigquery&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;BigQuery&lt;/a&gt;&lt;/strong&gt; (by LucasHild) - This server enables LLMs to inspect database schemas and execute queries on BigQuery.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ergut/mcp-bigquery-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;BigQuery&lt;/a&gt;&lt;/strong&gt; (by ergut) - Server implementation for Google BigQuery integration that enables direct BigQuery database access and querying capabilities&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/wangshunnn/bilibili-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Bilibili&lt;/a&gt;&lt;/strong&gt; - This MCP server provides tools to fetch Bilibili user profiles, video metadata, search videos, and more.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/leehanchung/bing-search-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Bing Web Search API&lt;/a&gt;&lt;/strong&gt; (by hanchunglee) - Server implementation for Microsoft Bing Web Search API.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/lloydzhou/bitable-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Bitable MCP&lt;/a&gt;&lt;/strong&gt; (by lloydzhou) - MCP server provides access to Lark Bitable through the Model Context Protocol. It allows users to interact with Bitable tables using predefined tools.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ahujasid/blender-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Blender&lt;/a&gt;&lt;/strong&gt; (by ahujasid) - Blender integration allowing prompt enabled 3D scene creation, modeling and manipulation.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/agree-able/room-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;BreakoutRoom&lt;/a&gt;&lt;/strong&gt; - Agents accomplishing goals together in p2p rooms&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/co-browser/browser-use-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;browser-use&lt;/a&gt;&lt;/strong&gt; (by co-browser) - browser-use MCP server with dockerized playwright + chromium + vnc. supports stdio &amp;amp; resumable http.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/mattiasw/browserloop&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;BrowserLoop&lt;/a&gt;&lt;/strong&gt; - An MCP server for taking screenshots of web pages using Playwright. Supports high-quality capture with configurable formats, viewport sizes, cookie-based authentication, and both full page and element-specific screenshots.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/TermiX-official/bsc-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Bsc-mcp&lt;/a&gt;&lt;/strong&gt; The first MCP server that serves as the bridge between AI and BNB Chain, enabling AI agents to execute complex on-chain operations through seamless integration with the BNB Chain, including transfer, swap, launch, security check on any token and even more.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/svkaizoku/mcp-bvg&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;BVG MCP Server - (Unofficial) &lt;/a&gt;&lt;/strong&gt; - Unofficial MCP server for Berliner Verkehrsbetriebe Api.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/githejie/mcp-server-calculator&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Calculator&lt;/a&gt;&lt;/strong&gt; - This server enables LLMs to use calculator for precise numerical calculations.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/universal-mcp/calendly&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Calendly&lt;/a&gt;&lt;/strong&gt; - Calendly MCP server from &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://agentr.dev/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;agentr&lt;/a&gt;&lt;/strong&gt; that provides support for managing events and scheduling via Calendly.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/jyjune/mcp_vms&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;CCTV VMS MCP&lt;/a&gt;&lt;/strong&gt; - A Model Context Protocol (MCP) server designed to connect to a CCTV recording program (VMS) to retrieve recorded and live video streams. It also provides tools to control the VMS software, such as showing live or playback dialogs for specific channels at specified times.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/lenwood/cfbd-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;CFBD API&lt;/a&gt;&lt;/strong&gt; - An MCP server for the &lt;a class=&#34;link&#34; href=&#34;https://collegefootballdata.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;College Football Data API&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/AI-QL/chat-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ChatMCP&lt;/a&gt;&lt;/strong&gt; – An Open Source Cross-platform GUI Desktop application compatible with Linux, macOS, and Windows, enabling seamless interaction with MCP servers across dynamically selectable LLMs, by &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/AI-QL&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;AIQL&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/mcpso/mcp-server-chatsum&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ChatSum&lt;/a&gt;&lt;/strong&gt; - Query and Summarize chat messages with LLM. by &lt;a class=&#34;link&#34; href=&#34;https://mcp.so&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;mcpso&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/pab1it0/chess-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Chess.com&lt;/a&gt;&lt;/strong&gt; - Access Chess.com player data, game records, and other public information through standardized MCP interfaces, allowing AI assistants to search and analyze chess information.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/wilson-urdaneta/chesspal-mcp-engine&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ChessPal Chess Engine (stockfish)&lt;/a&gt;&lt;/strong&gt; - A Stockfish-powered chess engine exposed as an MCP server. Calculates best moves and supports both HTTP/SSE and stdio transports.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/privetin/chroma&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Chroma&lt;/a&gt;&lt;/strong&gt; - Vector database server for semantic document search and metadata filtering, built on Chroma&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/peless/claude-thread-continuity&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Claude Thread Continuity&lt;/a&gt;&lt;/strong&gt; - Persistent memory system enabling Claude Desktop conversations to resume with full context across sessions. Maintains conversation history, project states, and user preferences for seamless multi-session workflows.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ZilongXue/claude-post&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ClaudePost&lt;/a&gt;&lt;/strong&gt; - ClaudePost enables seamless email management for Gmail, offering secure features like email search, reading, and sending.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/TaazKareem/clickup-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ClickUp&lt;/a&gt;&lt;/strong&gt; - MCP server for ClickUp task management, supporting task creation, updates, bulk operations, and markdown descriptions.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/felores/cloudinary-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Cloudinary&lt;/a&gt;&lt;/strong&gt; - Cloudinary Model Context Protocol Server to upload media to Cloudinary and get back the media link and details.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/universal-mcp/coda&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Coda&lt;/a&gt;&lt;/strong&gt; - Coda.io MCP server from &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://agentr.dev/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;agentr&lt;/a&gt;&lt;/strong&gt; that provides support for reading and writing data to Coda docs and tables.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/stippi/code-assistant&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;code-assistant&lt;/a&gt;&lt;/strong&gt; - A coding assistant MCP server that allows to explore a code-base and make changes to code. Should be used with trusted repos only (insufficient protection against prompt injections).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/bazinga012/mcp_code_executor&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;code-executor&lt;/a&gt;&lt;/strong&gt; - An MCP server that allows LLMs to execute Python code within a specified Conda environment.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Automata-Labs-team/code-sandbox-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;code-sandbox-mcp&lt;/a&gt;&lt;/strong&gt; - An MCP server to create secure code sandbox environment for executing code within Docker containers.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/topoteretes/cognee/tree/main/cognee-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;cognee-mcp&lt;/a&gt;&lt;/strong&gt; - GraphRAG memory server with customizable ingestion, data processing and search&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/longmans/coin_api_mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;coin_api_mcp&lt;/a&gt;&lt;/strong&gt; - Provides access to &lt;a class=&#34;link&#34; href=&#34;https://coinmarketcap.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;coinmarketcap&lt;/a&gt; cryptocurrency data.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/shinzo-labs/coinmarketcap-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;CoinMarketCap&lt;/a&gt;&lt;/strong&gt; - Implements the complete &lt;a class=&#34;link&#34; href=&#34;https://coinmarketcap.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;CoinMarketCap&lt;/a&gt; API for accessing cryptocurrency market data, exchange information, and other blockchain-related metrics.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/g0t4/mcp-server-commands&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;commands&lt;/a&gt;&lt;/strong&gt; - Run commands and scripts. Just like in a terminal.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/baryhuang/mcp-remote-macos-use&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Computer-Use - Remote MacOS Use&lt;/a&gt;&lt;/strong&gt; - Open-source out-of-the-box alternative to OpenAI Operator, providing a full desktop experience and optimized for using remote macOS machines as autonomous AI agents.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/kocierik/consul-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;consul-mcp&lt;/a&gt;&lt;/strong&gt; - A consul MCP server for service management, health check and Key-Value Store&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ivo-toby/contentful-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Contentful-mcp&lt;/a&gt;&lt;/strong&gt; - Read, update, delete, publish content in your &lt;a class=&#34;link&#34; href=&#34;https://contentful.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Contentful&lt;/a&gt; space(s) from this MCP Server.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/GreatScottyMac/context-portal&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;context-portal&lt;/a&gt;&lt;/strong&gt; - Context Portal (ConPort) is a memory bank database system that effectively builds a project-specific knowledge graph, capturing entities like decisions, progress, and architecture, along with their relationships. This serves as a powerful backend for Retrieval Augmented Generation (RAG), enabling AI assistants to access precise, up-to-date project information.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/spgoodman/createveai-nexus-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;CreateveAI Nexus&lt;/a&gt;&lt;/strong&gt; - Open-Source Bridge Between AI Agents and Enterprise Systems, with simple custom API plug-in capabilities (including close compatibility with ComfyUI nodes), support for Copilot Studio&amp;rsquo;s MCP agent integations, and support for Azure deployment in secure environments with secrets stored in Azure Key Vault, as well as straightforward on-premises deployment.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/TSavo/creatify-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Creatify&lt;/a&gt;&lt;/strong&gt; - MCP Server that exposes Creatify AI API capabilities for AI video generation, including avatar videos, URL-to-video conversion, text-to-speech, and AI-powered editing tools.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Cronlytic/cronlytic-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Cronlytic&lt;/a&gt;&lt;/strong&gt; - Create CRUD operations for serverless cron jobs through &lt;a class=&#34;link&#34; href=&#34;https://cronlytic.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Cronlytic&lt;/a&gt; MCP Server&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/kukapay/crypto-feargreed-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;crypto-feargreed-mcp&lt;/a&gt;&lt;/strong&gt;  -  Providing real-time and historical Crypto Fear &amp;amp; Greed Index data.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/kukapay/crypto-indicators-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;crypto-indicators-mcp&lt;/a&gt;&lt;/strong&gt;  -  An MCP server providing a range of cryptocurrency technical analysis indicators and strategies.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/kukapay/crypto-sentiment-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;crypto-sentiment-mcp&lt;/a&gt;&lt;/strong&gt;  -  An MCP server that delivers cryptocurrency sentiment analysis to AI agents.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/kukapay/cryptopanic-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;cryptopanic-mcp-server&lt;/a&gt;&lt;/strong&gt; - Providing latest cryptocurrency news to AI agents, powered by CryptoPanic.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/matthewdcage/cursor-mcp-installer&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Cursor MCP Installer&lt;/a&gt;&lt;/strong&gt; - A tool to easily install and configure other MCP servers within Cursor IDE, with support for npm packages, local directories, and Git repositories.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/DappierAI/dappier-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Dappier&lt;/a&gt;&lt;/strong&gt; - Connect LLMs to real-time, rights-cleared, proprietary data from trusted sources. Access specialized models for Real-Time Web Search, News, Sports, Financial Data, Crypto, and premium publisher content. Explore data models at &lt;a class=&#34;link&#34; href=&#34;https://marketplace.dappier.com/marketplace&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;marketplace.dappier.com&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/reading-plus-ai/mcp-server-data-exploration&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Data Exploration&lt;/a&gt;&lt;/strong&gt; - MCP server for autonomous data exploration on .csv-based datasets, providing intelligent insights with minimal effort. NOTE: Will execute arbitrary Python code on your machine, please use with caution!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/JordiNeil/mcp-databricks-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Databricks&lt;/a&gt;&lt;/strong&gt; - Allows LLMs to run SQL queries, list and get details of jobs executions in a Databricks account.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/yashshingvi/databricks-genie-MCP&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Databricks Genie&lt;/a&gt;&lt;/strong&gt; - A server that connects to the Databricks Genie, allowing LLMs to ask natural language questions, run SQL queries, and interact with Databricks conversational agents.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/RafaelCartenet/mcp-databricks-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Databricks Smart SQL&lt;/a&gt;&lt;/strong&gt; - Leveraging Databricks Unity Catalog metadata, perform smart efficient SQL queries to solve Ad-hoc queries and explore data.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/GeLi2001/datadog-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Datadog&lt;/a&gt;&lt;/strong&gt; - Datadog MCP Server for application tracing, monitoring, dashboard, incidents queries built on official datadog api.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/privetin/dataset-viewer&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Dataset Viewer&lt;/a&gt;&lt;/strong&gt; - Browse and analyze Hugging Face datasets with features like search, filtering, statistics, and data export&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/aliyun/alibabacloud-dataworks-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;DataWorks&lt;/a&gt;&lt;/strong&gt; - A Model Context Protocol (MCP) server that provides tools for AI, allowing it to interact with the &lt;a class=&#34;link&#34; href=&#34;https://www.alibabacloud.com/help/en/dataworks/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;DataWorks&lt;/a&gt; Open API through a standardized interface. This implementation is based on the Alibaba Cloud Open API and enables AI agents to perform cloud resources operations seamlessly.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/samuelgursky/davinci-resolve-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;DaVinci Resolve&lt;/a&gt;&lt;/strong&gt; - MCP server integration for DaVinci Resolve providing powerful tools for video editing, color grading, media management, and project control.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/bytebase/dbhub/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;DBHub&lt;/a&gt;&lt;/strong&gt; - Universal database MCP server connecting to MySQL, PostgreSQL, SQLite, DuckDB and etc.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/snagasuri/deebo-prototype&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Deebo&lt;/a&gt;&lt;/strong&gt; – Agentic debugging MCP server that helps AI coding agents delegate and fix hard bugs through isolated multi-agent hypothesis testing.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/reading-plus-ai/mcp-server-deep-research&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Deep Research&lt;/a&gt;&lt;/strong&gt; - Lightweight MCP server offering Grok/OpenAI/Gemini/Perplexity-style automated deep research exploration and structured reporting.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/DMontgomery40/deepseek-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;DeepSeek MCP Server&lt;/a&gt;&lt;/strong&gt; - Model Context Protocol server integrating DeepSeek&amp;rsquo;s advanced language models, in addition to &lt;a class=&#34;link&#34; href=&#34;https://github.com/DMontgomery40/deepseek-mcp-server?tab=readme-ov-file#features&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;other useful API endpoints&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ruixingshi/deepseek-thinker-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;deepseek-thinker-mcp&lt;/a&gt;&lt;/strong&gt; - A MCP (Model Context Protocol) provider Deepseek reasoning content to MCP-enabled AI Clients, like Claude Desktop. Supports access to Deepseek&amp;rsquo;s thought processes from the Deepseek API service or from a local Ollama server.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/66julienmartin/MCP-server-Deepseek_R1&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Deepseek_R1&lt;/a&gt;&lt;/strong&gt; - A Model Context Protocol (MCP) server implementation connecting Claude Desktop with DeepSeek&amp;rsquo;s language models (R1/V3)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/descope-sample-apps/descope-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Descope&lt;/a&gt;&lt;/strong&gt; - An MCP server to integrate with &lt;a class=&#34;link&#34; href=&#34;https://descope.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Descope&lt;/a&gt; to search audit logs, manage users, and more.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/wonderwhy-er/DesktopCommanderMCP&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;DesktopCommander&lt;/a&gt;&lt;/strong&gt; - Let AI edit and manage files on your computer, run terminal commands, and connect to remote servers via SSH - all powered by one of the most popular local MCP servers.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/damms005/devdb-vscode?tab=readme-ov-file#mcp-configuration&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;DevDb&lt;/a&gt;&lt;/strong&gt; - An MCP server that runs right inside the IDE, for connecting to MySQL, Postgres, SQLite, and MSSQL databases.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ChristianHinge/dicom-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Dicom&lt;/a&gt;&lt;/strong&gt; - An MCP server to query and retrieve medical images and for parsing and reading dicom-encapsulated documents (pdf etc.).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/YanxingLiu/dify-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Dify&lt;/a&gt;&lt;/strong&gt; - A simple implementation of an MCP server for dify workflows.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/cswkim/discogs-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Discogs&lt;/a&gt;&lt;/strong&gt; - A MCP server that connects to the Discogs API for interacting with your music collection.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/v-3/discordmcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Discord&lt;/a&gt;&lt;/strong&gt; - A MCP server to connect to Discord guilds through a bot and read and write messages in channels&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/SaseQ/discord-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Discord&lt;/a&gt;&lt;/strong&gt; - A MCP server, which connects to Discord through a bot, and provides comprehensive integration with Discord.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Klavis-AI/klavis/tree/main/mcp_servers/discord&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Discord&lt;/a&gt;&lt;/strong&gt; - For Discord API integration by Klavis AI&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/AshDevFr/discourse-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Discourse&lt;/a&gt;&lt;/strong&gt; - A MCP server to search Discourse posts on a Discourse forum.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ckreiling/mcp-server-docker&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Docker&lt;/a&gt;&lt;/strong&gt; - Integrate with Docker to manage containers, images, volumes, and networks.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/da1z/docsmcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Docs&lt;/a&gt;&lt;/strong&gt; - Enable documentation access for the AI agent, supporting llms.txt and other remote or local files.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/dodopayments/dodopayments-node/tree/main/packages/mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Dodo Payments&lt;/a&gt;&lt;/strong&gt; - Enables AI agents to securely perform payment operations via a lightweight, serverless-compatible interface to the &lt;a class=&#34;link&#34; href=&#34;https://dodopayments.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Dodo Payments&lt;/a&gt; API.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/szeider/mcp-dblp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;DPLP&lt;/a&gt;&lt;/strong&gt;  - Searches the &lt;a class=&#34;link&#34; href=&#34;https://dblp.org&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;DBLP&lt;/a&gt; computer science bibliography database.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Omedia/mcp-server-drupal&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Drupal&lt;/a&gt;&lt;/strong&gt; - Server for interacting with &lt;a class=&#34;link&#34; href=&#34;https://www.drupal.org/project/mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Drupal&lt;/a&gt; using STDIO transport layer.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/kukapay/dune-analytics-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;dune-analytics-mcp&lt;/a&gt;&lt;/strong&gt; -  A mcp server that bridges Dune Analytics data to AI agents.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.dynamodbtoolbox.com/docs/databases/actions/mcp-toolkit&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;DynamoDB-Toolbox&lt;/a&gt;&lt;/strong&gt; - Leverages your Schemas and Access Patterns to interact with your &lt;a class=&#34;link&#34; href=&#34;https://aws.amazon.com/dynamodb&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;DynamoDB&lt;/a&gt; Database using natural language.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/onebirdrocks/ebook-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;eBook-mcp&lt;/a&gt;&lt;/strong&gt; - A lightweight MCP server that allows LLMs to read and interact with your personal PDF and EPUB ebooks. Ideal for building AI reading assistants or chat-based ebook interfaces.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/TencentEdgeOne/edgeone-pages-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;EdgeOne Pages MCP&lt;/a&gt;&lt;/strong&gt; - An MCP service for deploying HTML content to EdgeOne Pages and obtaining a publicly accessible URL.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/edwin-finance/edwin/tree/main/examples/mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Edwin&lt;/a&gt;&lt;/strong&gt; - MCP server for edwin SDK - enabling AI agents to interact with DeFi protocols across EVM, Solana and other blockchains.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Lucassssss/eechat&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;eechat&lt;/a&gt;&lt;/strong&gt; - An open-source, cross-platform desktop application that seamlessly connects with MCP servers, across Linux, macOS, and Windows.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/cr7258/elasticsearch-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Elasticsearch&lt;/a&gt;&lt;/strong&gt; - MCP server implementation that provides Elasticsearch interaction.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/mamertofabian/elevenlabs-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ElevenLabs&lt;/a&gt;&lt;/strong&gt; - A server that integrates with ElevenLabs text-to-speech API capable of generating full voiceovers with multiple voices.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Shy2593666979/mcp-server-email&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Email&lt;/a&gt;&lt;/strong&gt; - This server enables users to send emails through various email providers, including Gmail, Outlook, Yahoo, Sina, Sohu, 126, 163, and QQ Mail. It also supports attaching files from specified directories, making it easy to upload attachments along with the email content.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/egyptianego17/email-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Email SMTP&lt;/a&gt;&lt;/strong&gt; - A simple MCP server that lets your AI agent send emails and attach files through SMTP.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/FelixFoster/mcp-enhance-prompt&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Enhance Prompt&lt;/a&gt;&lt;/strong&gt; - An MCP service for enhance you prompt.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/marctheshark3/ergo-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ergo Blockchain MCP&lt;/a&gt;&lt;/strong&gt; -An MCP server to integrate Ergo Blockchain Node and Explorer APIs for checking address balances, analyzing transactions, viewing transaction history, performing forensic analysis of addresses, searching for tokens, and monitoring network status.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/whataboutyou-ai/eunomia-MCP-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Eunomia&lt;/a&gt;&lt;/strong&gt; - Extension of the Eunomia framework that connects Eunomia instruments with MCP servers&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/mamertofabian/mcp-everything-search&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Everything Search&lt;/a&gt;&lt;/strong&gt; - Fast file searching capabilities across Windows (using &lt;a class=&#34;link&#34; href=&#34;https://www.voidtools.com/support/everything/sdk/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Everything SDK&lt;/a&gt;), macOS (using mdfind command), and Linux (using locate/plocate command).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/mcpdotdirect/evm-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;EVM MCP Server&lt;/a&gt;&lt;/strong&gt; - Comprehensive blockchain services for 30+ EVM networks, supporting native tokens, ERC20, NFTs, smart contracts, transactions, and ENS resolution.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/haris-musa/excel-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Excel&lt;/a&gt;&lt;/strong&gt; - Excel manipulation including data reading/writing, worksheet management, formatting, charts, and pivot table.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/aci-labs/ms-fabric-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Fabric MCP&lt;/a&gt;&lt;/strong&gt; - Microsoft Fabric MCP server to accelerate working in your Fabric Tenant with the help of your favorite LLM models.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/adapoet/fabric-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;fabric-mcp-server&lt;/a&gt;&lt;/strong&gt; - The fabric-mcp-server is an MCP server that integrates &lt;a class=&#34;link&#34; href=&#34;https://github.com/danielmiessler/fabric&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Fabric&lt;/a&gt; patterns with &lt;a class=&#34;link&#34; href=&#34;https://cline.bot/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Cline&lt;/a&gt;, exposing them as tools for AI-driven task execution and enhancing Cline&amp;rsquo;s capabilities.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/gomarble-ai/facebook-ads-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Facebook Ads&lt;/a&gt;&lt;/strong&gt; - MCP server acting as an interface to the Facebook Ads, enabling programmatic access to Facebook Ads data and management features.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/rishijatia/fantasy-pl-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Fantasy PL&lt;/a&gt;&lt;/strong&gt; - Give your coding agent direct access to up-to date Fantasy Premier League data&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/fastnai/mcp-fastn&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;fastn.ai – Unified API MCP Server&lt;/a&gt;&lt;/strong&gt; - A remote, dynamic MCP server with a unified API that connects to 1,000+ tools, actions, and workflows, featuring built-in authentication and monitoring.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/clafollett/fdic-bank-find-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;FDIC BankFind MCP Server - (Unofficial)&lt;/a&gt;&lt;/strong&gt; - The is a MCPserver that brings the power of FDIC BankFind APIs straight to your AI tools and workflows. Structured U.S. banking data, delivered with maximum vibes. 😎📊&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/stefanoamorelli/fred-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Federal Reserve Economic Data (FRED)&lt;/a&gt;&lt;/strong&gt; (by Stefano Amorelli) - Community developed MCP server to interact with the Federal Reserve Economic Data.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/zcaceres/fetch-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Fetch&lt;/a&gt;&lt;/strong&gt; - A server that flexibly fetches HTML, JSON, Markdown, or plaintext.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/GLips/Figma-Context-MCP&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Figma&lt;/a&gt;&lt;/strong&gt; - Give your coding agent direct access to Figma file data, helping it one-shot design implementation.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/fingertip-com/fingertip-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Fingertip&lt;/a&gt;&lt;/strong&gt; - MCP server for Fingertip.com to search and create new sites.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/gannonh/firebase-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Firebase&lt;/a&gt;&lt;/strong&gt; - Server to interact with Firebase services including Firebase Authentication, Firestore, and Firebase Storage.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/vrknetha/mcp-server-firecrawl&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;FireCrawl&lt;/a&gt;&lt;/strong&gt; - Advanced web scraping with JavaScript rendering, PDF support, and smart rate limiting&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/NitayRabi/fitbit-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;FitBit MCP Server&lt;/a&gt;&lt;/strong&gt; - An MCP server that connects to FitBit API using a token obtained from OAuth flow.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/sunsetcoder/flightradar24-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;FlightRadar24&lt;/a&gt;&lt;/strong&gt; - A Claude Desktop MCP server that helps you track flights in real-time using Flightradar24 data.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Flyworks-AI/flyworks-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Flyworks Avatar&lt;/a&gt;&lt;/strong&gt; - Fast and free zeroshot lipsync MCP server.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/foursquare/foursquare-places-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Foursquare&lt;/a&gt;&lt;/strong&gt; - Enable your agent to recommend places around the world with the &lt;a class=&#34;link&#34; href=&#34;https://location.foursquare.com/products/places-api/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Foursquare Places API&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/kukapay/freqtrade-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;freqtrade-mcp&lt;/a&gt;&lt;/strong&gt; - An MCP server that integrates with the Freqtrade cryptocurrency trading bot.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/pansila/mcp_server_gdb&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;GDB&lt;/a&gt;&lt;/strong&gt; - A GDB/MI protocol server based on the MCP protocol, providing remote application debugging capabilities with AI assistants.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/MFYDev/ghost-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ghost&lt;/a&gt;&lt;/strong&gt; - A Model Context Protocol (MCP) server for interacting with Ghost CMS through LLM interfaces like Claude.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/geropl/git-mcp-go&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Git&lt;/a&gt;&lt;/strong&gt; - Allows LLM to interact with a local git repository, incl. optional push support.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ko1ynnky/github-actions-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Github Actions&lt;/a&gt;&lt;/strong&gt; - A Model Context Protocol (MCP) server for interacting with Github Actions.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ddukbg/github-enterprise-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;GitHub Enterprise MCP&lt;/a&gt;&lt;/strong&gt; - A Model Context Protocol (MCP) server for interacting with GitHub Enterprise.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/idosal/git-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;GitMCP&lt;/a&gt;&lt;/strong&gt; - gitmcp.io is a generic remote MCP server to connect to ANY GitHub repository or project documentation effortlessly&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/longyi1207/glean-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Glean&lt;/a&gt;&lt;/strong&gt; - A server that uses Glean API to search and chat.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/GongRzhe/Gmail-MCP-Server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Gmail&lt;/a&gt;&lt;/strong&gt; - A Model Context Protocol (MCP) server for Gmail integration in Claude Desktop with auto authentication support.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/baryhuang/mcp-headless-gmail&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Gmail Headless&lt;/a&gt;&lt;/strong&gt; - Remote hostable MCP server that can get and send Gmail messages without local credential or file system setup.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/yoelbassin/gnuradioMCP&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Gnuradio&lt;/a&gt;&lt;/strong&gt; - An MCP server for GNU Radio that enables LLMs to autonomously create and modify RF .grc flowcharts.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/hichana/goalstory-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Goal Story&lt;/a&gt;&lt;/strong&gt; - a Goal Tracker and Visualization Tool for personal and professional development.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/goat-sdk/goat/tree/main/typescript/examples/by-framework/model-context-protocol&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;GOAT&lt;/a&gt;&lt;/strong&gt; - Run more than +200 onchain actions on any blockchain including Ethereum, Solana and Base.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Coding-Solo/godot-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Godot&lt;/a&gt;&lt;/strong&gt; - A MCP server providing comprehensive Godot engine integration for project editing, debugging, and scene management.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/mark3labs/mcp-filesystem-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Golang Filesystem Server&lt;/a&gt;&lt;/strong&gt; - Secure file operations with configurable access controls built with Go!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/VectorInstitute/mcp-goodnews&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Goodnews&lt;/a&gt;&lt;/strong&gt; - A simple MCP server that delivers curated positive and uplifting news stories.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/surendranb/google-analytics-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Google Analytics&lt;/a&gt;&lt;/strong&gt; - Google Analytics MCP Server to bring data across 200+ dimensions &amp;amp; metrics for LLMs to analyse.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/v-3/google-calendar&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Google Calendar&lt;/a&gt;&lt;/strong&gt; - Integration with Google Calendar to check schedules, find time, and add/delete events&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/nspady/google-calendar-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Google Calendar&lt;/a&gt;&lt;/strong&gt; - Google Calendar MCP Server for managing Google calendar events. Also supports searching for events by attributes like title and location.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/adenot/mcp-google-search&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Google Custom Search&lt;/a&gt;&lt;/strong&gt; - Provides Google Search results via the Google Custom Search API&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/xing5/mcp-google-sheets&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Google Sheets&lt;/a&gt;&lt;/strong&gt; - Access and editing data to your Google Sheets.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/rohans2/mcp-google-sheets&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Google Sheets&lt;/a&gt;&lt;/strong&gt; - A MCP Server written in TypeScript to access and edit data in your Google Sheets.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/zcaceres/gtasks-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Google Tasks&lt;/a&gt;&lt;/strong&gt; - Google Tasks API Model Context Protocol Server.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ubie-oss/mcp-vertexai-search&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Google Vertex AI Search&lt;/a&gt;&lt;/strong&gt; - Provides Google Vertex AI Search results by grounding a Gemini model with your own private data&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/taylorwilsdon/google_workspace_mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Google Workspace&lt;/a&gt;&lt;/strong&gt; - Comprehensive Google Workspace MCP with full support for Calendar, Drive, Gmail, and Docs using Streamable HTTP or SSE transport.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/drestrepom/mcp_graphql&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;GraphQL&lt;/a&gt;&lt;/strong&gt; - Comprehensive GraphQL API integration that automatically exposes each GraphQL query as a separate tool.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/hannesj/mcp-graphql-schema&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;GraphQL Schema&lt;/a&gt;&lt;/strong&gt; - Allow LLMs to explore large GraphQL schemas without bloating the context.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/kanad13/MCP-Server-for-Hashing&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Hashing MCP Server&lt;/a&gt;&lt;/strong&gt; - MCP Server with cryptographic hashing functions e.g. SHA256, MD5, etc.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/horizondatawave/hdw-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;HDW LinkedIn&lt;/a&gt;&lt;/strong&gt; - Access to profile data and management of user account with &lt;a class=&#34;link&#34; href=&#34;https://horizondatawave.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;HorizonDataWave.ai&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/jeff-nasseri/helm-chart-cli-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Helm Chart CLI&lt;/a&gt;&lt;/strong&gt; - Helm MCP provides a bridge between AI assistants and the Helm package manager for Kubernetes. It allows AI assistants to interact with Helm through natural language requests, executing commands like installing charts, managing repositories, and more.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/heurist-network/heurist-mesh-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Heurist Mesh Agent&lt;/a&gt;&lt;/strong&gt; - Access specialized web3 AI agents for blockchain analysis, smart contract security, token metrics, and blockchain interactions through the &lt;a class=&#34;link&#34; href=&#34;https://github.com/heurist-network/heurist-agent-framework/tree/main/mesh&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Heurist Mesh network&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/syucream/holaspirit-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Holaspirit&lt;/a&gt;&lt;/strong&gt; - Interact with &lt;a class=&#34;link&#34; href=&#34;https://www.holaspirit.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Holaspirit&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/tevonsb/homeassistant-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Home Assistant&lt;/a&gt;&lt;/strong&gt; - Interact with &lt;a class=&#34;link&#34; href=&#34;https://www.home-assistant.io/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Home Assistant&lt;/a&gt; including viewing and controlling lights, switches, sensors, and all other Home Assistant entities.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/voska/hass-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Home Assistant&lt;/a&gt;&lt;/strong&gt; - Docker-ready MCP server for Home Assistant with entity management, domain summaries, automation support, and guided conversations. Includes pre-built container images for easy installation.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/buryhuang/mcp-hubspot&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;HubSpot&lt;/a&gt;&lt;/strong&gt; - HubSpot CRM integration for managing contacts and companies. Create and retrieve CRM data directly through Claude chat.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/evalstate/mcp-hfspace&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;HuggingFace Spaces&lt;/a&gt;&lt;/strong&gt; - Server for using HuggingFace Spaces, supporting Open Source Image, Audio, Text Models and more. Claude Desktop mode for easy integration.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/GongRzhe/Human-In-the-Loop-MCP-Server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Human-In-the-Loop&lt;/a&gt;&lt;/strong&gt; - A powerful MCP Server that enables AI assistants like Claude to interact with humans through intuitive GUI dialogs. This server bridges the gap between automated AI processes and human decision-making by providing real-time user input tools, choices, confirmations, and feedback mechanisms.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/RapidataAI/human-use&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Human-use&lt;/a&gt;&lt;/strong&gt; - Instant human feedback through an MCP, have your AI interact with humans around the world. Powered by &lt;a class=&#34;link&#34; href=&#34;https://www.rapidata.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Rapidata&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/mektigboy/server-hyperliquid&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Hyperliquid&lt;/a&gt;&lt;/strong&gt; - An MCP server implementation that integrates the Hyperliquid SDK for exchange data.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/stefanoamorelli/hyprmcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;hyprmcp&lt;/a&gt;&lt;/strong&gt; (by Stefano Amorelli) - Lightweight MCP server for &lt;code&gt;hyprland&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/iflytek/ifly-spark-agent-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;iFlytek SparkAgent Platform&lt;/a&gt;&lt;/strong&gt; - This is a simple example of using MCP Server to invoke the task chain of the  iFlytek SparkAgent Platform.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/iflytek/ifly-workflow-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;iFlytek Workflow&lt;/a&gt;&lt;/strong&gt; - Connect to iFlytek Workflow via the MCP server and run your own Agent.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/GongRzhe/Image-Generation-MCP-Server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Image Generation&lt;/a&gt;&lt;/strong&gt; - This MCP server provides image generation capabilities using the Replicate Flux model.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/loopwork-ai/iMCP&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;iMCP&lt;/a&gt;&lt;/strong&gt; - A macOS app that provides an MCP server for your iMessage, Reminders, and other Apple services.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/idoru/influxdb-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;InfluxDB&lt;/a&gt;&lt;/strong&gt; - Run queries against InfluxDB OSS API v2.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/sergehuber/inoyu-mcp-unomi-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Inoyu&lt;/a&gt;&lt;/strong&gt; - Interact with an Apache Unomi CDP customer data platform to retrieve and update customer profiles&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ttommyth/interactive-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;interactive-mcp&lt;/a&gt;&lt;/strong&gt; - Enables interactive LLM workflows by adding local user prompts and chat capabilities directly into the MCP loop.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/raoulbia-ai/mcp-server-for-intercom&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Intercom&lt;/a&gt;&lt;/strong&gt; - An MCP-compliant server for retrieving customer support tickets from Intercom. This tool enables AI assistants like Claude Desktop and Cline to access and analyze your Intercom support tickets.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/InditexTech/mcp-server-simulator-ios-idb&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;iOS Simulator&lt;/a&gt;&lt;/strong&gt; - A Model Context Protocol (MCP) server that enables LLMs to interact with iOS simulators (iPhone, iPad, etc.) through natural language commands.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ferrislucas/iterm-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;iTerm MCP&lt;/a&gt;&lt;/strong&gt; - Integration with iTerm2 terminal emulator for macOS, enabling LLMs to execute and monitor terminal commands.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/rishabkoul/iTerm-MCP-Server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;iTerm MCP Server&lt;/a&gt;&lt;/strong&gt; - A Model Context Protocol (MCP) server implementation for iTerm2 terminal integration. Able to manage multiple iTerm Sessions.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/idachev/mcp-javadc&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Java Decompiler&lt;/a&gt;&lt;/strong&gt; - Decompile Java bytecode into readable source code from .class files, package names, or JAR archives using CFR decompiler&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/mcpso/mcp-server-javafx&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;JavaFX&lt;/a&gt;&lt;/strong&gt; - Make drawings using a JavaFX canvas&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/quarkiverse/quarkus-mcp-servers/tree/main/jfx&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;JavaFX&lt;/a&gt;&lt;/strong&gt; - Make drawings using a JavaFX canvas&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/quarkiverse/quarkus-mcp-servers/tree/main/jdbc&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;JDBC&lt;/a&gt;&lt;/strong&gt; - Connect to any JDBC-compatible database and query, insert, update, delete, and more. Supports MySQL, PostgreSQL, Oracle, SQL Server, sqllite and &lt;a class=&#34;link&#34; href=&#34;https://github.com/quarkiverse/quarkus-mcp-servers/tree/main/jdbc#supported-jdbc-variants&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;more&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/QAInsights/jmeter-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;JMeter&lt;/a&gt;&lt;/strong&gt; - Run load testing using Apache JMeter via MCP-compliant tools.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/0xDAEF0F/job-searchoor&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Job Searcher&lt;/a&gt;&lt;/strong&gt; - A FastMCP server that provides tools for retrieving and filtering job listings based on time period, keywords, and remote work preferences.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/jobswithgpt/mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;jobswithgpt&lt;/a&gt;&lt;/strong&gt; - Job search MCP using jobswithgpt which indexes 500K+ public job listings and refreshed continously.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/GongRzhe/JSON-MCP-Server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;JSON&lt;/a&gt;&lt;/strong&gt; - JSON handling and processing server with advanced query capabilities using JSONPath syntax and support for array, string, numeric, and date operations.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/omergocmen/json2video-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;JSON2Video MCP&lt;/a&gt;&lt;/strong&gt; - A Model Context Protocol (MCP) server implementation for programmatically generating videos using the json2video API. This server exposes powerful video generation and status-checking tools for use with LLMs, agents, or any MCP-compatible client.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/kukapay/jupiter-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;jupiter-mcp&lt;/a&gt;&lt;/strong&gt; - An MCP server for executing token swaps on the Solana blockchain using Jupiter&amp;rsquo;s new Ultra API.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/jjsantos01/jupyter-notebook-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Jupyter Notebook&lt;/a&gt;&lt;/strong&gt; - connects Jupyter Notebook to Claude AI, allowing Claude to directly interact with and control Jupyter Notebooks. This integration enables AI-assisted code execution, data analysis, visualization, and more.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/razvanmacovei/k8s-multicluster-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;k8s-multicluster-mcp&lt;/a&gt;&lt;/strong&gt; - An MCP server for interact with multiple Kubernetes clusters simultaneously using multiple kubeconfig files.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ChristophEnglisch/keycloak-model-context-protocol&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Keycloak MCP&lt;/a&gt;&lt;/strong&gt; - This MCP server enables natural language interaction with Keycloak for user and realm management including creating, deleting, and listing users and realms.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/TocharianOU/mcp-server-kibana.git&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Kibana MCP&lt;/a&gt;&lt;/strong&gt; (by TocharianOU) - A community-maintained MCP server implementation that allows any MCP-compatible client to access and manage Kibana instances through natural language or programmatic requests.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/kiwamizamurai/mcp-kibela-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Kibela&lt;/a&gt;&lt;/strong&gt; (by kiwamizamurai) - Interact with Kibela API.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/lamaalrajih/kicad-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;KiCad MCP&lt;/a&gt;&lt;/strong&gt; - MCP server for KiCad on Mac, Windows, and Linux.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/macrat/mcp-server-kintone&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;kintone&lt;/a&gt;&lt;/strong&gt; - Manage records and apps in &lt;a class=&#34;link&#34; href=&#34;https://kintone.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;kintone&lt;/a&gt; through LLM tools.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/mberg/kokoro-tts-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Kokoro TTS&lt;/a&gt;&lt;/strong&gt; - Use Kokoro text to speech to convert text to MP3s with optional autoupload to S3.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Kong/mcp-konnect&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Kong Konnect&lt;/a&gt;&lt;/strong&gt; - A Model Context Protocol (MCP) server for interacting with Kong Konnect APIs, allowing AI assistants to query and analyze Kong Gateway configurations, traffic, and analytics.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Flux159/mcp-server-kubernetes&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Kubernetes&lt;/a&gt;&lt;/strong&gt; - Connect to Kubernetes cluster and manage pods, deployments, and services.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/manusa/kubernetes-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Kubernetes and OpenShift&lt;/a&gt;&lt;/strong&gt; - A powerful Kubernetes MCP server with additional support for OpenShift. Besides providing CRUD operations for any Kubernetes resource, this server provides specialized tools to interact with your cluster.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/kubesphere/ks-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;KubeSphere&lt;/a&gt;&lt;/strong&gt; - The KubeSphere MCP Server is a Model Context Protocol(MCP) server that provides integration with KubeSphere APIs, enabling to get resources from KubeSphere. Divided into four tools modules: Workspace Management, Cluster Management, User and Roles, Extensions Center.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/GongRzhe/Langflow-DOC-QA-SERVER&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Langflow-DOC-QA-SERVER&lt;/a&gt;&lt;/strong&gt; - A Model Context Protocol server for document Q&amp;amp;A powered by Langflow. It demonstrates core MCP concepts by providing a simple interface to query documents through a Langflow backend.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/kone-net/mcp_server_lark&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Lark(Feishu)&lt;/a&gt;&lt;/strong&gt; - A Model Context Protocol(MCP) server for Lark(Feishu) sheet, message, doc and etc.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/oOo0oOo/lean-lsp-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;lean-lsp-mcp&lt;/a&gt;&lt;/strong&gt; - Interact with the &lt;a class=&#34;link&#34; href=&#34;https://lean-lang.org/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Lean theorem prover&lt;/a&gt; via the Language Server Protocol.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/syucream/lightdash-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Lightdash&lt;/a&gt;&lt;/strong&gt; - Interact with &lt;a class=&#34;link&#34; href=&#34;https://www.lightdash.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Lightdash&lt;/a&gt;, a BI tool.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/amornpan/py-mcp-line&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LINE&lt;/a&gt;&lt;/strong&gt; (by amornpan) - Implementation for LINE Bot integration that enables Language Models to read and analyze LINE conversations through a standardized interface. Features asynchronous operation, comprehensive logging, webhook event handling, and support for various message types.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/tacticlaunch/mcp-linear&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Linear&lt;/a&gt;&lt;/strong&gt; - Interact with Linear project management system.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/jerhadf/linear-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Linear&lt;/a&gt;&lt;/strong&gt; - Allows LLM to interact with Linear&amp;rsquo;s API for project management, including searching, creating, and updating issues.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/geropl/linear-mcp-go&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Linear (Go)&lt;/a&gt;&lt;/strong&gt; - Allows LLM to interact with Linear&amp;rsquo;s API via a single static binary.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/anoncam/linear-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Linear MCP&lt;/a&gt;&lt;/strong&gt; - Full blown implementation of the Linear SDK to support comprehensive Linear management of projects, initiatives, issues, users, teams and states.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/run-llama/mcp-server-llamacloud&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LlamaCloud&lt;/a&gt;&lt;/strong&gt; (by marcusschiesser) - Integrate the data stored in a managed index on &lt;a class=&#34;link&#34; href=&#34;https://cloud.llamaindex.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LlamaCloud&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/stass/lldb-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;lldb-mcp&lt;/a&gt;&lt;/strong&gt; - A Model Context Protocol server for LLDB that provides LLM-driven debugging.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/cyberchitta/llm-context.py&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;llm-context&lt;/a&gt;&lt;/strong&gt; - Provides a repo-packing MCP tool with configurable profiles that specify file inclusion/exclusion patterns and optional prompts.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/scottlepp/loki-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Loki&lt;/a&gt;&lt;/strong&gt; - Golang based MCP Server to query logs from &lt;a class=&#34;link&#34; href=&#34;https://github.com/grafana/loki&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Grafana Loki&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/junmer/mcp-server-lottiefiles&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LottieFiles&lt;/a&gt;&lt;/strong&gt; - Searching and retrieving Lottie animations from &lt;a class=&#34;link&#34; href=&#34;https://lottiefiles.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LottieFiles&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Tritlo/lsp-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;lsp-mcp&lt;/a&gt;&lt;/strong&gt; - Interact with Language Servers usint the Language Server Protocol to provide additional context information via hover, code actions and completions.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Lspace-io/lspace-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Lspace&lt;/a&gt;&lt;/strong&gt; - Turn scattered ChatGPT/Claude/Cursor conversations into persistent, searchable knowledge.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/VivekKumarNeu/MCP-Lucene-Server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;lucene-mcp-server&lt;/a&gt;&lt;/strong&gt; - spring boot server using Lucene for fast document search and management.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/carterlasalle/mac_messages_mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;mac-messages-mcp&lt;/a&gt;&lt;/strong&gt; - An MCP server that securely interfaces with your iMessage database via the Model Context Protocol (MCP), allowing LLMs to query and analyze iMessage conversations. It includes robust phone number validation, attachment processing, contact management, group chat handling, and full support for sending and receiving messages.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/maestro-org/maestro-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Maestro MCP&lt;/a&gt;&lt;/strong&gt; - An MCP server for interacting with Bitcoin via the Maestro RPC API.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/mytechnotalent/MalwareBazaar_MCP&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MalwareBazaar_MCP&lt;/a&gt;&lt;/strong&gt; (by Kevin Thomas) - An AI-driven MCP server that autonomously interfaces with MalwareBazaar, delivering real-time threat intel and sample metadata for authorized cybersecurity research workflows.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/abel9851/mcp-server-mariadb&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MariaDB&lt;/a&gt;&lt;/strong&gt; - MariaDB database integration with configurable access controls in Python.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Klavis-AI/klavis/tree/main/mcp_servers/pandoc&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Markdown2doc&lt;/a&gt;&lt;/strong&gt; - Convert between various file formats using Pandoc&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/zcaceres/mcp-markdownify-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Markdownify&lt;/a&gt;&lt;/strong&gt; - MCP to convert almost anything to Markdown (PPTX, HTML, PDF, Youtube Transcripts and more)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Klavis-AI/klavis/tree/main/mcp_servers/markitdown&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Markitdown&lt;/a&gt;&lt;/strong&gt; - Convert files to Markdown&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/mastergo-design/mastergo-magic-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MasterGo&lt;/a&gt;&lt;/strong&gt; - The server designed to connect MasterGo design tools with AI models. It enables AI models to directly retrieve DSL data from MasterGo design files.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/neuromechanist/matlab-mcp-tools&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Matlab-MCP-Tools&lt;/a&gt;&lt;/strong&gt; - An MCP to write and execute MATLAB scripts, maintain workspace context between MCP calls, visualize plots, and perform section-by-section analysis of MATLAB code with full access to MATLAB&amp;rsquo;s computational capabilities.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/maton-ai/agent-toolkit/tree/main/modelcontextprotocol&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Maton&lt;/a&gt;&lt;/strong&gt; - Connect to your SaaS tools like HubSpot, Salesforce, and more.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/liuyoshio/mcp-compass&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MCP Compass&lt;/a&gt;&lt;/strong&gt; - Suggest the right MCP server for your needs&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/tesla0225/mcp-create&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MCP Create&lt;/a&gt;&lt;/strong&gt; - A dynamic MCP server management service that creates, runs, and manages Model Context Protocol servers on-the-fly.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/anaisbetts/mcp-installer&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MCP Installer&lt;/a&gt;&lt;/strong&gt; - This server is a server that installs other MCP servers for you.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/TBXark/mcp-proxy&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MCP Proxy Server&lt;/a&gt;&lt;/strong&gt; - An MCP proxy server that aggregates and serves multiple MCP resource servers through a single HTTP server.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/GongRzhe/MCP-Server-Creator&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MCP Server Creator&lt;/a&gt;&lt;/strong&gt; - A powerful Model Context Protocol (MCP) server that creates other MCP servers! This meta-server provides tools for dynamically generating FastMCP server configurations and Python code.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/pyroprompts/mcp-stdio-to-streamable-http-adapter&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MCP STDIO to Streamable HTTP Adapter&lt;/a&gt;&lt;/strong&gt; - Connect to Streamable HTTP MCP Servers even if the MCP Client only supports STDIO.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/jokemanfire/mcp-containerd&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;mcp-containerd&lt;/a&gt;&lt;/strong&gt; - The containerd MCP implemented by Rust supports the operation of the CRI interface.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/executeautomation/mcp-database-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MCP-Database-Server&lt;/a&gt;&lt;/strong&gt; - Fastest way to interact with your Database such as SQL Server, SQLite and PostgreSQL&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/erniebrodeur/mcp-grep&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;mcp-grep&lt;/a&gt;&lt;/strong&gt; - Python-based MCP server that brings grep functionality to LLMs. Supports common grep features including pattern searching, case-insensitive matching, context lines, and recursive directory searches.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/strowk/mcp-k8s-go&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;mcp-k8s-go&lt;/a&gt;&lt;/strong&gt; - Golang-based Kubernetes server for MCP to browse pods and their logs, events, namespaces and more. Built to be extensible.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/nkapila6/mcp-local-rag&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;mcp-local-rag&lt;/a&gt;&lt;/strong&gt; - &amp;ldquo;primitive&amp;rdquo; RAG-like web search model context protocol (MCP) server that runs locally using Google&amp;rsquo;s MediaPipe Text Embedder and DuckDuckGo Search.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/nkapila6/mcp-meme-sticky&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;mcp-meme-sticky&lt;/a&gt;&lt;/strong&gt; - Make memes or stickers using MCP server for WhatsApp or Telegram.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/utensils/mcp-nixos&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MCP-NixOS&lt;/a&gt;&lt;/strong&gt; - A Model Context Protocol server that provides AI assistants with accurate, real-time information about NixOS packages, system options, Home Manager settings, and nix-darwin macOS configurations.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/8enSmith/mcp-open-library&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;mcp-open-library&lt;/a&gt;&lt;/strong&gt; - A Model Context Protocol (MCP) server for the Open Library API that enables AI assistants to search for book and author information.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/sparfenyuk/mcp-proxy&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;mcp-proxy&lt;/a&gt;&lt;/strong&gt; - Connect to MCP servers that run on SSE transport, or expose stdio servers as an SSE server.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/lciesielski/mcp-salesforce-example&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;mcp-salesforce&lt;/a&gt;&lt;/strong&gt; - MCP server with basic demonstration of interactions with your Salesforce instance&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/madupay/mcp-sanctions&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;mcp-sanctions&lt;/a&gt;&lt;/strong&gt; - Screen individuals and organizations against global sanctions lists (OFAC, SDN, UN, etc). Query by prompt or document upload.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/doggybee/mcp-server-leetcode&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;mcp-server-leetcode&lt;/a&gt;&lt;/strong&gt; - Practice and retrieve problems from LeetCode. Automate problem retrieval, solutions, and insights for coding practice and competitions.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/groundlight/mcp-vision&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;mcp-vision&lt;/a&gt;&lt;/strong&gt; - A MCP server exposing HuggingFace computer vision models such as zero-shot object detection as tools, enhancing the vision capabilities of large language or vision-language models.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/TimLukaHorstmann/mcp-weather&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;mcp-weather&lt;/a&gt;&lt;/strong&gt; - Accurate weather forecasts via the AccuWeather API (free tier available).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/isdaniel/mcp_weather_server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;mcp_weather&lt;/a&gt;&lt;/strong&gt; - Get weather information from &lt;a class=&#34;link&#34; href=&#34;https://api.open-meteo.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://api.open-meteo.com&lt;/a&gt; API.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/CyberhavenInc/filesystem-mcpignore&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MCPIgnore Filesytem&lt;/a&gt;&lt;/strong&gt; - A Data Security First filesystem MCP server that implements .mcpignore to prevent MCP clients from accessing sensitive data.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/lucamauri/MediaWiki-MCP-adapter&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MediaWiki MCP adapter&lt;/a&gt;&lt;/strong&gt; - A custom Model Context Protocol adapter for MediaWiki and WikiBase APIs&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/mem0ai/mem0-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;mem0-mcp&lt;/a&gt;&lt;/strong&gt; - A Model Context Protocol server for Mem0, which helps with managing coding preferences.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/unibaseio/membase-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Membase&lt;/a&gt;&lt;/strong&gt; - Save and query your agent memory in distributed way by Membase.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ariadng/metatrader-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MetaTrader MCP&lt;/a&gt;&lt;/strong&gt; - Enable AI LLMs to execute trades using MetaTrader 5 platform.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/metricool/mcp-metricool&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Metricool MCP&lt;/a&gt;&lt;/strong&gt; - A Model Context Protocol server that integrates with Metricool&amp;rsquo;s social media analytics platform to retrieve performance metrics and schedule content across networks like Instagram, Facebook, Twitter, LinkedIn, TikTok and YouTube.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/merill/lokka&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Microsoft 365&lt;/a&gt;&lt;/strong&gt; - (by Merill) A Model Context Protocol (MCP) server for Microsoft 365. Includes support for all services including Teams, SharePoint, Exchange, OneDrive, Entra, Intune and more. See &lt;a class=&#34;link&#34; href=&#34;https://lokka.dev/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Lokka&lt;/a&gt; for more details.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/softeria/ms-365-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Microsoft 365&lt;/a&gt;&lt;/strong&gt; - MCP server that connects to Microsoft Office and the whole Microsoft 365 suite using Graph API (including Outlook/mail, files, Excel, calendar)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/InditexTech/mcp-teams-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Microsoft Teams&lt;/a&gt;&lt;/strong&gt; - MCP server that integrates Microsoft Teams messaging (read, post, mention, list members and threads)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/openMF/mcp-mifosx&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Mifos X&lt;/a&gt;&lt;/strong&gt; - A MCP server for the Mifos X Open Source Banking useful for managing clients, loans, savings, shares, financial transactions and generating financial reports.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/jeff-nasseri/mikrotik-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Mikrotik&lt;/a&gt;&lt;/strong&gt; - Mikrotik MCP server which cover networking operations (IP, DHCP, Firewall, etc)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/YuChenSSR/mindmap-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Mindmap&lt;/a&gt;&lt;/strong&gt; (by YuChenSSR) - A server that generates mindmaps from input containing markdown code.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/dmayboroda/minima&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Minima&lt;/a&gt;&lt;/strong&gt; - MCP server for RAG on local files&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/mobile-next/mobile-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Mobile MCP&lt;/a&gt;&lt;/strong&gt; (by Mobile Next) - MCP server for Mobile(iOS/Android) automation, app scraping and development using physical devices or simulators/emulators.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/sakce/mcp-server-monday&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Monday.com&lt;/a&gt;&lt;/strong&gt; - MCP Server to interact with Monday.com boards and items.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/kiliczsh/mcp-mongo-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MongoDB&lt;/a&gt;&lt;/strong&gt; - A Model Context Protocol Server for MongoDB.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/nabid-pf/mongo-mongoose-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MongoDB &amp;amp; Mongoose&lt;/a&gt;&lt;/strong&gt; - MongoDB MCP Server with Mongoose Schema and Validation.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/furey/mongodb-lens&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MongoDB Lens&lt;/a&gt;&lt;/strong&gt; - Full Featured MCP Server for MongoDB Databases.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/BfdCampos/monzo-mcp-bfdcampos&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Monzo&lt;/a&gt;&lt;/strong&gt; - Access and manage your Monzo bank accounts through natural language, including balance checking, pot management, transaction listing, and transaction annotation across multiple account types (personal, joint, flex).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Morningstar/morningstar-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Morningstar&lt;/a&gt;&lt;/strong&gt; - MCP Server to interact with Morningstar Research, Editorial and Datapoints&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/aekanun2020/mcp-server/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MSSQL&lt;/a&gt;&lt;/strong&gt; - MSSQL database integration with configurable access controls and schema inspection&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/JexinSam/mssql_mcp_server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MSSQL&lt;/a&gt;&lt;/strong&gt; (by jexin) - MCP Server for MSSQL database in Python&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/daobataotie/mssql-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MSSQL-MCP&lt;/a&gt;&lt;/strong&gt; (by daobataotie) - MSSQL MCP that refer to the official website&amp;rsquo;s SQLite MCP for modifications to adapt to MSSQL&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/amornpan/py-mcp-mssql&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MSSQL-Python&lt;/a&gt;&lt;/strong&gt; (by amornpan) - A read-only Python implementation for MSSQL database access with enhanced security features, configurable access controls, and schema inspection capabilities. Focuses on safe database interaction through Python ecosystem.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/YuChenSSR/multi-ai-advisor-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Multi-Model Advisor&lt;/a&gt;&lt;/strong&gt; - A Model Context Protocol (MCP) server that orchestrates queries across multiple Ollama models, synthesizing their insights to deliver a comprehensive and multifaceted AI perspective on any given query.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/yanmxa/multicluster-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Multicluster-MCP-Sever&lt;/a&gt;&lt;/strong&gt; - The gateway for GenAI systems to interact with multiple Kubernetes clusters.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/benborla/mcp-server-mysql&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MySQL&lt;/a&gt;&lt;/strong&gt; (by benborla) - MySQL database integration in NodeJS with configurable access controls and schema inspection&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/designcomputer/mysql_mcp_server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MySQL&lt;/a&gt;&lt;/strong&gt; (by DesignComputer) - MySQL database integration in Python with configurable access controls and schema inspection&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/leonardsellem/n8n-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;n8n&lt;/a&gt;&lt;/strong&gt; - This MCP server provides tools and resources for AI assistants to manage n8n workflows and executions, including listing, creating, updating, and deleting workflows, as well as monitoring their execution status.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/nacos-group/nacos-mcp-router&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Nacos MCP Router&lt;/a&gt;&lt;/strong&gt; - This MCP(Model Context Protocol) Server provides tools to search, install, proxy other MCP servers.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ProgramComputer/NASA-MCP-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;NASA&lt;/a&gt;&lt;/strong&gt; (by ProgramComputer) - Access to a unified gateway of NASA&amp;rsquo;s data sources including but not limited to APOD, NEO, EPIC, GIBS.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/stefanoamorelli/nasdaq-data-link-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Nasdaq Data Link&lt;/a&gt;&lt;/strong&gt; (by stefanoamorelli) - An MCP server to access, explore, and interact with Nasdaq Data Link&amp;rsquo;s extensive and valuable financial and economic datasets.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/KyrieTangSheng/mcp-server-nationalparks&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;National Parks&lt;/a&gt;&lt;/strong&gt; - The server provides latest information of park details, alerts, visitor centers, campgrounds, hiking trails, and events for U.S. National Parks.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/pfldy2850/py-mcp-naver&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;NAVER&lt;/a&gt;&lt;/strong&gt; (by pfldy2850) - This MCP server provides tools to interact with various Naver services, such as searching blogs, news, books, and more.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Taidgh-Robinson/nba-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;NBA&lt;/a&gt;&lt;/strong&gt; - This MCP server provides tools to fetch recent and historical NBA games including basic and advanced statistics.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/da-okazaki/mcp-neo4j-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Neo4j&lt;/a&gt;&lt;/strong&gt; - A community built server that interacts with Neo4j Graph Database.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/bigcodegen/mcp-neovim-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Neovim&lt;/a&gt;&lt;/strong&gt; - An MCP Server for your Neovim session.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/aantti/mcp-netbird&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Netbird&lt;/a&gt;&lt;/strong&gt; - List and analyze Netbird network peers, groups, policies, and more.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/edwinbernadus/nocodb-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;NocoDB&lt;/a&gt;&lt;/strong&gt; - Read and write access to NocoDB database.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/kocierik/mcp-nomad&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;nomad-mcp&lt;/a&gt;&lt;/strong&gt; - A server that provides a set of tools for managing Nomad clusters through the MCP.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/suekou/mcp-notion-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Notion&lt;/a&gt;&lt;/strong&gt; (by suekou) - Interact with Notion API.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/v-3/notion-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Notion&lt;/a&gt;&lt;/strong&gt; (by v-3) - Notion MCP integration. Search, Read, Update, and Create pages through Claude chat.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/r-huijts/ns-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;NS Travel Information&lt;/a&gt;&lt;/strong&gt; - Access Dutch Railways (NS) real-time train travel information and disruptions through the official NS API.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/teddyzxcv/ntfy-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ntfy-mcp&lt;/a&gt;&lt;/strong&gt; (by teddyzxcv) - The MCP server that keeps you informed by sending the notification on phone using ntfy&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/gitmotion/ntfy-me-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ntfy-me-mcp&lt;/a&gt;&lt;/strong&gt; (by gitmotion) - An ntfy MCP server for sending/fetching ntfy notifications to your self-hosted ntfy server from AI Agents 📤 (supports secure token auth &amp;amp; more - use with npx or docker!)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/oatpp/oatpp-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;oatpp-mcp&lt;/a&gt;&lt;/strong&gt; - C++ MCP integration for Oat++. Use &lt;a class=&#34;link&#34; href=&#34;https://oatpp.io&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Oat++&lt;/a&gt; to build MCP servers.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/calclavia/mcp-obsidian&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Obsidian Markdown Notes&lt;/a&gt;&lt;/strong&gt; - Read and search through your Obsidian vault or any directory containing Markdown notes&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/StevenStavrakis/obsidian-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;obsidian-mcp&lt;/a&gt;&lt;/strong&gt; - (by Steven Stavrakis) An MCP server for Obsidian.md with tools for searching, reading, writing, and organizing notes.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/yuanoOo/oceanbase_mcp_server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OceanBase&lt;/a&gt;&lt;/strong&gt; - (by yuanoOo) A Model Context Protocol (MCP) server that enables secure interaction with OceanBase databases.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/GongRzhe/Office-PowerPoint-MCP-Server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Office-PowerPoint-MCP-Server&lt;/a&gt;&lt;/strong&gt; - A Model Context Protocol (MCP) server for creating, reading, and manipulating Microsoft PowerPoint documents.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/GongRzhe/Office-Visio-MCP-Server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Office-Visio-MCP-Server&lt;/a&gt;&lt;/strong&gt; - A Model Context Protocol (MCP) server for creating, reading, and manipulating Microsoft Visio documents.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/GongRzhe/Office-Word-MCP-Server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Office-Word-MCP-Server&lt;/a&gt;&lt;/strong&gt; - A Model Context Protocol (MCP) server for creating, reading, and manipulating Microsoft Word documents.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/kapilduraphe/okta-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Okta&lt;/a&gt;&lt;/strong&gt; - Interact with Okta API.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/rajvirtual/MCP-Servers/tree/master/onenote&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OneNote&lt;/a&gt;&lt;/strong&gt; - (by Rajesh Vijay) An MCP server that connects to Microsoft OneNote using the Microsoft Graph API. Reading notebooks, sections, and pages from OneNote,Creating new notebooks, sections, and pages in OneNote.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/open-strategy-partners/osp_marketing_tools&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Open Strategy Partners Marketing Tools&lt;/a&gt;&lt;/strong&gt; - Content editing codes, value map, and positioning tools for product marketing.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ConechoAI/openai-websearch-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OpenAI WebSearch MCP&lt;/a&gt;&lt;/strong&gt; - This is a Python-based MCP server that provides OpenAI &lt;code&gt;web_search&lt;/code&gt; build-in tool.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/snaggle-ai/openapi-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OpenAPI&lt;/a&gt;&lt;/strong&gt; - Interact with &lt;a class=&#34;link&#34; href=&#34;https://www.openapis.org/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OpenAPI&lt;/a&gt; APIs.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/baryhuang/mcp-server-any-openapi&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OpenAPI AnyApi&lt;/a&gt;&lt;/strong&gt; - Interact with large &lt;a class=&#34;link&#34; href=&#34;https://www.openapis.org/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OpenAPI&lt;/a&gt; docs using built-in semantic search for endpoints. Allows for customizing the MCP server prefix.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/hannesj/mcp-openapi-schema&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OpenAPI Schema&lt;/a&gt;&lt;/strong&gt; - Allow LLMs to explore large &lt;a class=&#34;link&#34; href=&#34;https://www.openapis.org/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OpenAPI&lt;/a&gt; schemas without bloating the context.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/kadykov/mcp-openapi-schema-explorer&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OpenAPI Schema Explorer&lt;/a&gt;&lt;/strong&gt; - Token-efficient access to local or remote OpenAPI/Swagger specs via MCP Resources.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Spathodea-Network/opencti-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OpenCTI&lt;/a&gt;&lt;/strong&gt; - Interact with OpenCTI platform to retrieve threat intelligence data including reports, indicators, malware and threat actors.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/GongRzhe/opencv-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OpenCV&lt;/a&gt;&lt;/strong&gt; - A MCP server providing OpenCV computer vision capabilities. This allows AI assistants and language models to access powerful computer vision tools.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/asusevski/opendota-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OpenDota&lt;/a&gt;&lt;/strong&gt; - Interact with OpenDota API to retrieve Dota 2 match data, player statistics, and more.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/shanejonas/openrpc-mpc-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OpenRPC&lt;/a&gt;&lt;/strong&gt; - Interact with and discover JSON-RPC APIs via &lt;a class=&#34;link&#34; href=&#34;https://open-rpc.org&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OpenRPC&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/mschneider82/mcp-openweather&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OpenWeather&lt;/a&gt;&lt;/strong&gt; - Interact with the free openweathermap API to get the current and forecast weather for a location.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/rajvirtual/oura-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Oura Ring&lt;/a&gt;&lt;/strong&gt; (by Rajesh Vijay) - MCP Server to access and analyze your Oura Ring data. It provides a structured way to fetch and understand your health metrics.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Vortiago/mcp-outline&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Outline&lt;/a&gt;&lt;/strong&gt; - MCP Server to interact with &lt;a class=&#34;link&#34; href=&#34;https://www.getoutline.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Outline&lt;/a&gt; knowledge base to search, read, create, and manage documents and their content, access collections, add comments, and manage document backlinks.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/kukapay/pancakeswap-poolspy-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;pancakeswap-poolspy-mcp&lt;/a&gt;&lt;/strong&gt; - An MCP server that tracks newly created liquidity pools on Pancake Swap.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/vivekVells/mcp-pandoc&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Pandoc&lt;/a&gt;&lt;/strong&gt; - MCP server for seamless document format conversion using Pandoc, supporting Markdown, HTML, PDF, DOCX (.docx), csv and more.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/sv/mcp-paradex-py&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Paradex MCP&lt;/a&gt;&lt;/strong&gt; - MCP native server for interacting with Paradex platform, including fully features trading.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/johnpapa/peacock-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Peacock for VS Code&lt;/a&gt;&lt;/strong&gt; - MCP Server for the Peacock extension for VS Code, coloring your world, one Code editor at a time. The main goal of the project is to show how an MCP server can be used to interact with APIs.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/hao-cyber/phone-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Phone MCP&lt;/a&gt;&lt;/strong&gt; - 📱 A powerful plugin that lets you control your Android phone. Enables AI agents to perform complex tasks like automatically playing music based on weather or making calls and sending texts.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/hungryrobot1/MCP-PIF&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;PIF&lt;/a&gt;&lt;/strong&gt; - A Personal Intelligence Framework (PIF), providing tools for file operations, structured reasoning, and journal-based documentation to support continuity and evolving human-AI collaboration across sessions.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/sirmews/mcp-pinecone&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Pinecone&lt;/a&gt;&lt;/strong&gt; - MCP server for searching and uploading records to Pinecone. Allows for simple RAG features, leveraging Pinecone&amp;rsquo;s Inference API.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/safedep/pinner-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Pinner MCP&lt;/a&gt;&lt;/strong&gt; - A MCP server for pinning GitHub Actions and container base images to their immutable SHA hashes to prevent supply chain attacks.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/felores/placid-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Placid.app&lt;/a&gt;&lt;/strong&gt; - Generate image and video creatives using Placid.app templates&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/kelvin6365/plane-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Plane&lt;/a&gt;&lt;/strong&gt; - This MCP Server will help you to manage projects and issues through Plane&amp;rsquo;s API&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/executeautomation/mcp-playwright&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Playwright&lt;/a&gt;&lt;/strong&gt; - This MCP Server will help you run browser automation and webscraping using Playwright&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/shannonlal/mcp-postman&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Postman&lt;/a&gt;&lt;/strong&gt; - MCP server for running Postman Collections locally via Newman. Allows for simple execution of Postman Server and returns the results of whether the collection passed all the tests.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/allen-munsch/mcp-prefect&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prefect&lt;/a&gt;&lt;/strong&gt; - MCP Server for workflow orchestration and ELT/ETL with Prefect Server, and Prefect Cloud [https://www.prefect.io/] using the &lt;code&gt;prefect&lt;/code&gt; python client.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/kenjihikmatullah/productboard-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Productboard&lt;/a&gt;&lt;/strong&gt; - Integrate the Productboard API into agentic workflows via MCP.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/pab1it0/prometheus-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Prometheus&lt;/a&gt;&lt;/strong&gt; - Query and analyze Prometheus - open-source monitoring system.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/sssjiang/pubchem_mcp_server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;PubChem&lt;/a&gt;&lt;/strong&gt; - extract drug information from pubchem API.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/dogukanakkaya/pulumi-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Pulumi&lt;/a&gt;&lt;/strong&gt; - MCP Server to Interact with Pulumi API, creates and lists Stacks&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/djannot/puppeteer-vision-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Puppeteer vision&lt;/a&gt;&lt;/strong&gt; - Use Puppeteer to browse a webpage and return a high quality Markdown. Use AI vision capabilities to handle cookies, captchas, and other interactive elements automatically.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ashiknesin/pushover-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Pushover&lt;/a&gt;&lt;/strong&gt; - Send instant notifications to your devices using &lt;a class=&#34;link&#34; href=&#34;https://pushover.net/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Pushover.net&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/pydantic/pydantic-ai/tree/main/mcp-run-python&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;pydantic/pydantic-ai/mcp-run-python&lt;/a&gt;&lt;/strong&gt; - Run Python code in a secure sandbox via MCP tool calls, powered by Deno and Pyodide&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/jjsantos01/qgis_mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;QGIS&lt;/a&gt;&lt;/strong&gt; - connects QGIS to Claude AI through the MCP. This integration enables prompt-assisted project creation, layer loading, code execution, and more.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/qiniu/qiniu-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Qiniu MCP Server&lt;/a&gt;&lt;/strong&gt; - The Model Context Protocol (MCP) Server built on Qiniu Cloud products supports users in accessing Qiniu Cloud Storage, intelligent multimedia services, and more through this MCP Server within the context of AI large model clients.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/quarkiverse/quarkus-mcp-servers&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Quarkus&lt;/a&gt;&lt;/strong&gt; - MCP servers for the Quarkus Java framework.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/GongRzhe/Quickchart-MCP-Server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;QuickChart&lt;/a&gt;&lt;/strong&gt; - A Model Context Protocol server for generating charts using QuickChart.io&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/66julienmartin/MCP-server-Qwen_Max&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Qwen_Max&lt;/a&gt;&lt;/strong&gt; - A Model Context Protocol (MCP) server implementation for the Qwen models.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/kenliao94/mcp-server-rabbitmq&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;RabbitMQ&lt;/a&gt;&lt;/strong&gt; - The MCP server that interacts with RabbitMQ to publish and consume messages.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/renl/mcp-rag-local&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;RAG Local&lt;/a&gt;&lt;/strong&gt; - This MCP server for storing and retrieving text passages locally based on their semantic meaning.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/apify/mcp-server-rag-web-browser&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;RAG Web Browser&lt;/a&gt;&lt;/strong&gt; An MCP server for Apify&amp;rsquo;s open-source RAG Web Browser &lt;a class=&#34;link&#34; href=&#34;https://apify.com/apify/rag-web-browser&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Actor&lt;/a&gt; to perform web searches, scrape URLs, and return content in Markdown.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/hiromitsusasaki/raindrop-io-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Raindrop.io&lt;/a&gt;&lt;/strong&gt; - An integration that allows LLMs to interact with Raindrop.io bookmarks using the Model Context Protocol (MCP).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/dschuler36/reaper-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Reaper&lt;/a&gt;&lt;/strong&gt; - Interact with your &lt;a class=&#34;link&#34; href=&#34;https://www.reaper.fm/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Reaper&lt;/a&gt; (Digital Audio Workstation) projects.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/GongRzhe/REDIS-MCP-Server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Redis&lt;/a&gt;&lt;/strong&gt; - Redis database operations and caching microservice server with support for key-value operations, expiration management, and pattern-based key listing.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/prajwalnayak7/mcp-server-redis&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Redis&lt;/a&gt;&lt;/strong&gt; MCP server to interact with Redis Server, AWS Memory DB, etc for caching or other use-cases where in-memory and key-value based storage is appropriate&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ifuryst/rednote-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;RedNote MCP&lt;/a&gt;&lt;/strong&gt; - MCP server for accessing RedNote(XiaoHongShu, xhs) content&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/kld3v/reed_jobs_mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Reed Jobs&lt;/a&gt;&lt;/strong&gt; - Search and retrieve job listings from Reed.co.uk.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/skydeckai/mcp-server-rememberizer&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Rememberizer AI&lt;/a&gt;&lt;/strong&gt; - An MCP server designed for interacting with the Rememberizer data source, facilitating enhanced knowledge retrieval.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/deepfates/mcp-replicate&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Replicate&lt;/a&gt;&lt;/strong&gt; - Search, run and manage machine learning models on Replicate through a simple tool-based interface. Browse models, create predictions, track their status, and handle generated images.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Klavis-AI/klavis/tree/main/mcp_servers/resend&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Resend&lt;/a&gt;&lt;/strong&gt; - Send email using Resend services&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/r-huijts/rijksmuseum-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Rijksmuseum&lt;/a&gt;&lt;/strong&gt; - Interface with the Rijksmuseum API to search artworks, retrieve artwork details, access image tiles, and explore user collections.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/jifrozen0110/mcp-riot&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Riot Games&lt;/a&gt;&lt;/strong&gt; - MCP server for League of Legends – fetch player info, ranks, champion stats, and match history via Riot API.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/xxxbrian/mcp-rquest&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Rquest&lt;/a&gt;&lt;/strong&gt; - An MCP server providing realistic browser-like HTTP request capabilities with accurate TLS/JA3/JA4 fingerprints for bypassing anti-bot measures.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/rust-mcp-stack/rust-mcp-filesystem&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Rust MCP Filesystem&lt;/a&gt;&lt;/strong&gt; - Fast, asynchronous MCP server for efficient handling of various filesystem operations built with the power of Rust.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/salesforce-mcp/salesforce-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Salesforce MCP&lt;/a&gt;&lt;/strong&gt; -  Salesforce MCP server. Supports cloud version Salesforce-mcp.com and allows both data &amp;amp; metadata functions.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/smn2gnt/MCP-Salesforce&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Salesforce MCP&lt;/a&gt;&lt;/strong&gt; - Interact with Salesforce Data and Metadata&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/tsmztech/mcp-server-salesforce&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Salesforce MCP Server&lt;/a&gt;&lt;/strong&gt; - Comprehensive Salesforce integration with tools for querying records, executing Apex, managing fields/objects, and handling debug logs&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/adityak74/mcp-scholarly&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Scholarly&lt;/a&gt;&lt;/strong&gt; - A MCP server to search for scholarly and academic articles.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/cyberchitta/scrapling-fetch-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;scrapling-fetch&lt;/a&gt;&lt;/strong&gt; - Access text content from bot-protected websites. Fetches HTML/markdown from sites with anti-automation measures using Scrapling.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ihor-sokoliuk/mcp-searxng&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;SearXNG&lt;/a&gt;&lt;/strong&gt; - A Model Context Protocol Server for &lt;a class=&#34;link&#34; href=&#34;https://docs.searxng.org&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;SearXNG&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/erhwenkuo/mcp-searxng&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;SearXNG&lt;/a&gt;&lt;/strong&gt; - A MCP server provide web searching via &lt;a class=&#34;link&#34; href=&#34;https://docs.searxng.org&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;SearXNG&lt;/a&gt; &amp;amp; retrieve url as makrdown.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/pwilkin/mcp-searxng-public&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;SearXNG Public&lt;/a&gt;&lt;/strong&gt; - A Model Context Protocol Server for retrieving data from public &lt;a class=&#34;link&#34; href=&#34;https://docs.searxng.org&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;SearXNG&lt;/a&gt; instances, with fallback support&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/stefanoamorelli/sec-edgar-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;SEC EDGAR&lt;/a&gt;&lt;/strong&gt; - (by Stefano Amorelli) A community Model Context Protocol Server to access financial filings and data through the U.S. Securities and Exchange Commission (&lt;a class=&#34;link&#34; href=&#34;https://www.sec.gov/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;SEC&lt;/a&gt;) &lt;code&gt;Electronic Data Gathering, Analysis, and Retrieval&lt;/code&gt; (&lt;a class=&#34;link&#34; href=&#34;https://www.sec.gov/submit-filings/about-edgar&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;EDGAR&lt;/a&gt;) database&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/garymengcom/serper-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Serper&lt;/a&gt;&lt;/strong&gt; - An MCP server that performs Google searches using &lt;a class=&#34;link&#34; href=&#34;https://serper.dev&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Serper&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/osomai/servicenow-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ServiceNow&lt;/a&gt;&lt;/strong&gt; - A MCP server to interact with a ServiceNow instance&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/wilsonchenghy/ShaderToy-MCP&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ShaderToy&lt;/a&gt;&lt;/strong&gt; - This MCP server lets LLMs to interact with the ShaderToy API, allowing LLMs to learn from compute shaders examples and enabling them to create complex GLSL shaders that they are previously not capable of.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Hexix23/shodan-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Shodan MCP&lt;/a&gt;&lt;/strong&gt; - MCP server to interact with &lt;a class=&#34;link&#34; href=&#34;https://www.shodan.io/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Shodan&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/GeLi2001/shopify-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Shopify&lt;/a&gt;&lt;/strong&gt; - MCP to interact with Shopify API including order, product, customers and so on.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ghrud92/simple-loki-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Simple Loki MCP&lt;/a&gt;&lt;/strong&gt; - A simple MCP server to query Loki logs using logcli.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/dvcrn/mcp-server-siri-shortcuts&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Siri Shortcuts&lt;/a&gt;&lt;/strong&gt; - MCP to interact with Siri Shortcuts on macOS. Exposes all Shortcuts as MCP tools.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Skyvern-AI/skyvern/tree/main/integrations/mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Skyvern&lt;/a&gt;&lt;/strong&gt; - MCP to let Claude / Windsurf / Cursor / your LLM control the browser&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/korotovsky/slack-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Slack&lt;/a&gt;&lt;/strong&gt; - The most powerful MCP server for Slack Workspaces. This integration supports both Stdio and SSE transports, proxy settings and does not require any permissions or bots being created or approved by Workspace admins 😏.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/SlideSpeak/slidespeak-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Slidespeak&lt;/a&gt;&lt;/strong&gt; - Create PowerPoint presentations using the &lt;a class=&#34;link&#34; href=&#34;https://slidespeak.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Slidespeak&lt;/a&gt; API.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/jean-technologies/smartlead-mcp-server-local&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Smartlead&lt;/a&gt;&lt;/strong&gt; - MCP to connect to Smartlead. Additional, tooling, functionality, and connection to workflow automation platforms also available.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/isaacwasserman/mcp-snowflake-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Snowflake&lt;/a&gt;&lt;/strong&gt; - This MCP server enables LLMs to interact with Snowflake databases, allowing for secure and controlled data operations.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/yeonupark/mcp-soccer-data&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;SoccerDataAPI&lt;/a&gt;&lt;/strong&gt; - This MCP server provides real-time football match data based on the SoccerDataAPI.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/sendaifun/solana-agent-kit/tree/main/examples/agent-kit-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Solana Agent Kit&lt;/a&gt;&lt;/strong&gt; - This MCP server enables LLMs to interact with the Solana blockchain with help of Solana Agent Kit by SendAI, allowing for 40+ protcool actions and growing&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/mjochum64/mcp-solr-search&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Solr MCP&lt;/a&gt;&lt;/strong&gt; - This MCP server offers a basic functionality to perform a search on Solr servers.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/szeider/mcp-solver&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Solver&lt;/a&gt;&lt;/strong&gt; - Solves constraint satisfaction and optimization problems .&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/jkosik/mcp-server-splunk&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Splunk&lt;/a&gt;&lt;/strong&gt; - Golang MCP server for Splunk (lists saved searches, alerts, indexes, macros&amp;hellip;). Supports SSE and STDIO.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/varunneal/spotify-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Spotify&lt;/a&gt;&lt;/strong&gt; - This MCP allows an LLM to play and use Spotify.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/hpalma/springinitializr-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Spring Initializr&lt;/a&gt;&lt;/strong&gt; - This MCP allows an LLM to create Spring Boot projects with custom configurations. Instead of manually visiting start.spring.io, you can now ask your AI assistant to generate projects with specific dependencies, Java versions, and project structures.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/AiondaDotCom/mcp-ssh&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;SSH&lt;/a&gt;&lt;/strong&gt; - Agent for managing and controlling SSH connections.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/classfang/ssh-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;SSH&lt;/a&gt;&lt;/strong&gt; - An MCP server that can execute SSH commands remotely, upload files, download files, and so on.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/privetin/stdict&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Standard Korean Dictionary&lt;/a&gt;&lt;/strong&gt; - Search the dictionary using API&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/johnpapa/mcp-starwars&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Star Wars&lt;/a&gt;&lt;/strong&gt; -MCP Server for the SWAPI Star Wars API. The main goal of the project is to show how an MCP server can be used to interact with APIs.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/mcpdotdirect/starknet-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Starknet MCP Server&lt;/a&gt;&lt;/strong&gt; - A comprehensive MCP server for interacting with the Starknet blockchain, providing tools for querying blockchain data, resolving StarknetIDs, and performing token transfers.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Boston343/starwind-ui-mcp/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Starwind UI&lt;/a&gt;&lt;/strong&gt; - This MCP provides relevant commands, documentation, and other information to allow LLMs to take full advantage of Starwind UI&amp;rsquo;s open source Astro components.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/StitchAI/stitch-ai-mcp/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Stitch AI&lt;/a&gt;&lt;/strong&gt; - Knowledge management system for AI agents with memory space creation and retrieval capabilities.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/r-huijts/strava-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Strava&lt;/a&gt;&lt;/strong&gt; - Connect to the Strava API to access activity data, athlete profiles, segments, and routes, enabling fitness tracking and analysis with Claude.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/atharvagupta2003/mcp-stripe&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Stripe&lt;/a&gt;&lt;/strong&gt; - This MCP allows integration with Stripe for handling payments, customers, and refunds.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/jonathan-politzki/mcp-writer-substack&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Substack/Medium&lt;/a&gt;&lt;/strong&gt; - Connect Claude to your Substack/Medium writing, enabling semantic search and analysis of your published content.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/thanhtung0201/mcp-remote-system-health&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;System Health&lt;/a&gt;&lt;/strong&gt; - The MCP (Multi-Channel Protocol) System Health Monitoring is a robust, real-time monitoring solution designed to provide comprehensive health metrics and alerts for remote Linux servers.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/sonnylazuardi/cursor-talk-to-figma-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Talk To Figma&lt;/a&gt;&lt;/strong&gt; - This MCP server enables LLMs to interact with Figma, allowing them to read and modify designs programmatically.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/RamXX/mcp-tavily&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Tavily search&lt;/a&gt;&lt;/strong&gt; - An MCP server for Tavily&amp;rsquo;s search &amp;amp; news API, with explicit site inclusions/exclusions&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/adepanges/teamretro-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;TeamRetro&lt;/a&gt;&lt;/strong&gt; - This MCP server allows LLMs to interact with TeamRetro, allowing LLMs to manage user, team, team member, retrospective, health check, action, agreement and fetch the reports.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/chigwell/telegram-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Telegram&lt;/a&gt;&lt;/strong&gt; - An MCP server that provides paginated chat reading, message retrieval, and message sending capabilities for Telegram through Telethon integration.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/chaindead/telegram-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Telegram-Client&lt;/a&gt;&lt;/strong&gt; - A Telegram API bridge that manages user data, dialogs, messages, drafts, read status, and more for seamless interactions.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/scottlepp/tempo-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Tempo&lt;/a&gt;&lt;/strong&gt; - An MCP server to query traces/spans from &lt;a class=&#34;link&#34; href=&#34;https://github.com/grafana/tempo&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Grafana Tempo&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/arturborycki/mcp-teradata&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Teradata&lt;/a&gt;&lt;/strong&gt; - his MCP server enables LLMs to interact with Teradata databases. This MCP Server support tools and prompts for multi task data analytics&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/GongRzhe/terminal-controller-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Terminal-Control&lt;/a&gt;&lt;/strong&gt; - A MCP server that enables secure terminal command execution, directory navigation, and file system operations through a standardized interface.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/severity1/terraform-cloud-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Terraform-Cloud&lt;/a&gt;&lt;/strong&gt; - An MCP server that integrates AI assistants with the Terraform Cloud API, allowing you to manage your infrastructure through natural conversation.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/GeLi2001/tft-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;TFT-Match-Analyzer&lt;/a&gt;&lt;/strong&gt; - MCP server for teamfight tactics match history &amp;amp; match details fetching, providing user the detailed context for every match.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/kukapay/thegraph-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;thegraph-mcp&lt;/a&gt;&lt;/strong&gt; - An MCP server that powers AI agents with indexed blockchain data from The Graph.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/urbanogardun/things3-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Things3 MCP&lt;/a&gt;&lt;/strong&gt; - Things3 task management integration for macOS with comprehensive TODO, project, and tag management.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Rai220/think-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Think MCP&lt;/a&gt;&lt;/strong&gt; - Enhances any agent&amp;rsquo;s reasoning capabilities by integrating the think-tools, as described in &lt;a class=&#34;link&#34; href=&#34;https://www.anthropic.com/engineering/claude-think-tool&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Anthropic&amp;rsquo;s article&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/delorenj/mcp-server-ticketmaster&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ticketmaster&lt;/a&gt;&lt;/strong&gt; - Search for events, venues, and attractions through the Ticketmaster Discovery API&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/alexarevalo9/ticktick-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;TickTick&lt;/a&gt;&lt;/strong&gt; - A Model Context Protocol (MCP) server designed to integrate with the TickTick task management platform, enabling intelligent context-aware task operations and automation.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Laksh-star/mcp-server-tmdb&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;TMDB&lt;/a&gt;&lt;/strong&gt; - This MCP server integrates with The Movie Database (TMDB) API to provide movie information, search capabilities, and recommendations.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/abhiz123/todoist-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Todoist&lt;/a&gt;&lt;/strong&gt; - Interact with Todoist to manage your tasks.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/tomelliot/todos-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Todos&lt;/a&gt;&lt;/strong&gt; - A practical todo list manager to use with your favourite chatbot.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/kukapay/token-minter-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;token-minter-mcp&lt;/a&gt;&lt;/strong&gt; - An MCP server providing tools for AI agents to mint ERC-20 tokens across multiple blockchains.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/kukapay/token-revoke-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;token-revoke-mcp&lt;/a&gt;&lt;/strong&gt; - An MCP server for checking and revoking ERC-20 token allowances across multiple blockchains.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/devonmojito/ton-blockchain-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ton Blockchain MCP&lt;/a&gt;&lt;/strong&gt; - An MCP server for interacting with Ton Blockchain.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/8beeeaaat/touchdesigner-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;TouchDesigner&lt;/a&gt;&lt;/strong&gt; - An MCP server for TouchDesigner, enabling interaction with TouchDesigner projects, nodes, and parameters.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/GongRzhe/TRAVEL-PLANNER-MCP-Server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Travel Planner&lt;/a&gt;&lt;/strong&gt; - Travel planning and itinerary management server integrating with Google Maps API for location search, place details, and route calculations.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/lioarce01/trello-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Trello MCP Server&lt;/a&gt;&lt;/strong&gt; - An MCP server that interact with user Trello boards, modifying them with prompting.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/pab1it0/tripadvisor-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Tripadvisor&lt;/a&gt;&lt;/strong&gt; - A MCP server that enables LLMs to interact with Tripadvisor API, supporting location data, reviews, and photos through standardized MCP interfaces&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/yuutotsuki/tsuki_mcp_filesystem_server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Tsuki-Mcp-Filesystem-Server&lt;/a&gt;&lt;/strong&gt; - A simple, fast, and fully MCP-compliant server for listing local filesystem files. Built with Python + FastAPI. Designed for OpenAI&amp;rsquo;s Agent SDK via &lt;code&gt;resources/list&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/TykTechnologies/tyk-dashboard-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Tyk API Management&lt;/a&gt;&lt;/strong&gt; - Chat with all of your organization&amp;rsquo;s managed APIs and perform other API lifecycle operations, managing tokens, users, analytics, and more.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/suhail-ak-s/mcp-typesense-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Typesense&lt;/a&gt;&lt;/strong&gt; - A Model Context Protocol (MCP) server implementation that provides AI models with access to Typesense search capabilities. This server enables LLMs to discover, search, and analyze data stored in Typesense collections.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/kukapay/uniswap-poolspy-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;uniswap-poolspy-mcp&lt;/a&gt;&lt;/strong&gt; - An MCP server that tracks newly created liquidity pools on Uniswap across nine blockchain networks.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/kukapay/uniswap-trader-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;uniswap-trader-mcp&lt;/a&gt;&lt;/strong&gt; -An MCP server for AI agents to automate token swaps on Uniswap DEX across multiple blockchains.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ognis1205/mcp-server-unitycatalog&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Unity Catalog&lt;/a&gt;&lt;/strong&gt; - An MCP server that enables LLMs to interact with Unity Catalog AI, supporting CRUD operations on Unity Catalog Functions and executing them as MCP tools.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/quazaai/UnityMCPIntegration&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Unity Integration (Advanced)&lt;/a&gt;&lt;/strong&gt; - Advanced Unity3d Game Engine MCP which supports ,Execution of Any Editor Related Code Directly Inside of Unity, Fetch Logs, Get Editor State and Allow File Access of the Project making it much more useful in Script Editing or asset creation.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/CoderGamester/mcp-unity&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Unity3d Game Engine&lt;/a&gt;&lt;/strong&gt; - An MCP server that enables LLMs to interact with Unity3d Game Engine, supporting access to a variety of the Unit&amp;rsquo;s Editor engine tools (e.g. Console Logs, Test Runner logs, Editor functions, hierarchy state, etc) and executing them as MCP tools or gather them as resources.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/cuongtl1992/unleash-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Unleash Integration (Feature Toggle)&lt;/a&gt;&lt;/strong&gt; - A Model Context Protocol (MCP) server implementation that integrates with Unleash Feature Toggle system. Provide a bridge between LLM applications and Unleash feature flag system&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/mrexodia/user-feedback-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;User Feedback&lt;/a&gt;&lt;/strong&gt; - Simple MCP Server to enable a human-in-the-loop workflow in tools like Cline and Cursor.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/riemannzeta/patent_mcp_server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;USPTO&lt;/a&gt;&lt;/strong&gt; - MCP server for accessing United States Patent &amp;amp; Trademark Office data through its Open Data Protocol (ODP) API.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/vectara/vectara-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Vectara&lt;/a&gt;&lt;/strong&gt; - Query Vectara&amp;rsquo;s trusted RAG-as-a-service platform.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/isaacwasserman/mcp-vegalite-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Vega-Lite&lt;/a&gt;&lt;/strong&gt; - Generate visualizations from fetched data using the VegaLite format and renderer.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/nolleh/mcp-vertica&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Vertica&lt;/a&gt;&lt;/strong&gt; - Vertica database integration in Python with configurable access controls and schema inspection&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/PV-Bhat/vibe-check-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Vibe Check&lt;/a&gt;&lt;/strong&gt; - An MCP server leveraging an external oversight layer to &amp;ldquo;vibe check&amp;rdquo; agents, and also self-improve accuracy &amp;amp; user alignment over time. Prevents scope creep, code bloat, misalignment, misinterpretation, tunnel vision, and overcomplication.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/burningion/video-editing-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Video Editor&lt;/a&gt;&lt;/strong&gt; - A Model Context Protocol Server to add, edit, and search videos with &lt;a class=&#34;link&#34; href=&#34;https://www.video-jungle.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Video Jungle&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/13rac1/videocapture-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Video Still Capture&lt;/a&gt;&lt;/strong&gt; - 📷 Capture video stills from an OpenCV-compatible webcam or other video source.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/mfukushim/map-traveler-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Virtual location (Google Street View,etc.)&lt;/a&gt;&lt;/strong&gt; - Integrates Google Map, Google Street View, PixAI, Stability.ai, ComfyUI API and Bluesky to provide a virtual location simulation in LLM (written in Effect.ts)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/dinghuazhou/sample-mcp-server-tos&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;VolcEngine TOS&lt;/a&gt;&lt;/strong&gt; - A sample MCP server for VolcEngine TOS that flexibly get objects from TOS.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/paulotaylor/voyp-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Voyp&lt;/a&gt;&lt;/strong&gt; - VOYP MCP server for making calls using Artificial Intelligence.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/wanaku-ai/wanaku/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Wanaku MCP Router&lt;/a&gt;&lt;/strong&gt; - The Wanaku MCP Router is a SSE-based MCP server that provides an extensible routing engine that allows integrating your enterprise systems with AI agents.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/devilcoder01/weather-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;weather-mcp-server&lt;/a&gt;&lt;/strong&gt; - Get real-time weather data for any location using weatherapi.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/kapilduraphe/webflow-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Webflow&lt;/a&gt;&lt;/strong&gt; - Interfact with the Webflow APIs&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/kukapay/whale-tracker-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;whale-tracker-mcp&lt;/a&gt;&lt;/strong&gt;  -  A mcp server for tracking cryptocurrency whale transactions.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/lharries/whatsapp-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;WhatsApp MCP Server&lt;/a&gt;&lt;/strong&gt; - MCP server for your personal WhatsApp handling individuals, groups, searching and sending.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/bharathvaj-ganesan/whois-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Whois MCP&lt;/a&gt;&lt;/strong&gt; - MCP server that performs whois lookup against domain, IP, ASN and TLD.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/zzaebok/mcp-wikidata&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Wikidata MCP&lt;/a&gt;&lt;/strong&gt; - Wikidata MCP server that interact with Wikidata, by searching identifiers, extracting metadata, and executing sparql query.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/wildfly-extras/wildfly-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;WildFly MCP&lt;/a&gt;&lt;/strong&gt; - WildFly MCP server that enables LLM to interact with running WildFly servers (retrieve metrics, logs, invoke operations, &amp;hellip;).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/SimonB97/win-cli-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Windows CLI&lt;/a&gt;&lt;/strong&gt; - MCP server for secure command-line interactions on Windows systems, enabling controlled access to PowerShell, CMD, and Git Bash shells.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/danield137/mcp-workflowy&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Workflowy&lt;/a&gt;&lt;/strong&gt; - A server that interacts with &lt;a class=&#34;link&#34; href=&#34;https://workflowy.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;workflowy&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/anshumax/world_bank_mcp_server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;World Bank data API&lt;/a&gt;&lt;/strong&gt; - A server that fetches data indicators available with the World Bank as part of their data API&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Canner/wren-engine&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Wren Engine&lt;/a&gt;&lt;/strong&gt; - The Semantic Engine for Model Context Protocol(MCP) Clients and AI Agents&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/EnesCinr/twitter-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;X (Twitter)&lt;/a&gt;&lt;/strong&gt; (by EnesCinr) - Interact with twitter API. Post tweets and search for tweets by query.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/vidhupv/x-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;X (Twitter)&lt;/a&gt;&lt;/strong&gt; (by vidhupv) - Create, manage and publish X/Twitter posts directly through Claude chat.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/r-huijts/xcode-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Xcode&lt;/a&gt;&lt;/strong&gt; - MCP server that brings AI to your Xcode projects, enabling intelligent code assistance, file operations, project management, and automated development tasks.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ShenghaiWang/xcodebuild&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;xcodebuild&lt;/a&gt;&lt;/strong&gt;  - 🍎 Build iOS Xcode workspace/project and feed back errors to llm.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/john-zhang-dev/xero-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Xero-mcp-server&lt;/a&gt;&lt;/strong&gt; - Enabling clients to interact with Xero system for streamlined accounting, invoicing, and business operations.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/XGenerationLab/xiyan_mcp_server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;XiYan&lt;/a&gt;&lt;/strong&gt; - 🗄️ An MCP server that supports fetching data from a database using natural language queries, powered by XiyanSQL as the text-to-SQL LLM.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/apeyroux/mcp-xmind&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;XMind&lt;/a&gt;&lt;/strong&gt; - Read and search through your XMind directory containing XMind files.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Adity-star/mcp-yfinance-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;yfinance&lt;/a&gt;&lt;/strong&gt; -💹The MCP YFinance Stock Server provides real-time and historical stock data in a standard format, powering dashboards, AI agents,and research tools with seamless financial insights.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ChuckBryan/ynabmcpserver&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;YNAB&lt;/a&gt;&lt;/strong&gt; - A Model Context Protocol (MCP) server for integrating with YNAB (You Need A Budget), allowing AI assistants to securely access and analyze your financial data.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Klavis-AI/klavis/tree/main/mcp_servers/youtube&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;YouTube&lt;/a&gt;&lt;/strong&gt; - Extract Youtube video information (with proxies support).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ZubeidHendricks/youtube-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;YouTube&lt;/a&gt;&lt;/strong&gt; - Comprehensive YouTube API integration for video management, Shorts creation, and analytics.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/nabid-pf/youtube-video-summarizer-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;YouTube Video Summarizer&lt;/a&gt;&lt;/strong&gt; - Summarize lengthy youtube videos.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Prathamesh0901/zoom-mcp-server/tree/main&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Zoom&lt;/a&gt;&lt;/strong&gt; - Create, update, read and delete your zoom meetings.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;-frameworks&#34;&gt;📚 Frameworks
&lt;/h2&gt;&lt;p&gt;These are high-level frameworks that make it easier to build MCP servers or clients.&lt;/p&gt;
&lt;h3 id=&#34;for-servers&#34;&gt;For servers
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/zcaceres/easy-mcp/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;EasyMCP&lt;/a&gt;&lt;/strong&gt; (TypeScript)&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/tadata-org/fastapi_mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;FastAPI to MCP auto generator&lt;/a&gt;&lt;/strong&gt; – A zero-configuration tool for automatically exposing FastAPI endpoints as MCP tools by &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://tadata.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Tadata&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/punkpeye/fastmcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;FastMCP&lt;/a&gt;&lt;/strong&gt; (TypeScript)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/strowk/foxy-contexts&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Foxy Contexts&lt;/a&gt;&lt;/strong&gt; – A library to build MCP servers in Golang by &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/strowk&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;strowk&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/alibaba/higress/tree/main/plugins/wasm-go/mcp-servers&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Higress MCP Server Hosting&lt;/a&gt;&lt;/strong&gt; - A solution for hosting MCP Servers by extending the API Gateway (based on Envoy) with wasm plugins.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://mcp-framework.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MCP-Framework&lt;/a&gt;&lt;/strong&gt; Build MCP servers with elegance and speed in Typescript. Comes with a CLI to create your project with &lt;code&gt;mcp create app&lt;/code&gt;. Get started with your first server in under 5 minutes by &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/QuantGeekDev&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Alex Andru&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/quarkiverse/quarkus-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Quarkus MCP Server SDK&lt;/a&gt;&lt;/strong&gt; (Java)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://docs.spring.io/spring-ai/reference/api/mcp/mcp-server-boot-starter-docs.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Spring AI MCP Server&lt;/a&gt;&lt;/strong&gt; - Provides auto-configuration for setting up an MCP server in Spring Boot applications.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/mcpdotdirect/template-mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Template MCP Server&lt;/a&gt;&lt;/strong&gt; - A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;for-clients&#34;&gt;For clients
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/marimo-team/codemirror-mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;codemirror-mcp&lt;/a&gt;&lt;/strong&gt; - CodeMirror extension that implements the Model Context Protocol (MCP) for resource mentions and prompt commands&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://docs.spring.io/spring-ai/reference/api/mcp/mcp-client-boot-starter-docs.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Spring AI MCP Client&lt;/a&gt;&lt;/strong&gt; - Provides auto-configuration for MCP client functionality in Spring Boot applications.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;-resources&#34;&gt;📚 Resources
&lt;/h2&gt;&lt;p&gt;Additional resources on MCP.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.aimcp.info&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;AiMCP&lt;/a&gt;&lt;/strong&gt; - A collection of MCP clients&amp;amp;servers to find the right mcp tools by &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/hekmon8&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Hekmon&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/badkk/awesome-crypto-mcp-servers&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Awesome Crypto MCP Servers by badkk&lt;/a&gt;&lt;/strong&gt; - A curated list of MCP servers by &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/badkk&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Luke Fan&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/appcypher/awesome-mcp-servers&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Awesome MCP Servers by appcypher&lt;/a&gt;&lt;/strong&gt; - A curated list of MCP servers by &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/appcypher&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Stephen Akinyemi&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/punkpeye/awesome-mcp-servers&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Awesome MCP Servers by punkpeye&lt;/a&gt;&lt;/strong&gt; (&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://glama.ai/mcp/servers&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;website&lt;/a&gt;&lt;/strong&gt;) - A curated list of MCP servers by &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/punkpeye&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Frank Fiegel&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/wong2/awesome-mcp-servers&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Awesome MCP Servers by wong2&lt;/a&gt;&lt;/strong&gt; (&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://mcpservers.org&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;website&lt;/a&gt;&lt;/strong&gt;) - A curated list of MCP servers by &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/wong2&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;wong2&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/jaw9c/awesome-remote-mcp-servers&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Awesome Remote MCP Servers by JAW9C&lt;/a&gt;&lt;/strong&gt; - A curated list of &lt;strong&gt;remote&lt;/strong&gt; MCP servers, including thier authentication support by &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/jaw9c&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;JAW9C&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://glama.ai/mcp/discord&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Discord Server&lt;/a&gt;&lt;/strong&gt; – A community discord server dedicated to MCP by &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/punkpeye&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Frank Fiegel&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://discord.gg/jHEGxQu2a5&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Discord Server (ModelContextProtocol)&lt;/a&gt;&lt;/strong&gt; – Connect with developers, share insights, and collaborate on projects in an active Discord community dedicated to the Model Context Protocol by &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/QuantGeekDev&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Alex Andru&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://raw.githubusercontent.com/klavis-ai/klavis/main/static/klavis-ai.png&#34; alt=&#34;Klavis Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.klavis.ai&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Klavis AI&lt;/a&gt;&lt;/strong&gt; - Open Source MCP Infra. Hosted MCP servers and MCP clients on Slack and Discord.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/mcpx-dev/mcp-badges&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MCP Badges&lt;/a&gt;&lt;/strong&gt; – Quickly highlight your MCP project with clear, eye-catching badges, by &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/nanbingxyz&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ironben&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/wong2/mcp-cli&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;mcp-cli&lt;/a&gt;&lt;/strong&gt; - A CLI inspector for the Model Context Protocol by &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/wong2&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;wong2&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://mcp-dockmaster.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;mcp-dockmaster&lt;/a&gt;&lt;/strong&gt; - An Open-Sourced UI to install and manage MCP servers for Windows, Linux and MacOS.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://mcp-get.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;mcp-get&lt;/a&gt;&lt;/strong&gt; - Command line tool for installing and managing MCP servers by &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/michaellatman&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Michael Latman&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/eqtylab/mcp-guardian&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;mcp-guardian&lt;/a&gt;&lt;/strong&gt; - GUI application + tools for proxying / managing control of MCP servers by &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://eqtylab.io&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;EQTY Lab&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/milisp/mcp-linker&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MCP Linker&lt;/a&gt;&lt;/strong&gt; - A cross-platform Tauri GUI tool for one-click setup and management of MCP servers, supporting Claude Desktop, Cursor, Windsurf, VS Code, Cline, and Neovim.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/zueai/mcp-manager&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;mcp-manager&lt;/a&gt;&lt;/strong&gt; - Simple Web UI to install and manage MCP servers for Claude Desktop by &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/zueai&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Zue&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/AI-Agent-Hub/mcp-marketplace&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MCP Marketplace Web Plugin&lt;/a&gt;&lt;/strong&gt; MCP Marketplace is a small Web UX plugin to integrate with AI applications, Support various MCP Server API Endpoint (e.g pulsemcp.com/deepnlp.org and more). Allowing user to browse, paginate and select various MCP servers by different categories. &lt;a class=&#34;link&#34; href=&#34;https://pypi.org/project/mcp-marketplace&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Pypi&lt;/a&gt; | &lt;a class=&#34;link&#34; href=&#34;https://github.com/AI-Agent-Hub&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Maintainer&lt;/a&gt; | &lt;a class=&#34;link&#34; href=&#34;http://www.deepnlp.org/store/ai-agent/mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Website&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://mcp.natoma.id&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;mcp.natoma.id&lt;/a&gt;&lt;/strong&gt; – A Hosted MCP Platform to discover, install, manage and deploy MCP servers by &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.natoma.id&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Natoma Labs&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://mcp.run&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;mcp.run&lt;/a&gt;&lt;/strong&gt; - A hosted registry and control plane to install &amp;amp; run secure + portable MCP Servers.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://mcp-router.net&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MCP Router&lt;/a&gt;&lt;/strong&gt; – Free Windows and macOS app that simplifies MCP management while providing seamless app authentication and powerful log visualization by &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/mcp-router/mcp-router&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MCP Router&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/apappascs/mcp-servers-hub&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MCP Servers Hub&lt;/a&gt;&lt;/strong&gt; (&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://mcp-servers-hub-website.pages.dev/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;website&lt;/a&gt;&lt;/strong&gt;) - A curated list of MCP servers by &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/apappascs&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;apappascs&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;http://www.deepnlp.org/store/ai-agent/mcp-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MCP Servers Rating and User Reviews&lt;/a&gt;&lt;/strong&gt; - Website to rate MCP servers, write authentic user reviews, and &lt;a class=&#34;link&#34; href=&#34;http://www.deepnlp.org/search/agent&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;search engine for agent &amp;amp; mcp&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://x.com/i/communities/1861891349609603310&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MCP X Community&lt;/a&gt;&lt;/strong&gt; – A X community for MCP by &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://x.com/chxy&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Xiaoyi&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Jeamee/MCPHub-Desktop&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MCPHub&lt;/a&gt;&lt;/strong&gt; – An Open Source macOS &amp;amp; Windows GUI Desktop app for discovering, installing and managing MCP servers by &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/jeamee&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Jeamee&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/pathintegral-institute/mcpm.sh&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;mcpm&lt;/a&gt;&lt;/strong&gt; (&lt;a class=&#34;link&#34; href=&#34;https://mcpm.sh&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;website&lt;/a&gt;) - MCP Manager (MCPM) is a Homebrew-like service for managing Model Context Protocol (MCP) servers across clients by &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/pathintegral-institute&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Pathintegral&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://mcpverse.dev&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MCPVerse&lt;/a&gt;&lt;/strong&gt; - A portal for creating &amp;amp; hosting authenticated MCP servers and connecting to them securely.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/kapilduraphe/mcp-watch&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MCPWatch&lt;/a&gt;&lt;/strong&gt; - A comprehensive security scanner for Model Context Protocol (MCP) servers that detects vulnerabilities and security issues in your MCP server implementations.&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://mkinf.io/favicon-lilac.png&#34; alt=&#34;mkinf Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://mkinf.io&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;mkinf&lt;/a&gt;&lt;/strong&gt; - An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/chatmcp/mcp-directory&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Open-Sourced MCP Servers Directory&lt;/a&gt;&lt;/strong&gt; - A curated list of MCP servers by &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://mcp.so&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;mcpso&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;img height=&#34;12&#34; width=&#34;12&#34; src=&#34;https://opentools.com/favicon.ico&#34; alt=&#34;OpenTools Logo&#34; /&gt; &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://opentools.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OpenTools&lt;/a&gt;&lt;/strong&gt; - An open registry for finding, installing, and building with MCP servers by &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/opentoolsteam&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;opentoolsteam&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.pulsemcp.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;PulseMCP&lt;/a&gt;&lt;/strong&gt; (&lt;a class=&#34;link&#34; href=&#34;https://www.pulsemcp.com/api&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;API&lt;/a&gt;) - Community hub &amp;amp; weekly newsletter for discovering MCP servers, clients, articles, and news by &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/tadasant&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Tadas Antanavicius&lt;/a&gt;&lt;/strong&gt;, &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/macoughl&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Mike Coughlin&lt;/a&gt;&lt;/strong&gt;, and &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ravinahp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ravina Patel&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.reddit.com/r/mcp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;r/mcp&lt;/a&gt;&lt;/strong&gt; – A Reddit community dedicated to MCP by &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/punkpeye&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Frank Fiegel&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.reddit.com/r/modelcontextprotocol&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;r/modelcontextprotocol&lt;/a&gt;&lt;/strong&gt; – A Model Context Protocol community Reddit page - discuss ideas, get answers to your questions, network with like-minded people, and showcase your projects! by &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/QuantGeekDev&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Alex Andru&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://smithery.ai/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Smithery&lt;/a&gt;&lt;/strong&gt; - A registry of MCP servers to find the right tools for your LLM agents by &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/calclavia&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Henry Mao&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://gettoolbase.ai&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Toolbase&lt;/a&gt;&lt;/strong&gt; - Desktop application that manages tools and MCP servers with just a few clicks - no coding required by &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/gching&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;gching&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/StacklokLabs/toolhive&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ToolHive&lt;/a&gt;&lt;/strong&gt; - A lightweight utility designed to simplify the deployment and management of MCP servers, ensuring ease of use, consistency, and security through containerization by &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/StacklokLabs&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;StacklokLabs&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;-getting-started&#34;&gt;🚀 Getting Started
&lt;/h2&gt;&lt;h3 id=&#34;using-mcp-servers-in-this-repository&#34;&gt;Using MCP Servers in this Repository
&lt;/h3&gt;&lt;p&gt;Typescript-based servers in this repository can be used directly with &lt;code&gt;npx&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;For example, this will start the &lt;a class=&#34;link&#34; href=&#34;src/memory&#34; &gt;Memory&lt;/a&gt; server:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;npx -y @modelcontextprotocol/server-memory
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Python-based servers in this repository can be used directly with &lt;a class=&#34;link&#34; href=&#34;https://docs.astral.sh/uv/concepts/tools/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;code&gt;uvx&lt;/code&gt;&lt;/a&gt; or &lt;a class=&#34;link&#34; href=&#34;https://pypi.org/project/pip/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;code&gt;pip&lt;/code&gt;&lt;/a&gt;. &lt;code&gt;uvx&lt;/code&gt; is recommended for ease of use and setup.&lt;/p&gt;
&lt;p&gt;For example, this will start the &lt;a class=&#34;link&#34; href=&#34;src/git&#34; &gt;Git&lt;/a&gt; server:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;6
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# With uvx&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;uvx mcp-server-git
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# With pip&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;pip install mcp-server-git
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;python -m mcp_server_git
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Follow &lt;a class=&#34;link&#34; href=&#34;https://docs.astral.sh/uv/getting-started/installation/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;these&lt;/a&gt; instructions to install &lt;code&gt;uv&lt;/code&gt; / &lt;code&gt;uvx&lt;/code&gt; and &lt;a class=&#34;link&#34; href=&#34;https://pip.pypa.io/en/stable/installation/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;these&lt;/a&gt; to install &lt;code&gt;pip&lt;/code&gt;.&lt;/p&gt;
&lt;h3 id=&#34;using-an-mcp-client&#34;&gt;Using an MCP Client
&lt;/h3&gt;&lt;p&gt;However, running a server on its own isn&amp;rsquo;t very useful, and should instead be configured into an MCP client. For example, here&amp;rsquo;s the Claude Desktop configuration to use the above server:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;7
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;8
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-json&#34; data-lang=&#34;json&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;nt&#34;&gt;&amp;#34;mcpServers&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;nt&#34;&gt;&amp;#34;memory&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;      &lt;span class=&#34;nt&#34;&gt;&amp;#34;command&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;npx&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;      &lt;span class=&#34;nt&#34;&gt;&amp;#34;args&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;[&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;-y&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;@modelcontextprotocol/server-memory&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;]&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Additional examples of using the Claude Desktop as an MCP client might look like:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt; 1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 7
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 8
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 9
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;10
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;11
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;12
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;13
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;14
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;15
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;16
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;17
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;18
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;19
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;20
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;21
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;22
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;23
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-json&#34; data-lang=&#34;json&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;nt&#34;&gt;&amp;#34;mcpServers&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;nt&#34;&gt;&amp;#34;filesystem&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;      &lt;span class=&#34;nt&#34;&gt;&amp;#34;command&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;npx&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;      &lt;span class=&#34;nt&#34;&gt;&amp;#34;args&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;[&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;-y&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;@modelcontextprotocol/server-filesystem&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;/path/to/allowed/files&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;]&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;p&#34;&gt;},&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;nt&#34;&gt;&amp;#34;git&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;      &lt;span class=&#34;nt&#34;&gt;&amp;#34;command&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;uvx&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;      &lt;span class=&#34;nt&#34;&gt;&amp;#34;args&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;[&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;mcp-server-git&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;--repository&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;path/to/git/repo&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;]&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;p&#34;&gt;},&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;nt&#34;&gt;&amp;#34;github&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;      &lt;span class=&#34;nt&#34;&gt;&amp;#34;command&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;npx&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;      &lt;span class=&#34;nt&#34;&gt;&amp;#34;args&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;[&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;-y&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;@modelcontextprotocol/server-github&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;],&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;      &lt;span class=&#34;nt&#34;&gt;&amp;#34;env&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;nt&#34;&gt;&amp;#34;GITHUB_PERSONAL_ACCESS_TOKEN&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;&amp;lt;YOUR_TOKEN&amp;gt;&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;      &lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;p&#34;&gt;},&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;nt&#34;&gt;&amp;#34;postgres&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;      &lt;span class=&#34;nt&#34;&gt;&amp;#34;command&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;npx&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;      &lt;span class=&#34;nt&#34;&gt;&amp;#34;args&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;[&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;-y&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;@modelcontextprotocol/server-postgres&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;postgresql://localhost/mydb&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;]&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h2 id=&#34;-creating-your-own-server&#34;&gt;🛠️ Creating Your Own Server
&lt;/h2&gt;&lt;p&gt;Interested in creating your own MCP server? Visit the official documentation at &lt;a class=&#34;link&#34; href=&#34;https://modelcontextprotocol.io/introduction&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;modelcontextprotocol.io&lt;/a&gt; for comprehensive guides, best practices, and technical details on implementing MCP servers.&lt;/p&gt;
&lt;h2 id=&#34;-contributing&#34;&gt;🤝 Contributing
&lt;/h2&gt;&lt;p&gt;See &lt;a class=&#34;link&#34; href=&#34;CONTRIBUTING.md&#34; &gt;CONTRIBUTING.md&lt;/a&gt; for information about contributing to this repository.&lt;/p&gt;
&lt;h2 id=&#34;-security&#34;&gt;🔒 Security
&lt;/h2&gt;&lt;p&gt;See &lt;a class=&#34;link&#34; href=&#34;SECURITY.md&#34; &gt;SECURITY.md&lt;/a&gt; for reporting security vulnerabilities.&lt;/p&gt;
&lt;h2 id=&#34;-license&#34;&gt;📜 License
&lt;/h2&gt;&lt;p&gt;This project is licensed under the MIT License - see the &lt;a class=&#34;link&#34; href=&#34;LICENSE&#34; &gt;LICENSE&lt;/a&gt; file for details.&lt;/p&gt;
&lt;h2 id=&#34;-community&#34;&gt;💬 Community
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/orgs/modelcontextprotocol/discussions&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;GitHub Discussions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;-support&#34;&gt;⭐ Support
&lt;/h2&gt;&lt;p&gt;If you find MCP servers useful, please consider starring the repository and contributing new servers or improvements!&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;Managed by Anthropic, but built together with the community. The Model Context Protocol is open source and we encourage everyone to contribute their own servers and improvements!&lt;/p&gt;
</description>
        </item>
        <item>
        <title>NeMo</title>
        <link>https://producthunt.programnotes.cn/en/p/nemo/</link>
        <pubDate>Sat, 10 May 2025 15:25:32 +0800</pubDate>
        
        <guid>https://producthunt.programnotes.cn/en/p/nemo/</guid>
        <description>&lt;img src="https://images.unsplash.com/photo-1729952832073-bf7d3d6150cd?ixid=M3w0NjAwMjJ8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NDY4NjE4OTR8&amp;ixlib=rb-4.1.0" alt="Featured image of post NeMo" /&gt;&lt;h1 id=&#34;nvidianemo&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/NVIDIA/NeMo&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;NVIDIA/NeMo&lt;/a&gt;
&lt;/h1&gt;&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;http://www.repostatus.org/#active&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;http://www.repostatus.org/badges/latest/active.svg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Project Status: Active – The project has reached a stable, usable state and is being actively developed.&#34;
	
	
&gt;&lt;/a&gt;
&lt;a class=&#34;link&#34; href=&#34;https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/main/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://readthedocs.com/projects/nvidia-nemo/badge/?version=main&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Documentation&#34;
	
	
&gt;&lt;/a&gt;
&lt;a class=&#34;link&#34; href=&#34;https://github.com/nvidia/nemo/actions/workflows/codeql.yml&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://github.com/nvidia/nemo/actions/workflows/codeql.yml/badge.svg?branch=main&amp;amp;event=push&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;CodeQL&#34;
	
	
&gt;&lt;/a&gt;
&lt;a class=&#34;link&#34; href=&#34;https://github.com/NVIDIA/NeMo/blob/master/LICENSE&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://img.shields.io/badge/License-Apache%202.0-brightgreen.svg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;NeMo core license and license for collections in this repo&#34;
	
	
&gt;&lt;/a&gt;
&lt;a class=&#34;link&#34; href=&#34;https://badge.fury.io/py/nemo-toolkit&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://badge.fury.io/py/nemo-toolkit.svg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Release version&#34;
	
	
&gt;&lt;/a&gt;
&lt;a class=&#34;link&#34; href=&#34;https://badge.fury.io/py/nemo-toolkit&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://img.shields.io/pypi/pyversions/nemo-toolkit.svg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Python version&#34;
	
	
&gt;&lt;/a&gt;
&lt;a class=&#34;link&#34; href=&#34;https://pepy.tech/project/nemo-toolkit&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://static.pepy.tech/personalized-badge/nemo-toolkit?period=total&amp;amp;units=international_system&amp;amp;left_color=grey&amp;amp;right_color=brightgreen&amp;amp;left_text=downloads&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;PyPi total downloads&#34;
	
	
&gt;&lt;/a&gt;
&lt;a class=&#34;link&#34; href=&#34;https://github.com/psf/black&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://img.shields.io/badge/code%20style-black-000000.svg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Code style: black&#34;
	
	
&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id=&#34;nvidia-nemo-framework&#34;&gt;&lt;strong&gt;NVIDIA NeMo Framework&lt;/strong&gt;
&lt;/h1&gt;&lt;h2 id=&#34;latest-news&#34;&gt;Latest News
&lt;/h2&gt;&lt;!-- markdownlint-disable --&gt;
&lt;details open&gt;
  &lt;summary&gt;&lt;b&gt;Pretrain and finetune :hugs:Hugging Face models via AutoModel&lt;/b&gt;&lt;/summary&gt;
      Nemo Framework&#39;s latest feature AutoModel enables broad support for :hugs:Hugging Face models, with 25.02 focusing on &lt;a href=https://huggingface.co/transformers/v3.5.1/model_doc/auto.html#automodelforcausallm&gt;AutoModelForCausalLM&lt;a&gt; in the &lt;a href=https://huggingface.co/models?pipeline_tag=text-generation&amp;sort=trending&gt;text generation category&lt;a&gt;. Future releases will enable support for more model families such as Vision Language Model.
&lt;/details&gt;
&lt;details open&gt;
  &lt;summary&gt;&lt;b&gt;Training on Blackwell using Nemo&lt;/b&gt;&lt;/summary&gt;
      NeMo Framework has added Blackwell support, with 25.02 focusing on functional parity for B200. More optimizations to come in the upcoming releases.
&lt;/details&gt;
&lt;details open&gt;
  &lt;summary&gt;&lt;b&gt;NeMo Framework 2.0&lt;/b&gt;&lt;/summary&gt;
      We&#39;ve released NeMo 2.0, an update on the NeMo Framework which prioritizes modularity and ease-of-use. Please refer to the &lt;a href=https://docs.nvidia.com/nemo-framework/user-guide/latest/nemo-2.0/index.html&gt;NeMo Framework User Guide&lt;/a&gt; to get started.
&lt;/details&gt;
&lt;details open&gt;
  &lt;summary&gt;&lt;b&gt;New Cosmos World Foundation Models Support&lt;/b&gt;&lt;/summary&gt;
    &lt;details&gt; 
      &lt;summary&gt; &lt;a href=&#34;https://developer.nvidia.com/blog/advancing-physical-ai-with-nvidia-cosmos-world-foundation-model-platform&#34;&gt;Advancing Physical AI with NVIDIA Cosmos World Foundation Model Platform &lt;/a&gt; (2025-01-09) 
      &lt;/summary&gt; 
        The end-to-end NVIDIA Cosmos platform accelerates world model development for physical AI systems. Built on CUDA, Cosmos combines state-of-the-art world foundation models, video tokenizers, and AI-accelerated data processing pipelines. Developers can accelerate world model development by fine-tuning Cosmos world foundation models or building new ones from the ground up. These models create realistic synthetic videos of environments and interactions, providing a scalable foundation for training complex systems, from simulating humanoid robots performing advanced actions to developing end-to-end autonomous driving models. 
        &lt;br&gt;&lt;br&gt;
    &lt;/details&gt;
    &lt;details&gt;
      &lt;summary&gt;
        &lt;a href=&#34;https://developer.nvidia.com/blog/accelerate-custom-video-foundation-model-pipelines-with-new-nvidia-nemo-framework-capabilities/&#34;&gt;
          Accelerate Custom Video Foundation Model Pipelines with New NVIDIA NeMo Framework Capabilities
        &lt;/a&gt; (2025-01-07)
      &lt;/summary&gt;
        The NeMo Framework now supports training and customizing the &lt;a href=&#34;https://github.com/NVIDIA/Cosmos&#34;&gt;NVIDIA Cosmos&lt;/a&gt; collection of world foundation models. Cosmos leverages advanced text-to-world generation techniques to create fluid, coherent video content from natural language prompts.
        &lt;br&gt;&lt;br&gt;
        You can also now accelerate your video processing step using the &lt;a href=&#34;https://developer.nvidia.com/nemo-curator-video-processing-early-access&#34;&gt;NeMo Curator&lt;/a&gt; library, which provides optimized video processing and captioning features that can deliver up to 89x faster video processing when compared to an unoptimized CPU pipeline.
      &lt;br&gt;&lt;br&gt;
    &lt;/details&gt;
&lt;/details&gt;
&lt;details open&gt;
  &lt;summary&gt;&lt;b&gt;Large Language Models and Multimodal Models&lt;/b&gt;&lt;/summary&gt;
    &lt;details&gt;
      &lt;summary&gt;
        &lt;a href=&#34;https://developer.nvidia.com/blog/state-of-the-art-multimodal-generative-ai-model-development-with-nvidia-nemo/&#34;&gt;
          State-of-the-Art Multimodal Generative AI Model Development with NVIDIA NeMo
        &lt;/a&gt; (2024-11-06)
      &lt;/summary&gt;
        NVIDIA recently announced significant enhancements to the NeMo platform, focusing on multimodal generative AI models. The update includes NeMo Curator and the Cosmos tokenizer, which streamline the data curation process and enhance the quality of visual data. These tools are designed to handle large-scale data efficiently, making it easier to develop high-quality AI models for various applications, including robotics and autonomous driving. The Cosmos tokenizers, in particular, efficiently map visual data into compact, semantic tokens, which is crucial for training large-scale generative models. The tokenizer is available now on the &lt;a href=http://github.com/NVIDIA/cosmos-tokenizer/NVIDIA/cosmos-tokenizer&gt;NVIDIA/cosmos-tokenizer&lt;/a&gt; GitHub repo and on &lt;a href=https://huggingface.co/nvidia/Cosmos-Tokenizer-CV8x8x8&gt;Hugging Face&lt;/a&gt;.
      &lt;br&gt;&lt;br&gt;
    &lt;/details&gt;
    &lt;details&gt;
      &lt;summary&gt;
        &lt;a href=&#34;https://docs.nvidia.com/nemo-framework/user-guide/latest/llms/llama/index.html#new-llama-3-1-support for more information/&#34;&gt;
        New Llama 3.1 Support
        &lt;/a&gt; (2024-07-23)
      &lt;/summary&gt;
        The NeMo Framework now supports training and customizing the Llama 3.1 collection of LLMs from Meta.
      &lt;br&gt;&lt;br&gt;
    &lt;/details&gt;
    &lt;details&gt;
      &lt;summary&gt;
        &lt;a href=&#34;https://aws.amazon.com/blogs/machine-learning/accelerate-your-generative-ai-distributed-training-workloads-with-the-nvidia-nemo-framework-on-amazon-eks/&#34;&gt;
          Accelerate your Generative AI Distributed Training Workloads with the NVIDIA NeMo Framework on Amazon EKS
        &lt;/a&gt; (2024-07-16)
      &lt;/summary&gt;
     NVIDIA NeMo Framework now runs distributed training workloads on an Amazon Elastic Kubernetes Service (Amazon EKS) cluster. For step-by-step instructions on creating an EKS cluster and running distributed training workloads with NeMo, see the GitHub repository &lt;a href=&#34;https://github.com/aws-samples/awsome-distributed-training/tree/main/3.test_cases/2.nemo-launcher/EKS/&#34;&gt; here.&lt;/a&gt;
      &lt;br&gt;&lt;br&gt;
    &lt;/details&gt;
    &lt;details&gt;
      &lt;summary&gt;
        &lt;a href=&#34;https://developer.nvidia.com/blog/nvidia-nemo-accelerates-llm-innovation-with-hybrid-state-space-model-support/&#34;&gt;
          NVIDIA NeMo Accelerates LLM Innovation with Hybrid State Space Model Support
        &lt;/a&gt; (2024/06/17)
      &lt;/summary&gt;
     NVIDIA NeMo and Megatron Core now support pre-training and fine-tuning of state space models (SSMs). NeMo also supports training models based on the Griffin architecture as described by Google DeepMind. 
      &lt;br&gt;&lt;br&gt;
    &lt;/details&gt;
      &lt;details&gt;
      &lt;summary&gt;
        &lt;a href=&#34;https://huggingface.co/models?sort=trending&amp;search=nvidia%2Fnemotron-4-340B&#34;&gt;
          NVIDIA releases 340B base, instruct, and reward models pretrained on a total of 9T tokens.
        &lt;/a&gt; (2024-06-18)
      &lt;/summary&gt;
      See documentation and tutorials for SFT, PEFT, and PTQ with 
      &lt;a href=&#34;https://docs.nvidia.com/nemo-framework/user-guide/latest/llms/nemotron/index.html&#34;&gt;
        Nemotron 340B 
      &lt;/a&gt;
      in the NeMo Framework User Guide.
      &lt;br&gt;&lt;br&gt;
    &lt;/details&gt;
    &lt;details&gt;
      &lt;summary&gt;
        &lt;a href=&#34;https://developer.nvidia.com/blog/nvidia-sets-new-generative-ai-performance-and-scale-records-in-mlperf-training-v4-0/&#34;&gt;
          NVIDIA sets new generative AI performance and scale records in MLPerf Training v4.0
        &lt;/a&gt; (2024/06/12)
      &lt;/summary&gt;
      Using NVIDIA NeMo Framework and NVIDIA Hopper GPUs NVIDIA was able to scale to 11,616 H100 GPUs and achieve near-linear performance scaling on LLM pretraining. 
      NVIDIA also achieved the highest LLM fine-tuning performance and raised the bar for text-to-image training.
      &lt;br&gt;&lt;br&gt;
    &lt;/details&gt;
    &lt;details&gt;
        &lt;summary&gt;
          &lt;a href=&#34;https://cloud.google.com/blog/products/compute/gke-and-nvidia-nemo-framework-to-train-generative-ai-models&#34;&gt;
            Accelerate your generative AI journey with NVIDIA NeMo Framework on GKE
          &lt;/a&gt; (2024/03/16)
        &lt;/summary&gt;
        An end-to-end walkthrough to train generative AI models on the Google Kubernetes Engine (GKE) using the NVIDIA NeMo Framework is available at https://github.com/GoogleCloudPlatform/nvidia-nemo-on-gke. 
        The walkthrough includes detailed instructions on how to set up a Google Cloud Project and pre-train a GPT model using the NeMo Framework.
        &lt;br&gt;&lt;br&gt;
      &lt;/details&gt;
&lt;/details&gt;
&lt;details open&gt;
  &lt;summary&gt;&lt;b&gt;Speech Recognition&lt;/b&gt;&lt;/summary&gt;
  &lt;details&gt;
      &lt;summary&gt;
        &lt;a href=&#34;https://developer.nvidia.com/blog/accelerating-leaderboard-topping-asr-models-10x-with-nvidia-nemo/&#34;&gt;
          Accelerating Leaderboard-Topping ASR Models 10x with NVIDIA NeMo
        &lt;/a&gt; (2024/09/24)
      &lt;/summary&gt;
      NVIDIA NeMo team released a number of inference optimizations for CTC, RNN-T, and TDT models that resulted in up to 10x inference speed-up. 
      These models now exceed an inverse real-time factor (RTFx) of 2,000, with some reaching RTFx of even 6,000.
      &lt;br&gt;&lt;br&gt;
    &lt;/details&gt;
    &lt;details&gt;
      &lt;summary&gt;
        &lt;a href=&#34;https://developer.nvidia.com/blog/new-standard-for-speech-recognition-and-translation-from-the-nvidia-nemo-canary-model/&#34;&gt;
          New Standard for Speech Recognition and Translation from the NVIDIA NeMo Canary Model
        &lt;/a&gt; (2024/04/18)
      &lt;/summary&gt;
      The NeMo team just released Canary, a multilingual model that transcribes speech in English, Spanish, German, and French with punctuation and capitalization. 
      Canary also provides bi-directional translation, between English and the three other supported languages.
      &lt;br&gt;&lt;br&gt;
    &lt;/details&gt;
    &lt;details&gt;
      &lt;summary&gt;
        &lt;a href=&#34;https://developer.nvidia.com/blog/pushing-the-boundaries-of-speech-recognition-with-nemo-parakeet-asr-models/&#34;&gt;
          Pushing the Boundaries of Speech Recognition with NVIDIA NeMo Parakeet ASR Models
        &lt;/a&gt; (2024/04/18)
      &lt;/summary&gt;
      NVIDIA NeMo, an end-to-end platform for the development of multimodal generative AI models at scale anywhere—on any cloud and on-premises—released the Parakeet family of automatic speech recognition (ASR) models. 
      These state-of-the-art ASR models, developed in collaboration with Suno.ai, transcribe spoken English with exceptional accuracy.
      &lt;br&gt;&lt;br&gt;
    &lt;/details&gt;
  &lt;details&gt;
    &lt;summary&gt;
      &lt;a href=&#34;https://developer.nvidia.com/blog/turbocharge-asr-accuracy-and-speed-with-nvidia-nemo-parakeet-tdt/&#34;&gt;
        Turbocharge ASR Accuracy and Speed with NVIDIA NeMo Parakeet-TDT
      &lt;/a&gt; (2024/04/18)
    &lt;/summary&gt;
    NVIDIA NeMo, an end-to-end platform for developing multimodal generative AI models at scale anywhere—on any cloud and on-premises—recently released Parakeet-TDT. 
    This new addition to the  NeMo ASR Parakeet model family boasts better accuracy and 64% greater speed over the previously best model, Parakeet-RNNT-1.1B.
    &lt;br&gt;&lt;br&gt;
  &lt;/details&gt;
&lt;/details&gt;
&lt;!-- markdownlint-enable --&gt;
&lt;h2 id=&#34;introduction&#34;&gt;Introduction
&lt;/h2&gt;&lt;p&gt;NVIDIA NeMo Framework is a scalable and cloud-native generative AI
framework built for researchers and PyTorch developers working on Large
Language Models (LLMs), Multimodal Models (MMs), Automatic Speech
Recognition (ASR), Text to Speech (TTS), and Computer Vision (CV)
domains. It is designed to help you efficiently create, customize, and
deploy new generative AI models by leveraging existing code and
pre-trained model checkpoints.&lt;/p&gt;
&lt;p&gt;For technical documentation, please see the &lt;a class=&#34;link&#34; href=&#34;https://docs.nvidia.com/nemo-framework/user-guide/latest/playbooks/index.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;NeMo Framework User
Guide&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;whats-new-in-nemo-20&#34;&gt;What&amp;rsquo;s New in NeMo 2.0
&lt;/h2&gt;&lt;p&gt;NVIDIA NeMo 2.0 introduces several significant improvements over its predecessor, NeMo 1.0, enhancing flexibility, performance, and scalability.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Python-Based Configuration&lt;/strong&gt; - NeMo 2.0 transitions from YAML files to a Python-based configuration, providing more flexibility and control. This shift makes it easier to extend and customize configurations programmatically.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Modular Abstractions&lt;/strong&gt; - By adopting PyTorch Lightning’s modular abstractions, NeMo 2.0 simplifies adaptation and experimentation. This modular approach allows developers to more easily modify and experiment with different components of their models.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Scalability&lt;/strong&gt; - NeMo 2.0 seamlessly scaling large-scale experiments across thousands of GPUs using &lt;a class=&#34;link&#34; href=&#34;https://github.com/NVIDIA/NeMo-Run&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;NeMo-Run&lt;/a&gt;, a powerful tool designed to streamline the configuration, execution, and management of machine learning experiments across computing environments.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Overall, these enhancements make NeMo 2.0 a powerful, scalable, and user-friendly framework for AI model development.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;[!IMPORTANT]&lt;br&gt;
NeMo 2.0 is currently supported by the LLM (large language model) and VLM (vision language model) collections.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3 id=&#34;get-started-with-nemo-20&#34;&gt;Get Started with NeMo 2.0
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Refer to the &lt;a class=&#34;link&#34; href=&#34;https://docs.nvidia.com/nemo-framework/user-guide/latest/nemo-2.0/quickstart.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Quickstart&lt;/a&gt; for examples of using NeMo-Run to launch NeMo 2.0 experiments locally and on a slurm cluster.&lt;/li&gt;
&lt;li&gt;For more information about NeMo 2.0, see the &lt;a class=&#34;link&#34; href=&#34;https://docs.nvidia.com/nemo-framework/user-guide/latest/nemo-2.0/index.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;NeMo Framework User Guide&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/NVIDIA/NeMo/blob/main/nemo/collections/llm/recipes&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;NeMo 2.0 Recipes&lt;/a&gt; contains additional examples of launching large-scale runs using NeMo 2.0 and NeMo-Run.&lt;/li&gt;
&lt;li&gt;For an in-depth exploration of the main features of NeMo 2.0, see the &lt;a class=&#34;link&#34; href=&#34;https://docs.nvidia.com/nemo-framework/user-guide/latest/nemo-2.0/features/index.html#feature-guide&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Feature Guide&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;To transition from NeMo 1.0 to 2.0, see the &lt;a class=&#34;link&#34; href=&#34;https://docs.nvidia.com/nemo-framework/user-guide/latest/nemo-2.0/migration/index.html#migration-guide&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Migration Guide&lt;/a&gt; for step-by-step instructions.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;get-started-with-cosmos&#34;&gt;Get Started with Cosmos
&lt;/h3&gt;&lt;p&gt;NeMo Curator and NeMo Framework support video curation and post-training of the Cosmos World Foundation Models, which are open and available on &lt;a class=&#34;link&#34; href=&#34;https://catalog.ngc.nvidia.com/orgs/nvidia/teams/cosmos/collections/cosmos&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;NGC&lt;/a&gt; and &lt;a class=&#34;link&#34; href=&#34;https://huggingface.co/collections/nvidia/cosmos-6751e884dc10e013a0a0d8e6&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Hugging Face&lt;/a&gt;. For more information on video datasets, refer to &lt;a class=&#34;link&#34; href=&#34;https://developer.nvidia.com/nemo-curator&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;NeMo Curator&lt;/a&gt;. To post-train World Foundation Models using the NeMo Framework for your custom physical AI tasks, see the &lt;a class=&#34;link&#34; href=&#34;https://github.com/NVIDIA/Cosmos/blob/main/cosmos1/models/diffusion/nemo/post_training/README.md&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Cosmos Diffusion models&lt;/a&gt; and the &lt;a class=&#34;link&#34; href=&#34;https://github.com/NVIDIA/Cosmos/blob/main/cosmos1/models/autoregressive/nemo/post_training/README.md&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Cosmos Autoregressive models&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;llms-and-mms-training-alignment-and-customization&#34;&gt;LLMs and MMs Training, Alignment, and Customization
&lt;/h2&gt;&lt;p&gt;All NeMo models are trained with
&lt;a class=&#34;link&#34; href=&#34;https://github.com/Lightning-AI/lightning&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Lightning&lt;/a&gt;. Training is
automatically scalable to 1000s of GPUs. You can check the performance benchmarks using the
latest NeMo Framework container &lt;a class=&#34;link&#34; href=&#34;https://docs.nvidia.com/nemo-framework/user-guide/latest/performance/performance_summary.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;When applicable, NeMo models leverage cutting-edge distributed training
techniques, incorporating &lt;a class=&#34;link&#34; href=&#34;https://docs.nvidia.com/nemo-framework/user-guide/latest/modeloverview.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;parallelism
strategies&lt;/a&gt;
to enable efficient training of very large models. These techniques
include Tensor Parallelism (TP), Pipeline Parallelism (PP), Fully
Sharded Data Parallelism (FSDP), Mixture-of-Experts (MoE), and Mixed
Precision Training with BFloat16 and FP8, as well as others.&lt;/p&gt;
&lt;p&gt;NeMo Transformer-based LLMs and MMs utilize &lt;a class=&#34;link&#34; href=&#34;https://github.com/NVIDIA/TransformerEngine&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;NVIDIA Transformer
Engine&lt;/a&gt; for FP8 training on
NVIDIA Hopper GPUs, while leveraging &lt;a class=&#34;link&#34; href=&#34;https://github.com/NVIDIA/Megatron-LM/tree/main/megatron/core&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;NVIDIA Megatron
Core&lt;/a&gt; for
scaling Transformer model training.&lt;/p&gt;
&lt;p&gt;NeMo LLMs can be aligned with state-of-the-art methods such as SteerLM,
Direct Preference Optimization (DPO), and Reinforcement Learning from
Human Feedback (RLHF). See &lt;a class=&#34;link&#34; href=&#34;https://github.com/NVIDIA/NeMo-Aligner&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;NVIDIA NeMo
Aligner&lt;/a&gt; for more information.&lt;/p&gt;
&lt;p&gt;In addition to supervised fine-tuning (SFT), NeMo also supports the
latest parameter efficient fine-tuning (PEFT) techniques such as LoRA,
P-Tuning, Adapters, and IA3. Refer to the &lt;a class=&#34;link&#34; href=&#34;https://docs.nvidia.com/nemo-framework/user-guide/latest/sft_peft/index.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;NeMo Framework User
Guide&lt;/a&gt;
for the full list of supported models and techniques.&lt;/p&gt;
&lt;h2 id=&#34;llms-and-mms-deployment-and-optimization&#34;&gt;LLMs and MMs Deployment and Optimization
&lt;/h2&gt;&lt;p&gt;NeMo LLMs and MMs can be deployed and optimized with &lt;a class=&#34;link&#34; href=&#34;https://developer.nvidia.com/nemo-microservices-early-access&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;NVIDIA NeMo
Microservices&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;speech-ai&#34;&gt;Speech AI
&lt;/h2&gt;&lt;p&gt;NeMo ASR and TTS models can be optimized for inference and deployed for
production use cases with &lt;a class=&#34;link&#34; href=&#34;https://developer.nvidia.com/riva&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;NVIDIA Riva&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;nemo-framework-launcher&#34;&gt;NeMo Framework Launcher
&lt;/h2&gt;&lt;blockquote&gt;
&lt;p&gt;[!IMPORTANT]&lt;br&gt;
NeMo Framework Launcher is compatible with NeMo version 1.0 only. &lt;a class=&#34;link&#34; href=&#34;https://github.com/NVIDIA/NeMo-Run&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;NeMo-Run&lt;/a&gt; is recommended for launching experiments using NeMo 2.0.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/NVIDIA/NeMo-Megatron-Launcher&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;NeMo Framework
Launcher&lt;/a&gt; is a
cloud-native tool that streamlines the NeMo Framework experience. It is
used for launching end-to-end NeMo Framework training jobs on CSPs and
Slurm clusters.&lt;/p&gt;
&lt;p&gt;The NeMo Framework Launcher includes extensive recipes, scripts,
utilities, and documentation for training NeMo LLMs. It also includes
the NeMo Framework &lt;a class=&#34;link&#34; href=&#34;https://github.com/NVIDIA/NeMo-Megatron-Launcher#53-using-autoconfigurator-to-find-the-optimal-configuration&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Autoconfigurator&lt;/a&gt;,
which is designed to find the optimal model parallel configuration for
training on a specific cluster.&lt;/p&gt;
&lt;p&gt;To get started quickly with the NeMo Framework Launcher, please see the
&lt;a class=&#34;link&#34; href=&#34;https://docs.nvidia.com/nemo-framework/user-guide/latest/playbooks/index.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;NeMo Framework
Playbooks&lt;/a&gt;.
The NeMo Framework Launcher does not currently support ASR and TTS
training, but it will soon.&lt;/p&gt;
&lt;h2 id=&#34;get-started-with-nemo-framework&#34;&gt;Get Started with NeMo Framework
&lt;/h2&gt;&lt;p&gt;Getting started with NeMo Framework is easy. State-of-the-art pretrained
NeMo models are freely available on &lt;a class=&#34;link&#34; href=&#34;https://huggingface.co/models?library=nemo&amp;amp;sort=downloads&amp;amp;search=nvidia&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Hugging Face
Hub&lt;/a&gt;
and &lt;a class=&#34;link&#34; href=&#34;https://catalog.ngc.nvidia.com/models?query=nemo&amp;amp;orderBy=weightPopularDESC&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;NVIDIA
NGC&lt;/a&gt;.
These models can be used to generate text or images, transcribe audio,
and synthesize speech in just a few lines of code.&lt;/p&gt;
&lt;p&gt;We have extensive
&lt;a class=&#34;link&#34; href=&#34;https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/stable/starthere/tutorials.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;tutorials&lt;/a&gt;
that can be run on &lt;a class=&#34;link&#34; href=&#34;https://colab.research.google.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Google Colab&lt;/a&gt; or
with our &lt;a class=&#34;link&#34; href=&#34;https://catalog.ngc.nvidia.com/orgs/nvidia/containers/nemo&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;NGC NeMo Framework
Container&lt;/a&gt;.
We also have
&lt;a class=&#34;link&#34; href=&#34;https://docs.nvidia.com/nemo-framework/user-guide/latest/playbooks/index.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;playbooks&lt;/a&gt;
for users who want to train NeMo models with the NeMo Framework
Launcher.&lt;/p&gt;
&lt;p&gt;For advanced users who want to train NeMo models from scratch or
fine-tune existing NeMo models, we have a full suite of &lt;a class=&#34;link&#34; href=&#34;https://github.com/NVIDIA/NeMo/tree/main/examples&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;example
scripts&lt;/a&gt; that support
multi-GPU/multi-node training.&lt;/p&gt;
&lt;h2 id=&#34;key-features&#34;&gt;Key Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;nemo/collections/nlp/README.md&#34; &gt;Large Language Models&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;nemo/collections/multimodal/README.md&#34; &gt;Multimodal&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;nemo/collections/asr/README.md&#34; &gt;Automatic Speech Recognition&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;nemo/collections/tts/README.md&#34; &gt;Text to Speech&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;nemo/collections/vision/README.md&#34; &gt;Computer Vision&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;requirements&#34;&gt;Requirements
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Python 3.10 or above&lt;/li&gt;
&lt;li&gt;Pytorch 2.5 or above&lt;/li&gt;
&lt;li&gt;NVIDIA GPU (if you intend to do model training)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;developer-documentation&#34;&gt;Developer Documentation
&lt;/h2&gt;&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Version&lt;/th&gt;
          &lt;th&gt;Status&lt;/th&gt;
          &lt;th&gt;Description&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;Latest&lt;/td&gt;
          &lt;td&gt;&lt;a class=&#34;link&#34; href=&#34;https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/main/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://readthedocs.com/projects/nvidia-nemo/badge/?version=main&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Documentation Status&#34;
	
	
&gt;&lt;/a&gt;&lt;/td&gt;
          &lt;td&gt;&lt;a class=&#34;link&#34; href=&#34;https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/main/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Documentation of the latest (i.e. main) branch.&lt;/a&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Stable&lt;/td&gt;
          &lt;td&gt;&lt;a class=&#34;link&#34; href=&#34;https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/stable/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://readthedocs.com/projects/nvidia-nemo/badge/?version=stable&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Documentation Status&#34;
	
	
&gt;&lt;/a&gt;&lt;/td&gt;
          &lt;td&gt;&lt;a class=&#34;link&#34; href=&#34;https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/stable/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Documentation of the stable (i.e. most recent release)&lt;/a&gt;&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;install-nemo-framework&#34;&gt;Install NeMo Framework
&lt;/h2&gt;&lt;p&gt;The NeMo Framework can be installed in a variety of ways, depending on
your needs. Depending on the domain, you may find one of the following
installation methods more suitable.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#conda--pip&#34; &gt;Conda / Pip&lt;/a&gt;: Install NeMo-Framework with native Pip into a virtual environment.
&lt;ul&gt;
&lt;li&gt;Used to explore NeMo on any supported platform.&lt;/li&gt;
&lt;li&gt;This is the recommended method for ASR and TTS domains.&lt;/li&gt;
&lt;li&gt;Limited feature-completeness for other domains.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#ngc-pytorch-container&#34; &gt;NGC PyTorch container&lt;/a&gt;: Install NeMo-Framework from source with feature-completeness into a highly optimized container.
&lt;ul&gt;
&lt;li&gt;For users that want to install from source in a highly optimized container.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#ngc-nemo-container&#34; &gt;NGC NeMo container&lt;/a&gt;: Ready-to-go solution of NeMo-Framework
&lt;ul&gt;
&lt;li&gt;For users that seek highest performance.&lt;/li&gt;
&lt;li&gt;Contains all dependencies installed and tested for performance and convergence.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;support-matrix&#34;&gt;Support matrix
&lt;/h3&gt;&lt;p&gt;NeMo-Framework provides tiers of support based on OS / Platform and mode of installation. Please refer the following overview of support levels:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fully supported: Max performance and feature-completeness.&lt;/li&gt;
&lt;li&gt;Limited supported: Used to explore NeMo.&lt;/li&gt;
&lt;li&gt;No support yet: In development.&lt;/li&gt;
&lt;li&gt;Deprecated: Support has reached end of life.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Please refer to the following table for current support levels:&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;OS / Platform&lt;/th&gt;
          &lt;th&gt;Install from PyPi&lt;/th&gt;
          &lt;th&gt;Source into NGC container&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;linux&lt;/code&gt; - &lt;code&gt;amd64/x84_64&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Limited support&lt;/td&gt;
          &lt;td&gt;Full support&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;linux&lt;/code&gt; - &lt;code&gt;arm64&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Limited support&lt;/td&gt;
          &lt;td&gt;Limited support&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;darwin&lt;/code&gt; - &lt;code&gt;amd64/x64_64&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Deprecated&lt;/td&gt;
          &lt;td&gt;Deprecated&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;darwin&lt;/code&gt; - &lt;code&gt;arm64&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Limited support&lt;/td&gt;
          &lt;td&gt;Limited support&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;windows&lt;/code&gt; - &lt;code&gt;amd64/x64_64&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;No support yet&lt;/td&gt;
          &lt;td&gt;No support yet&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;windows&lt;/code&gt; - &lt;code&gt;arm64&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;No support yet&lt;/td&gt;
          &lt;td&gt;No support yet&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;conda--pip&#34;&gt;Conda / Pip
&lt;/h3&gt;&lt;p&gt;Install NeMo in a fresh Conda environment:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;conda create --name nemo &lt;span class=&#34;nv&#34;&gt;python&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;==&lt;/span&gt;3.10.12
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;conda activate nemo
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h4 id=&#34;pick-the-right-version&#34;&gt;Pick the right version
&lt;/h4&gt;&lt;p&gt;NeMo-Framework publishes pre-built wheels with each release.
To install nemo_toolkit from such a wheel, use the following installation method:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;pip install &lt;span class=&#34;s2&#34;&gt;&amp;#34;nemo_toolkit[all]&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;If a more specific version is desired, we recommend a Pip-VCS install. From &lt;a class=&#34;link&#34; href=&#34;github.com/NVIDIA/NeMo&#34; &gt;NVIDIA/NeMo&lt;/a&gt;, fetch the commit, branch, or tag that you would like to install.&lt;br&gt;
To install nemo_toolkit from this Git reference &lt;code&gt;$REF&lt;/code&gt;, use the following installation method:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;git clone https://github.com/NVIDIA/NeMo
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;cd&lt;/span&gt; NeMo
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;git checkout @&lt;span class=&#34;si&#34;&gt;${&lt;/span&gt;&lt;span class=&#34;nv&#34;&gt;REF&lt;/span&gt;&lt;span class=&#34;k&#34;&gt;:-&lt;/span&gt;&lt;span class=&#34;s1&#34;&gt;&amp;#39;main&amp;#39;&lt;/span&gt;&lt;span class=&#34;si&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;pip install &lt;span class=&#34;s1&#34;&gt;&amp;#39;.[all]&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h4 id=&#34;install-a-specific-domain&#34;&gt;Install a specific Domain
&lt;/h4&gt;&lt;p&gt;To install a specific domain of NeMo, you must first install the
nemo_toolkit using the instructions listed above. Then, you run the
following domain-specific commands:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;6
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;pip install nemo_toolkit&lt;span class=&#34;o&#34;&gt;[&lt;/span&gt;&lt;span class=&#34;s1&#34;&gt;&amp;#39;all&amp;#39;&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;]&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;# or pip install &amp;#34;nemo_toolkit[&amp;#39;all&amp;#39;]@git+https://github.com/NVIDIA/NeMo@${REF:-&amp;#39;main&amp;#39;}&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;pip install nemo_toolkit&lt;span class=&#34;o&#34;&gt;[&lt;/span&gt;&lt;span class=&#34;s1&#34;&gt;&amp;#39;asr&amp;#39;&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;]&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;# or pip install &amp;#34;nemo_toolkit[&amp;#39;asr&amp;#39;]@git+https://github.com/NVIDIA/NeMo@$REF:-&amp;#39;main&amp;#39;}&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;pip install nemo_toolkit&lt;span class=&#34;o&#34;&gt;[&lt;/span&gt;&lt;span class=&#34;s1&#34;&gt;&amp;#39;nlp&amp;#39;&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;]&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;# or pip install &amp;#34;nemo_toolkit[&amp;#39;nlp&amp;#39;]@git+https://github.com/NVIDIA/NeMo@${REF:-&amp;#39;main&amp;#39;}&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;pip install nemo_toolkit&lt;span class=&#34;o&#34;&gt;[&lt;/span&gt;&lt;span class=&#34;s1&#34;&gt;&amp;#39;tts&amp;#39;&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;]&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;# or pip install &amp;#34;nemo_toolkit[&amp;#39;tts&amp;#39;]@git+https://github.com/NVIDIA/NeMo@${REF:-&amp;#39;main&amp;#39;}&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;pip install nemo_toolkit&lt;span class=&#34;o&#34;&gt;[&lt;/span&gt;&lt;span class=&#34;s1&#34;&gt;&amp;#39;vision&amp;#39;&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;]&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;# or pip install &amp;#34;nemo_toolkit[&amp;#39;vision&amp;#39;]@git+https://github.com/NVIDIA/NeMo@${REF:-&amp;#39;main&amp;#39;}&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;pip install nemo_toolkit&lt;span class=&#34;o&#34;&gt;[&lt;/span&gt;&lt;span class=&#34;s1&#34;&gt;&amp;#39;multimodal&amp;#39;&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;]&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;# or pip install &amp;#34;nemo_toolkit[&amp;#39;multimodal&amp;#39;]@git+https://github.com/NVIDIA/NeMo@${REF:-&amp;#39;main&amp;#39;}&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h3 id=&#34;ngc-pytorch-container&#34;&gt;NGC PyTorch container
&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;NOTE: The following steps are supported beginning with 24.04 (NeMo-Toolkit 2.3.0)&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;We recommended that you start with a base NVIDIA PyTorch container:
nvcr.io/nvidia/pytorch:25.01-py3.&lt;/p&gt;
&lt;p&gt;If starting with a base NVIDIA PyTorch container, you must first launch
the container:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;7
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;8
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;docker run &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  --gpus all &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  -it &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  --rm &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  --shm-size&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;16g &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  --ulimit &lt;span class=&#34;nv&#34;&gt;memlock&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;-1 &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  --ulimit &lt;span class=&#34;nv&#34;&gt;stack&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;m&#34;&gt;67108864&lt;/span&gt; &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  nvcr.io/nvidia/pytorch:&lt;span class=&#34;si&#34;&gt;${&lt;/span&gt;&lt;span class=&#34;nv&#34;&gt;NV_PYTORCH_TAG&lt;/span&gt;&lt;span class=&#34;k&#34;&gt;:-&lt;/span&gt;&lt;span class=&#34;s1&#34;&gt;&amp;#39;nvcr.io/nvidia/pytorch:25.01-py3&amp;#39;&lt;/span&gt;&lt;span class=&#34;si&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;From &lt;a class=&#34;link&#34; href=&#34;github.com/NVIDIA/NeMo&#34; &gt;NVIDIA/NeMo&lt;/a&gt;, fetch the commit/branch/tag that you want to install.&lt;br&gt;
To install nemo_toolkit including all of its dependencies from this Git reference &lt;code&gt;$REF&lt;/code&gt;, use the following installation method:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;5
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;cd&lt;/span&gt; /opt
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;git clone https://github.com/NVIDIA/NeMo
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;cd&lt;/span&gt; NeMo
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;git checkout &lt;span class=&#34;si&#34;&gt;${&lt;/span&gt;&lt;span class=&#34;nv&#34;&gt;REF&lt;/span&gt;&lt;span class=&#34;k&#34;&gt;:-&lt;/span&gt;&lt;span class=&#34;s1&#34;&gt;&amp;#39;main&amp;#39;&lt;/span&gt;&lt;span class=&#34;si&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;bash reinstall.sh --library all
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h2 id=&#34;ngc-nemo-container&#34;&gt;NGC NeMo container
&lt;/h2&gt;&lt;p&gt;NeMo containers are launched concurrently with NeMo version updates.
NeMo Framework now supports LLMs, MMs, ASR, and TTS in a single
consolidated Docker container. You can find additional information about
released containers on the &lt;a class=&#34;link&#34; href=&#34;https://github.com/NVIDIA/NeMo/releases&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;NeMo releases
page&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To use a pre-built container, run the following code:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;7
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;8
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;docker run &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  --gpus all &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  -it &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  --rm &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  --shm-size&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;16g &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  --ulimit &lt;span class=&#34;nv&#34;&gt;memlock&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;-1 &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  --ulimit &lt;span class=&#34;nv&#34;&gt;stack&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;m&#34;&gt;67108864&lt;/span&gt; &lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  nvcr.io/nvidia/pytorch:&lt;span class=&#34;si&#34;&gt;${&lt;/span&gt;&lt;span class=&#34;nv&#34;&gt;NV_PYTORCH_TAG&lt;/span&gt;&lt;span class=&#34;k&#34;&gt;:-&lt;/span&gt;&lt;span class=&#34;s1&#34;&gt;&amp;#39;nvcr.io/nvidia/nemo:25.02&amp;#39;&lt;/span&gt;&lt;span class=&#34;si&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h2 id=&#34;future-work&#34;&gt;Future Work
&lt;/h2&gt;&lt;p&gt;The NeMo Framework Launcher does not currently support ASR and TTS
training, but it will soon.&lt;/p&gt;
&lt;h2 id=&#34;discussions-board&#34;&gt;Discussions Board
&lt;/h2&gt;&lt;p&gt;FAQ can be found on the NeMo &lt;a class=&#34;link&#34; href=&#34;https://github.com/NVIDIA/NeMo/discussions&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Discussions
board&lt;/a&gt;. You are welcome to
ask questions or start discussions on the board.&lt;/p&gt;
&lt;h2 id=&#34;contribute-to-nemo&#34;&gt;Contribute to NeMo
&lt;/h2&gt;&lt;p&gt;We welcome community contributions! Please refer to
&lt;a class=&#34;link&#34; href=&#34;https://github.com/NVIDIA/NeMo/blob/stable/CONTRIBUTING.md&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;CONTRIBUTING.md&lt;/a&gt;
for the process.&lt;/p&gt;
&lt;h2 id=&#34;publications&#34;&gt;Publications
&lt;/h2&gt;&lt;p&gt;We provide an ever-growing list of
&lt;a class=&#34;link&#34; href=&#34;https://nvidia.github.io/NeMo/publications/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;publications&lt;/a&gt; that utilize
the NeMo Framework.&lt;/p&gt;
&lt;p&gt;To contribute an article to the collection, please submit a pull request
to the &lt;code&gt;gh-pages-src&lt;/code&gt; branch of this repository. For detailed
information, please consult the README located at the &lt;a class=&#34;link&#34; href=&#34;https://github.com/NVIDIA/NeMo/tree/gh-pages-src#readme&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;gh-pages-src
branch&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;blogs&#34;&gt;Blogs
&lt;/h2&gt;&lt;!-- markdownlint-disable --&gt;
&lt;details open&gt;
  &lt;summary&gt;&lt;b&gt;Large Language Models and Multimodal Models&lt;/b&gt;&lt;/summary&gt;
    &lt;details&gt;
      &lt;summary&gt;
        &lt;a href=&#34;https://blogs.nvidia.com/blog/bria-builds-responsible-generative-ai-using-nemo-picasso/&#34;&gt;
          Bria Builds Responsible Generative AI for Enterprises Using NVIDIA NeMo, Picasso
        &lt;/a&gt; (2024/03/06)
      &lt;/summary&gt;
      Bria, a Tel Aviv startup at the forefront of visual generative AI for enterprises now leverages the NVIDIA NeMo Framework. 
      The Bria.ai platform uses reference implementations from the NeMo Multimodal collection, trained on NVIDIA Tensor Core GPUs, to enable high-throughput and low-latency image generation. 
      Bria has also adopted NVIDIA Picasso, a foundry for visual generative AI models, to run inference.
      &lt;br&gt;&lt;br&gt;
    &lt;/details&gt;
    &lt;details&gt;
      &lt;summary&gt;
        &lt;a href=&#34;https://developer.nvidia.com/blog/new-nvidia-nemo-framework-features-and-nvidia-h200-supercharge-llm-training-performance-and-versatility/&#34;&gt;
          New NVIDIA NeMo Framework Features and NVIDIA H200
        &lt;/a&gt; (2023/12/06)
      &lt;/summary&gt;
      NVIDIA NeMo Framework now includes several optimizations and enhancements, 
      including: 
      1) Fully Sharded Data Parallelism (FSDP) to improve the efficiency of training large-scale AI models, 
      2) Mix of Experts (MoE)-based LLM architectures with expert parallelism for efficient LLM training at scale, 
      3) Reinforcement Learning from Human Feedback (RLHF) with TensorRT-LLM for inference stage acceleration, and 
      4) up to 4.2x speedups for Llama 2 pre-training on NVIDIA H200 Tensor Core GPUs.
      &lt;br&gt;&lt;br&gt;
      &lt;a href=&#34;https://developer.nvidia.com/blog/new-nvidia-nemo-framework-features-and-nvidia-h200-supercharge-llm-training-performance-and-versatility&#34;&gt;
      &lt;img src=&#34;https://github.com/sbhavani/TransformerEngine/blob/main/docs/examples/H200-NeMo-performance.png&#34; alt=&#34;H200-NeMo-performance&#34; style=&#34;width: 600px;&#34;&gt;&lt;/a&gt;
      &lt;br&gt;&lt;br&gt;
    &lt;/details&gt;
    &lt;details&gt;
      &lt;summary&gt;
        &lt;a href=&#34;https://blogs.nvidia.com/blog/nemo-amazon-titan/&#34;&gt;
          NVIDIA now powers training for Amazon Titan Foundation models
        &lt;/a&gt; (2023/11/28)
      &lt;/summary&gt;
      NVIDIA NeMo Framework now empowers the Amazon Titan foundation models (FM) with efficient training of large language models (LLMs). 
      The Titan FMs form the basis of Amazon’s generative AI service, Amazon Bedrock. 
      The NeMo Framework provides a versatile framework for building, customizing, and running LLMs.
      &lt;br&gt;&lt;br&gt;
    &lt;/details&gt;
&lt;/details&gt;
&lt;!-- markdownlint-enable --&gt;
&lt;h2 id=&#34;licenses&#34;&gt;Licenses
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/NVIDIA/NeMo?tab=Apache-2.0-1-ov-file#readme&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;NeMo GitHub Apache 2.0
license&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;NeMo is licensed under the &lt;a class=&#34;link&#34; href=&#34;https://www.nvidia.com/en-us/data-center/products/nvidia-ai-enterprise/eula/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;NVIDIA AI PRODUCT
AGREEMENT&lt;/a&gt;.
By pulling and using the container, you accept the terms and
conditions of this license.&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>agents-course</title>
        <link>https://producthunt.programnotes.cn/en/p/agents-course/</link>
        <pubDate>Thu, 08 May 2025 15:30:23 +0800</pubDate>
        
        <guid>https://producthunt.programnotes.cn/en/p/agents-course/</guid>
        <description>&lt;img src="https://images.unsplash.com/photo-1597773026935-df49538167e4?ixid=M3w0NjAwMjJ8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NDY2ODkzMTF8&amp;ixlib=rb-4.1.0" alt="Featured image of post agents-course" /&gt;&lt;h1 id=&#34;huggingfaceagents-course&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/huggingface/agents-course&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;huggingface/agents-course&lt;/a&gt;
&lt;/h1&gt;&lt;h1 id=&#34;the-hugging-face-agents-course&#34;&gt;&lt;a href=&#34;https://hf.co/learn/agents-course&#34; target=&#34;_blank&#34;&gt;The Hugging Face Agents Course&lt;/a&gt;
&lt;/h1&gt;&lt;p&gt;If you like the course, &lt;strong&gt;don&amp;rsquo;t hesitate to ⭐ star this repository&lt;/strong&gt;. This helps us to &lt;strong&gt;make the course more visible 🤗&lt;/strong&gt;.&lt;/p&gt;
&lt;img src=&#34;https://huggingface.co/datasets/agents-course/course-images/resolve/main/en/communication/please_star.gif&#34; alt=&#34;Star the repo&#34; /&gt;
&lt;h2 id=&#34;content&#34;&gt;Content
&lt;/h2&gt;&lt;p&gt;The course is divided into 4 units. These will take you from &lt;strong&gt;the basics of agents to a final assignment with a benchmark&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Sign up here (it&amp;rsquo;s free) 👉 &lt;a href=&#34;https://bit.ly/hf-learn-agents&#34; target=&#34;_blank&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://bit.ly/hf-learn-agents&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://bit.ly/hf-learn-agents&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can access the course here 👉 &lt;a href=&#34;https://hf.co/learn/agents-course&#34; target=&#34;_blank&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://hf.co/learn/agents-course&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://hf.co/learn/agents-course&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Unit&lt;/th&gt;
          &lt;th&gt;Topic&lt;/th&gt;
          &lt;th&gt;Description&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;0&lt;/td&gt;
          &lt;td&gt;&lt;a class=&#34;link&#34; href=&#34;https://huggingface.co/learn/agents-course/en/unit0/introduction&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Welcome to the Course&lt;/a&gt;&lt;/td&gt;
          &lt;td&gt;Welcome, guidelines, necessary tools, and course overview.&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;1&lt;/td&gt;
          &lt;td&gt;&lt;a class=&#34;link&#34; href=&#34;https://huggingface.co/learn/agents-course/en/unit1/introduction&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Introduction to Agents&lt;/a&gt;&lt;/td&gt;
          &lt;td&gt;Definition of agents, LLMs, model family tree, and special tokens.&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;1 Bonus&lt;/td&gt;
          &lt;td&gt;&lt;a class=&#34;link&#34; href=&#34;https://huggingface.co/learn/agents-course/bonus-unit1/introduction&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Fine-tuning an LLM for Function-calling&lt;/a&gt;&lt;/td&gt;
          &lt;td&gt;Learn how to fine-tune an LLM for Function-Calling&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;2&lt;/td&gt;
          &lt;td&gt;&lt;a class=&#34;link&#34; href=&#34;https://huggingface.co/learn/agents-course/unit2/introduction&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Frameworks for AI Agents&lt;/a&gt;&lt;/td&gt;
          &lt;td&gt;Overview of &lt;code&gt;smolagents&lt;/code&gt;, &lt;code&gt;LangGraph&lt;/code&gt; and &lt;code&gt;LlamaIndex&lt;/code&gt;.&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;2.1&lt;/td&gt;
          &lt;td&gt;&lt;a class=&#34;link&#34; href=&#34;https://huggingface.co/learn/agents-course/unit2/smolagents/introduction&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;The Smolagents Framework&lt;/a&gt;&lt;/td&gt;
          &lt;td&gt;Learn how to build effective agents using the &lt;code&gt;smolagents&lt;/code&gt; library, a lightweight framework for creating capable AI agents.&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;2.2&lt;/td&gt;
          &lt;td&gt;&lt;a class=&#34;link&#34; href=&#34;https://huggingface.co/learn/agents-course/unit2/llama-index/introduction&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;The LlamaIndex Framework&lt;/a&gt;&lt;/td&gt;
          &lt;td&gt;Learn how to build LLM-powered agents over your data using indexes and workflows using the &lt;code&gt;LlamaIndex&lt;/code&gt; toolkit.&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;2.3&lt;/td&gt;
          &lt;td&gt;&lt;a class=&#34;link&#34; href=&#34;https://huggingface.co/learn/agents-course/unit2/langgraph/introduction&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;The LangGraph Framework&lt;/a&gt;&lt;/td&gt;
          &lt;td&gt;Learn how to build production-ready applications using the &lt;code&gt;LangGraph&lt;/code&gt; framework giving you control tools over the flow of your agent.&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;2 Bonus&lt;/td&gt;
          &lt;td&gt;&lt;a class=&#34;link&#34; href=&#34;https://huggingface.co/learn/agents-course/bonus-unit2/introduction&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Observability and Evaluation&lt;/a&gt;&lt;/td&gt;
          &lt;td&gt;Learn how to trace and evaluate your agents.&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;3&lt;/td&gt;
          &lt;td&gt;&lt;a class=&#34;link&#34; href=&#34;https://huggingface.co/learn/agents-course/unit3/agentic-rag/introduction&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Use Case for Agentic RAG&lt;/a&gt;&lt;/td&gt;
          &lt;td&gt;Learn how to use Agentic RAG to help agents respond to different use cases using various frameworks.&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;4&lt;/td&gt;
          &lt;td&gt;&lt;a class=&#34;link&#34; href=&#34;https://huggingface.co/learn/agents-course/unit4/introduction&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Final Project - Create, Test and Certify Your Agent&lt;/a&gt;&lt;/td&gt;
          &lt;td&gt;Automated evaluation of agents and leaderboard with student results.&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Basic knowledge of Python&lt;/li&gt;
&lt;li&gt;Basic knowledge of LLMs&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;contribution-guidelines&#34;&gt;Contribution Guidelines
&lt;/h2&gt;&lt;p&gt;If you want to contribute to this course, you&amp;rsquo;re welcome to do so. Feel free to open an issue or join the discussion in the &lt;a class=&#34;link&#34; href=&#34;https://discord.gg/UrrTSsSyjb&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Discord&lt;/a&gt;. For specific contributions, here are some guidelines:&lt;/p&gt;
&lt;h3 id=&#34;small-typo-and-grammar-fixes&#34;&gt;Small typo and grammar fixes
&lt;/h3&gt;&lt;p&gt;If you find a small typo or grammar mistake, please fix it yourself and submit a pull request. This is very helpful for students.&lt;/p&gt;
&lt;h3 id=&#34;new-unit&#34;&gt;New unit
&lt;/h3&gt;&lt;p&gt;If you want to add a new unit, &lt;strong&gt;please create an issue in the repository, describe the unit, and why it should be added&lt;/strong&gt;. We will discuss it and if it&amp;rsquo;s a good addition, we can collaborate on it.&lt;/p&gt;
&lt;h2 id=&#34;citing-the-project&#34;&gt;Citing the project
&lt;/h2&gt;&lt;p&gt;To cite this repository in publications:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;7
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bibtex&#34; data-lang=&#34;bibtex&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nc&#34;&gt;@misc&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;&lt;span class=&#34;nl&#34;&gt;agents-course&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;na&#34;&gt;author&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;{Burtenshaw, Ben and Thomas, Joffrey and Simonini, Thomas and Paniego, Sergio}&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;na&#34;&gt;title&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;{The Hugging Face Agents Course}&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;na&#34;&gt;year&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;{2025}&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;na&#34;&gt;howpublished&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;{\url{https://github.com/huggingface/agents-course}}&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;na&#34;&gt;note&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;{GitHub repository}&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;</description>
        </item>
        <item>
        <title>web-ui</title>
        <link>https://producthunt.programnotes.cn/en/p/web-ui/</link>
        <pubDate>Sat, 05 Apr 2025 15:25:18 +0800</pubDate>
        
        <guid>https://producthunt.programnotes.cn/en/p/web-ui/</guid>
        <description>&lt;img src="https://images.unsplash.com/photo-1458777494317-654abe82b4d7?ixid=M3w0NjAwMjJ8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NDM4Mzc4ODJ8&amp;ixlib=rb-4.0.3" alt="Featured image of post web-ui" /&gt;&lt;h1 id=&#34;browser-useweb-ui&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/browser-use/web-ui&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;browser-use/web-ui&lt;/a&gt;
&lt;/h1&gt;&lt;img src=&#34;./assets/web-ui.png&#34; alt=&#34;Browser Use Web UI&#34; width=&#34;full&#34;/&gt;
&lt;br/&gt;
&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/browser-use/web-ui/stargazers&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://img.shields.io/github/stars/browser-use/web-ui?style=social&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;GitHub stars&#34;
	
	
&gt;&lt;/a&gt;
&lt;a class=&#34;link&#34; href=&#34;https://link.browser-use.com/discord&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://img.shields.io/discord/1303749220842340412?color=7289DA&amp;amp;label=Discord&amp;amp;logo=discord&amp;amp;logoColor=white&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Discord&#34;
	
	
&gt;&lt;/a&gt;
&lt;a class=&#34;link&#34; href=&#34;https://docs.browser-use.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://img.shields.io/badge/Documentation-%f0%9f%93%95-blue&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Documentation&#34;
	
	
&gt;&lt;/a&gt;
&lt;a class=&#34;link&#34; href=&#34;https://x.com/warmshao&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://img.shields.io/twitter/follow/warmshao?style=social&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;WarmShao&#34;
	
	
&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This project builds upon the foundation of the &lt;a class=&#34;link&#34; href=&#34;https://github.com/browser-use/browser-use&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;browser-use&lt;/a&gt;, which is designed to make websites accessible for AI agents.&lt;/p&gt;
&lt;p&gt;We would like to officially thank &lt;a class=&#34;link&#34; href=&#34;https://github.com/warmshao&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;WarmShao&lt;/a&gt; for his contribution to this project.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;WebUI:&lt;/strong&gt; is built on Gradio and supports most of &lt;code&gt;browser-use&lt;/code&gt; functionalities. This UI is designed to be user-friendly and enables easy interaction with the browser agent.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Expanded LLM Support:&lt;/strong&gt; We&amp;rsquo;ve integrated support for various Large Language Models (LLMs), including: Google, OpenAI, Azure OpenAI, Anthropic, DeepSeek, Ollama etc. And we plan to add support for even more models in the future.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Custom Browser Support:&lt;/strong&gt; You can use your own browser with our tool, eliminating the need to re-login to sites or deal with other authentication challenges. This feature also supports high-definition screen recording.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Persistent Browser Sessions:&lt;/strong&gt; You can choose to keep the browser window open between AI tasks, allowing you to see the complete history and state of AI interactions.&lt;/p&gt;
&lt;p&gt;&lt;video src=&#34;https://github.com/user-attachments/assets/56bc7080-f2e3-4367-af22-6bf2245ff6cb&#34; controls=&#34;controls&#34;&gt;Your browser does not support playing this video!&lt;/video&gt;&lt;/p&gt;
&lt;h2 id=&#34;installation-guide&#34;&gt;Installation Guide
&lt;/h2&gt;&lt;h3 id=&#34;prerequisites&#34;&gt;Prerequisites
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Python 3.11 or higher&lt;/li&gt;
&lt;li&gt;Git (for cloning the repository)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;option-1-local-installation&#34;&gt;Option 1: Local Installation
&lt;/h3&gt;&lt;p&gt;Read the &lt;a class=&#34;link&#34; href=&#34;https://docs.browser-use.com/quickstart#prepare-the-environment&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;quickstart guide&lt;/a&gt; or follow the steps below to get started.&lt;/p&gt;
&lt;h4 id=&#34;step-1-clone-the-repository&#34;&gt;Step 1: Clone the Repository
&lt;/h4&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;git clone https://github.com/browser-use/web-ui.git
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;cd&lt;/span&gt; web-ui
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h4 id=&#34;step-2-set-up-python-environment&#34;&gt;Step 2: Set Up Python Environment
&lt;/h4&gt;&lt;p&gt;We recommend using &lt;a class=&#34;link&#34; href=&#34;https://docs.astral.sh/uv/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;uv&lt;/a&gt; for managing the Python environment.&lt;/p&gt;
&lt;p&gt;Using uv (recommended):&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;uv venv --python 3.11
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Activate the virtual environment:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Windows (Command Prompt):&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-cmd&#34; data-lang=&#34;cmd&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;.venv\Scripts\activate
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;ul&gt;
&lt;li&gt;Windows (PowerShell):&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-powershell&#34; data-lang=&#34;powershell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;.\.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;venv&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Scripts&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Activate&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;py&#34;&gt;ps1&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;ul&gt;
&lt;li&gt;macOS/Linux:&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;source&lt;/span&gt; .venv/bin/activate
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h4 id=&#34;step-3-install-dependencies&#34;&gt;Step 3: Install Dependencies
&lt;/h4&gt;&lt;p&gt;Install Python packages:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;uv pip install -r requirements.txt
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Install Browsers in Playwright:
You can install specific browsers by running:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;playwright install --with-deps chromium
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;To install all browsers:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;playwright install
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h4 id=&#34;step-4-configure-environment&#34;&gt;Step 4: Configure Environment
&lt;/h4&gt;&lt;ol&gt;
&lt;li&gt;Create a copy of the example environment file:&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;Windows (Command Prompt):&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;copy .env.example .env
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;ul&gt;
&lt;li&gt;macOS/Linux/Windows (PowerShell):&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;cp .env.example .env
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Open &lt;code&gt;.env&lt;/code&gt; in your preferred text editor and add your API keys and other settings&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;option-2-docker-installation&#34;&gt;Option 2: Docker Installation
&lt;/h3&gt;&lt;h4 id=&#34;prerequisites-1&#34;&gt;Prerequisites
&lt;/h4&gt;&lt;ul&gt;
&lt;li&gt;Docker and Docker Compose installed
&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.docker.com/products/docker-desktop/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Docker Desktop&lt;/a&gt; (For Windows/macOS)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://docs.docker.com/engine/install/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Docker Engine&lt;/a&gt; and &lt;a class=&#34;link&#34; href=&#34;https://docs.docker.com/compose/install/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Docker Compose&lt;/a&gt; (For Linux)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&#34;installation-steps&#34;&gt;Installation Steps
&lt;/h4&gt;&lt;ol&gt;
&lt;li&gt;Clone the repository:&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;git clone https://github.com/browser-use/web-ui.git
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;cd&lt;/span&gt; web-ui
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Create and configure environment file:&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;Windows (Command Prompt):&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;copy .env.example .env
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;ul&gt;
&lt;li&gt;macOS/Linux/Windows (PowerShell):&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;cp .env.example .env
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Edit &lt;code&gt;.env&lt;/code&gt; with your preferred text editor and add your API keys&lt;/p&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Run with Docker:&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# Build and start the container with default settings (browser closes after AI tasks)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;docker compose up --build
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# Or run with persistent browser (browser stays open between AI tasks)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nv&#34;&gt;CHROME_PERSISTENT_SESSION&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;nb&#34;&gt;true&lt;/span&gt; docker compose up --build
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;Access the Application:&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;Web Interface: Open &lt;code&gt;http://localhost:7788&lt;/code&gt; in your browser&lt;/li&gt;
&lt;li&gt;VNC Viewer (for watching browser interactions): Open &lt;code&gt;http://localhost:6080/vnc.html&lt;/code&gt;
&lt;ul&gt;
&lt;li&gt;Default VNC password: &amp;ldquo;youvncpassword&amp;rdquo;&lt;/li&gt;
&lt;li&gt;Can be changed by setting &lt;code&gt;VNC_PASSWORD&lt;/code&gt; in your &lt;code&gt;.env&lt;/code&gt; file&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;usage&#34;&gt;Usage
&lt;/h2&gt;&lt;h3 id=&#34;local-setup&#34;&gt;Local Setup
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Run the WebUI:&lt;/strong&gt;
After completing the installation steps above, start the application:
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;python webui.py --ip 127.0.0.1 --port &lt;span class=&#34;m&#34;&gt;7788&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;WebUI options:
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;--ip&lt;/code&gt;: The IP address to bind the WebUI to. Default is &lt;code&gt;127.0.0.1&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;--port&lt;/code&gt;: The port to bind the WebUI to. Default is &lt;code&gt;7788&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;--theme&lt;/code&gt;: The theme for the user interface. Default is &lt;code&gt;Ocean&lt;/code&gt;.
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Default&lt;/strong&gt;: The standard theme with a balanced design.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Soft&lt;/strong&gt;: A gentle, muted color scheme for a relaxed viewing experience.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Monochrome&lt;/strong&gt;: A grayscale theme with minimal color for simplicity and focus.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Glass&lt;/strong&gt;: A sleek, semi-transparent design for a modern appearance.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Origin&lt;/strong&gt;: A classic, retro-inspired theme for a nostalgic feel.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Citrus&lt;/strong&gt;: A vibrant, citrus-inspired palette with bright and fresh colors.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Ocean&lt;/strong&gt; (default): A blue, ocean-inspired theme providing a calming effect.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;code&gt;--dark-mode&lt;/code&gt;: Enables dark mode for the user interface.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Access the WebUI:&lt;/strong&gt; Open your web browser and navigate to &lt;code&gt;http://127.0.0.1:7788&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Using Your Own Browser(Optional):&lt;/strong&gt;
&lt;ul&gt;
&lt;li&gt;Set &lt;code&gt;CHROME_PATH&lt;/code&gt; to the executable path of your browser and &lt;code&gt;CHROME_USER_DATA&lt;/code&gt; to the user data directory of your browser. Leave &lt;code&gt;CHROME_USER_DATA&lt;/code&gt; empty if you want to use local user data.
&lt;ul&gt;
&lt;li&gt;Windows
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-env&#34; data-lang=&#34;env&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;nv&#34;&gt;CHROME_PATH&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;C:\Program Files\Google\Chrome\Application\chrome.exe&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;nv&#34;&gt;CHROME_USER_DATA&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;C:\Users\YourUsername\AppData\Local\Google\Chrome\User Data&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;blockquote&gt;
&lt;p&gt;Note: Replace &lt;code&gt;YourUsername&lt;/code&gt; with your actual Windows username for Windows systems.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/li&gt;
&lt;li&gt;Mac
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-env&#34; data-lang=&#34;env&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;nv&#34;&gt;CHROME_PATH&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;/Applications/Google Chrome.app/Contents/MacOS/Google Chrome&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;nv&#34;&gt;CHROME_USER_DATA&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;/Users/YourUsername/Library/Application Support/Google/Chrome&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Close all Chrome windows&lt;/li&gt;
&lt;li&gt;Open the WebUI in a non-Chrome browser, such as Firefox or Edge. This is important because the persistent browser context will use the Chrome data when running the agent.&lt;/li&gt;
&lt;li&gt;Check the &amp;ldquo;Use Own Browser&amp;rdquo; option within the Browser Settings.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Keep Browser Open(Optional):&lt;/strong&gt;
&lt;ul&gt;
&lt;li&gt;Set &lt;code&gt;CHROME_PERSISTENT_SESSION=true&lt;/code&gt; in the &lt;code&gt;.env&lt;/code&gt; file.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;docker-setup&#34;&gt;Docker Setup
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Environment Variables:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;All configuration is done through the &lt;code&gt;.env&lt;/code&gt; file&lt;/li&gt;
&lt;li&gt;Available environment variables:
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt; 1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 7
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 8
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 9
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;10
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;11
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;12
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;13
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;# LLM API Keys
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;OPENAI_API_KEY=your_key_here
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;ANTHROPIC_API_KEY=your_key_here
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;GOOGLE_API_KEY=your_key_here
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;# Browser Settings
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;CHROME_PERSISTENT_SESSION=true   # Set to true to keep browser open between AI tasks
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;RESOLUTION=1920x1080x24         # Custom resolution format: WIDTHxHEIGHTxDEPTH
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;RESOLUTION_WIDTH=1920           # Custom width in pixels
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;RESOLUTION_HEIGHT=1080          # Custom height in pixels
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;# VNC Settings
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;VNC_PASSWORD=your_vnc_password  # Optional, defaults to &amp;#34;vncpassword&amp;#34;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Platform Support:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Supports both AMD64 and ARM64 architectures&lt;/li&gt;
&lt;li&gt;For ARM64 systems (e.g., Apple Silicon Macs), the container will automatically use the appropriate image&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Browser Persistence Modes:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Default Mode (CHROME_PERSISTENT_SESSION=false):&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Browser opens and closes with each AI task&lt;/li&gt;
&lt;li&gt;Clean state for each interaction&lt;/li&gt;
&lt;li&gt;Lower resource usage&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Persistent Mode (CHROME_PERSISTENT_SESSION=true):&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Browser stays open between AI tasks&lt;/li&gt;
&lt;li&gt;Maintains history and state&lt;/li&gt;
&lt;li&gt;Allows viewing previous AI interactions&lt;/li&gt;
&lt;li&gt;Set in &lt;code&gt;.env&lt;/code&gt; file or via environment variable when starting container&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Viewing Browser Interactions:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Access the noVNC viewer at &lt;code&gt;http://localhost:6080/vnc.html&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Enter the VNC password (default: &amp;ldquo;vncpassword&amp;rdquo; or what you set in VNC_PASSWORD)&lt;/li&gt;
&lt;li&gt;Direct VNC access available on port 5900 (mapped to container port 5901)&lt;/li&gt;
&lt;li&gt;You can now see all browser interactions in real-time&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Container Management:&lt;/strong&gt;&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt; 1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 7
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 8
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 9
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;10
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;11
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# Start with persistent browser&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nv&#34;&gt;CHROME_PERSISTENT_SESSION&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;nb&#34;&gt;true&lt;/span&gt; docker compose up -d
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# Start with default mode (browser closes after tasks)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;docker compose up -d
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# View logs&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;docker compose logs -f
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# Stop the container&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;docker compose down
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;changelog&#34;&gt;Changelog
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; &lt;strong&gt;2025/01/26:&lt;/strong&gt; Thanks to @vvincent1234. Now browser-use-webui can combine with DeepSeek-r1 to engage in deep thinking!&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; &lt;strong&gt;2025/01/10:&lt;/strong&gt; Thanks to @casistack. Now we have Docker Setup option and also Support keep browser open between tasks.&lt;a class=&#34;link&#34; href=&#34;https://github.com/browser-use/web-ui/issues/1#issuecomment-2582511750&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Video tutorial demo&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; &lt;strong&gt;2025/01/06:&lt;/strong&gt; Thanks to @richard-devbot. A New and Well-Designed WebUI is released. &lt;a class=&#34;link&#34; href=&#34;https://github.com/warmshao/browser-use-webui/issues/1#issuecomment-2573393113&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Video tutorial demo&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        
    </channel>
</rss>
