Volcano Agent SDK
par kong
TypeScript SDK for building multi-provider AI agents that combine LLM reasoning with MCP tools.
What it does
Volcano Agent SDK is a powerful TypeScript framework for building agentic AI. It allows developers to create agents that seamlessly mix reasoning from different LLM providers (OpenAI, Anthropic, Mistral, etc.) with real-world actions executed via Model Context Protocol (MCP) tools.
Tools
- Automatic Tool Selection: Dynamically routes prompts to the correct MCP tools without manual mapping.
- Multi-Agent Coordination: Orchestrates specialized agents to delegate and complete complex tasks.
- Advanced Workflow Control: Supports parallel execution, branching, loops, and sub-agent composition.
- Observability: Native OpenTelemetry integration for tracing and metrics.
Installation
Install the package via npm:
npm install @volcano.dev/agent
Example configuration for a basic agent:
import { agent, llmOpenAI, mcp } from "@volcano.dev/agent";
const llm = llmOpenAI({ apiKey: process.env.OPENAI_API_KEY!, model: "gpt-4o-mini" });
const results = await agent({ llm }).then({ prompt: "...", mcps: [mcp("http://localhost:8001/mcp")] }).run();
Supported hosts
- claude
- vscode-copilot
- cursor
- codex
- gemini-cli
- chatgpt
- mcpjam
- postman
- librechat
- zed
- windsurf
Installation rapide
npm install @volcano.dev/agentInformations
- Tarification
- free
- Publié
- 4/11/2026







