牛火山企业智能体平台是一套基于 Java 21、AgentScope Java、RuoYi-Vue-Plus 与 SoybeanAdmin 构建的企业级通用智能体平台工程实践。平台以任务驱动、数字员工、工作空间和业务接入为核心,提供多 Agent 协作、Skill/MCP 集成、模型管理、知识库、数据源、Browser 与 Sandbox 执行环境,并覆盖权限控制、风险审批、审计追踪和 Token 用量分析,面向企业私有化部署与智能化业务落地。
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ai-agent-server": {
"command": "npx",
"args": [
"-y",
"niuhuoshan/ai-agent-server"
]
}
}
}
Run in terminal:
claude mcp add ai-agent-server npx -y niuhuoshan/ai-agent-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"ai-agent-server": {
"command": "npx",
"args": [
"-y",
"niuhuoshan/ai-agent-server"
]
}
}
}