From d04b92a3be27ca9dedb6d613204ce9b1fd4bec95 Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Fri, 4 Apr 2025 11:00:46 +0200 Subject: [PATCH] added nerve client (#113) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 429b7e4..ad80c25 100644 --- a/README.md +++ b/README.md @@ -224,6 +224,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[codemirror-mcp](https://github.com/marimo-team/codemirror-mcp)** CodeMirror extension that implements the Model Context Protocol (MCP) for resource mentions and prompt commands. - **[LibreChat](https://www.librechat.ai/)** Open-source AI Web UI, supporting multiple providers including OpenAI, Anthropic, Google, Ollama, and local models. Includes MCP support for Agents. - **[mcphub.nvim](https://github.com/ravitemer/mcphub.nvim)** A Neovim plugin that provides a UI and api to interact with MCP servers. +- **[Nerve](https://github.com/evilsocket/nerve)** is an open source command line tool designed to be a simple yet powerful platform for creating and executing MCP integrated LLM-based agents. ## Frameworks