🌋 Build AI agents that seamlessly combine LLM reasoning with real-world actions via MCP tools — in just a few lines of TypeScript.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"volcano-agent-sdk": {
"command": "npx",
"args": [
"-y",
"Kong/volcano-agent-sdk"
]
}
}
}
Run in terminal:
claude mcp add volcano-agent-sdk npx -y Kong/volcano-agent-sdk
Add to .cursor/mcp.json:
{
"mcpServers": {
"volcano-agent-sdk": {
"command": "npx",
"args": [
"-y",
"Kong/volcano-agent-sdk"
]
}
}
}