Outils pour utilisateurs

Outils du site


informatique:ai_lm:ai_coding

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
informatique:ai_lm:ai_coding [27/01/2026 11:19] – [/modelcontextprotocol/php-sdk] cyrilleinformatique:ai_lm:ai_coding [30/01/2026 13:20] (Version actuelle) – [Agents IA] cyrille
Ligne 307: Ligne 307:
  
 Articles: Articles:
-  * [[https://modelcontextprotocol.io/docs/getting-started/intro|What is the Model Context Protocol (MCP)?]] sur **modelcontextprotocol**.io+  * le site "officiel" du standard MCP **modelcontextprotocol.io** : [[https://modelcontextprotocol.io/docs/getting-started/intro|What is the Model Context Protocol (MCP)?]]
   * [[https://tighten.com/insights/let-ai-interact-with-your-app-via-mcp/|Let AI Interact with Your App via MCP]] (//show how to build an MCP server for a task management app//)   * [[https://tighten.com/insights/let-ai-interact-with-your-app-via-mcp/|Let AI Interact with Your App via MCP]] (//show how to build an MCP server for a task management app//)
  
 Curated lists: Curated lists:
   * [[https://github.com/rohitg00/awesome-devops-mcp-servers|rohitg00/awesome-devops-mcp-servers]] A curated list of awesome MCP servers focused on DevOps tools and capabilities.   * [[https://github.com/rohitg00/awesome-devops-mcp-servers|rohitg00/awesome-devops-mcp-servers]] A curated list of awesome MCP servers focused on DevOps tools and capabilities.
 +  * [[https://registry.modelcontextprotocol.io/?q=osm|Official MCP Registry]]
 +    * EU law https://github.com/Ansvar-Systems/EU_compliance_MCP
 +    * osm tagging schema https://github.com/gander-tools/osm-tagging-schema-mcp
 +  * le [[https://lobehub.com/fr/mcp|Marché des serveurs MCP]] par LobeHub
 +    * [[https://lobehub.com/fr/mcp/ahujasid-blender-mcp|Blender MCP]], [[https://lobehub.com/fr/mcp/philflowio-dav-mcp|Dav MCP]], [[https://lobehub.com/fr/mcp/jaypeg-dev-nextcloud-mcp|Nextcloud MCP]] ...
 +
  
 ==== Demo MCP Server ==== ==== Demo MCP Server ====
Ligne 356: Ligne 362:
 https://github.com/arabold/docs-mcp-server https://github.com/arabold/docs-mcp-server
  
 +Index 3rd party documentation from websites, GitHub, npm, PyPI, and local files. Provide your AI with version-aware search tools via the Model Context Protocol. The open-source alternative to Context7, Nia, and Ref.Tools.
 ==== context7 ==== ==== context7 ====
  
Ligne 378: Ligne 385:
  
 puppeteer_navigate, puppeteer_screenshot, puppeteer_click, puppeteer_hover, puppeteer_fill, puppeteer_select, puppeteer_evaluate puppeteer_navigate, puppeteer_screenshot, puppeteer_click, puppeteer_hover, puppeteer_fill, puppeteer_select, puppeteer_evaluate
 +
 +==== MySql/MariaDb MCP ====
 +
 +  * [[https://github.com/benborla/mcp-server-mysql|benborla/mcp-server-mysql]] (Node.js), 22 contributors, 1.1k stars, 281 forks, 14 releases
 +  * [[https://github.com/designcomputer/mysql_mcp_server|designcomputer/mysql_mcp_server]] (Python), 8 contributors, 1.1k starts, 223 forks, 6 releases
 +
 +Yen a toute une palanquée mais peu/pas de github stars, contributeurs...
 +
 +  * https://github.com/dpflucas/mysql-mcp-server
 +    * https://github.com/cano721/mysql-mcp-server
 +  * https://github.com/Darkstar326/mcp-mysql/tree/iflow
 +  * https://github.com/nilsir/mcp-server-mysql
 +  * https://github.com/ashenud/mcp-mysql-server
 +  * https://github.com/GuangYiDing/mysql-mcp-server
 +  * https://github.com/liliangshan/mcp-server-mysql
 +    * https://github.com/BobLiu1996/mcp-server-mysql
 +  * https://github.com/sajithrw/mcp-mysql
 +  * ... on dirait que c'est un exercice favori 😉
 +
 +==== Fetch ====
 +
 +https://github.com/modelcontextprotocol/servers/tree/main/src/fetch
  
 ==== Frameworks ==== ==== Frameworks ====
Ligne 383: Ligne 412:
 === /modelcontextprotocol/php-sdk === === /modelcontextprotocol/php-sdk ===
  
-https://github.com/modelcontextprotocol/php-sdk+  * https://github.com/modelcontextprotocol/php-sdk
  
 +=== clients ===
 +
 +https://github.com/php-mcp/client
 ===== LSP Server ===== ===== LSP Server =====
  
Ligne 426: Ligne 458:
   * Agents d'apprentissage / learning agent   * Agents d'apprentissage / learning agent
   * Agents hiérarchiques / hierarchical agent   * Agents hiérarchiques / hierarchical agent
 +
 +  * The  [[https://agentclientprotocol.com/get-started/introduction|Agent Client Protocol]] Agent Client Protocol (ACP) standardizes communication between code editors/IDEs and coding agents and is suitable for both local and remote scenarios.
  
   * [[https://www.youtube.com/watch?v=ZnYUxTtS6IU|Retour d'expérience sur la création d'un agent autonome]] avec [[https://github.com/LLPhant/AutoPHP|AutoPhp]] (Youtube, janvier 2024)   * [[https://www.youtube.com/watch?v=ZnYUxTtS6IU|Retour d'expérience sur la création d'un agent autonome]] avec [[https://github.com/LLPhant/AutoPHP|AutoPhp]] (Youtube, janvier 2024)
 +  * Retour expé entreprises:
 +    * [[https://www.youtube.com/watch?v=q3LtMMbg5YQ|Leboncoin - La GenAI au service de la relation client]] (2025-01)
 +    * [[https://www.youtube.com/watch?v=CV13E5i_cuo|Aramis Auto - Nouvelles frontières de l'automatisation avec les agents autonomes]] (2025-01)
   * [[https://fr.slideshare.net/slideshow/exploring-ai-riding-an-llphant-an-open-source-library-to-use-llms-and-vector-dbs-in-php/272059145#1|Exploring AI riding an LLPhant - An Open Source Library to use LLMs and vector DBs in PHP]] (slide, juillet 2023) - RAG, embeddings ...   * [[https://fr.slideshare.net/slideshow/exploring-ai-riding-an-llphant-an-open-source-library-to-use-llms-and-vector-dbs-in-php/272059145#1|Exploring AI riding an LLPhant - An Open Source Library to use LLMs and vector DBs in PHP]] (slide, juillet 2023) - RAG, embeddings ...
   * [[https://research.aimultiple.com/rag-frameworks/|RAG frameworks benchmark results: LangChain vs LangGraph vs LlamaIndex vs Haystack vs DSPy]]   * [[https://research.aimultiple.com/rag-frameworks/|RAG frameworks benchmark results: LangChain vs LangGraph vs LlamaIndex vs Haystack vs DSPy]]
Ligne 445: Ligne 482:
   * https://prismphp.com   * https://prismphp.com
   * https://github.com/prism-php/prism   * https://github.com/prism-php/prism
-  * https://github.com/prism-php/relay+  * Et son client MCP 
 +    * https://github.com/prism-php/relay
  
informatique/ai_lm/ai_coding.1769509196.txt.gz · Dernière modification : de cyrille

Sauf mention contraire, le contenu de ce wiki est placé sous les termes de la licence suivante : CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki