# volcengine/MineContext | Model Context Protocol (MCP) Server > MineContext is your proactive context-aware AI partner(Context-Engineering+ChatGPT Pulse) - **Stars**: ⭐ 5,313 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "MineContext": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-MineContext" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "MineContext": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-MineContext" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-MineContext` - **Docker**: `docker run -i --rm mcp/MineContext`