MCP Directory
Back

volcano-agent-sdk

by Kong · TypeScript · ★ 396

🌋 Build AI agents that seamlessly combine LLM reasoning with real-world actions via MCP tools — in just a few lines of TypeScript.

#agentic#agentic-ai#agentic-framework#agents#ai#artificial-intelligence#automation#genai#mcp#mcp-client#mcp-server#mcp-tools#sdk

Install

npx -y github:Kong/volcano-agent-sdk

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "volcano-agent-sdk": {
      "command": "npx",
      "args": [
        "-y",
        "github:Kong/volcano-agent-sdk"
      ]
    }
  }
}

From the README

[](https://github.com/Kong/volcano-agent-sdk/actions/workflows/ci.yml) [](LICENSE) [](https://www.npmjs.com/package/@volcano.dev/agent) **The TypeScript SDK for Multi-Provider AI Agents** Build agents that chain LLM reasoning with MCP tools. Mix OpenAI, Claude, Mistral in one workflow. Parallel execution, branching, loops. Native retries, streaming, and typed errors. 📚 **[Read the full documentation at volcano.dev →](https://volcano.dev/)** LLM automatically picks which MCP tools to call based on your prompt. No manual routing needed. Define specialized agents and let the coordinator aut…
Read full README on GitHub →

Related ai & ml servers