Productivity|Development|AI / ML|CloudTypeScript

voltagent

AI Agent Engineering Platform built on an Open Source TypeScript AI Agent Framework

Free
N/A rating (0 reviews)0 installs7,569 GitHub stars
AITypeScriptOpen Source

VoltAgent is an end-to-end AI Agent Engineering Platform that consists of two main parts: an Open-Source TypeScript Framework and various tools for building AI agents. It provides features like Memory, RAG, Guardrails, and more to facilitate the development of intelligent applications.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "voltagent": {
      "args": [
        "-y",
        "@voltagent/core"
      ],
      "command": "npx"
    }
  }
}

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.