AI / MLPython

nerve

Nerve is a Simple Agent Development Kit for building and orchestrating LLM-based agents.

Free
N/A rating (0 reviews)0 installs1,319 GitHub stars
Agent DevelopmentAutomationYAML

Nerve is a simple yet powerful Agent Development Kit (ADK) that allows users to build, run, evaluate, and orchestrate agents based on large language models using just YAML and a command-line interface. It is designed for technical users who seek to create programmable, auditable, and reproducible automation workflows. With its declarative approach, users can define agent behaviors and interactions in a straightforward manner, making it accessible for those familiar with YAML syntax. The kit provides a range of features that facilitate the development of agents, including the ability to create complex workflows and integrate with various systems. Nerve emphasizes ease of use while maintaining the flexibility needed for advanced automation tasks, making it suitable for both novice and experienced developers looking to leverage the power of AI in their applications.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "nerve": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-nerve"
      ]
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.

Permissions

ok0
ok1