added nerve

This commit is contained in:
Simone Margaritelli
2025-03-31 09:26:18 +02:00
committed by GitHub
parent 485c466f27
commit 0e9c896724

View File

@@ -48,6 +48,7 @@ A curated list of awesome Model Context Protocol (MCP) clients.
- [MCP CLI client](#mcp-cli-client)
- [MCP Simple Slackbot](#mcp-simple-slackbot)
- [MCPOmni Connect](#mcpomni-connect)
- [Nerve](#nerve)
- [NextChat](#nextchat)
- [oterm](#oterm)
- [Superinterface](#superinterface)
@@ -599,6 +600,27 @@ A powerful universal CLI client for MCP featuring stdio/SSE transport protocols,
</details>
### Nerve
<table>
<tr><th align="left">GitHub</th><td>https://github.com/evilsocket/nerve</td></tr>
<tr><th align="left">Website</th><td>https://github.com/evilsocket/nerve</td></tr>
<tr><th align="left">License</th><td>GPL3</td></tr>
<tr><th align="left">Type</th><td>CLI</td></tr>
<tr><th align="left">Platforms</th><td>Windows, MacOS, Linux</td></tr>
<tr><th align="left">Pricing</th><td>Free</td></tr>
<tr><th align="left">Programming Languages</th><td>Python</td></tr>
</table>
Nerve is an ADK ( Agent Development Kit ) and CLI designed to be a simple yet powerful platform for creating and executing LLM-based agents fully integrated with MCP.
<details>
<summary>Screenshots</summary>
[![asciicast](https://asciinema.org/a/710433.svg)](https://asciinema.org/a/710433)
</details>
### NextChat
<table>