# dataelement/bisheng | Model Context Protocol (MCP) Server > BISHENG is an open LLM devops platform for next generation Enterprise AI applications. Powerful and comprehensive features include: GenAI workflow, RAG, Agent, Unified model management, Evaluation, SFT, Dataset Management, Enterprise-level System Management, Observability and more. - **Stars**: ⭐ 11,833 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "bisheng": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-bisheng" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "bisheng": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-bisheng" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-bisheng` - **Docker**: `docker run -i --rm mcp/bisheng`