# subframe7536/config | Model Context Protocol (MCP) Server > configuration library for JVM languages using HOCON files - **Stars**: ⭐ 6,301 - **Language**: Java - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "config": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-config" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "config": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-config" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-config` - **Docker**: `docker run -i --rm mcp/config`