# github/LICENSE-CODE | Model Context Protocol (MCP) Server > Model Context Protocol (MCP) server configuration and tool manifest for github/LICENSE-CODE - **Stars**: ⭐ 0 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "LICENSE-CODE": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-LICENSE-CODE" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "LICENSE-CODE": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-LICENSE-CODE" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-LICENSE-CODE` - **Docker**: `docker run -i --rm mcp/LICENSE-CODE`