andisab/llm-config-mcp
If you are the rightful owner of llm-config-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
A Model Context Protocol (MCP) server designed to manage configuration files for AI assistants like Claude and Cursor, ensuring safe deployment and version control.
LLM Config MCP
🚀 Manage your AI assistant configurations with confidence
A Model Context Protocol (MCP) server that helps you manage configuration files for Claude, Cursor, and other AI assistants. Keep your configurations in version control and deploy them safely across your system.
✨ For Users - Get Started in 5 Minutes
Just want to manage your LLM configurations? See the
Super Quick Start
- Add to Claude Desktop:
{
"mcpServers": {
"llm-config": {
"command": "npx",
"args": ["@ablukis/llm-config-mcp"]
}
}
}
-
Ask Claude: "Create my config directory"
-
That's it! Claude will set everything up and guide you.
Manual Setup
See the for detailed manual setup instructions.
Key Features
- 🛡️ Safe by Default - Automatic backups before any changes
- 🔄 Smart Conflict Resolution - Intelligent merging for different file types
- ↩️ Easy Rollback - Restore any previous configuration instantly
- 🖥️ Cross-Platform - Works on macOS, Linux, and Windows
- 📦 Version Control Ready - Keep all configs in your Git repository
What Can You Configure?
| Application | Configuration File | Purpose |
|---|---|---|
| Claude Desktop | CLAUDE.md | Global AI assistant instructions |
| Claude Code CLI | CLAUDE_CODE.md | CLI-specific instructions |
| Cursor IDE | .cursorrules | AI coding assistant rules |
| Claude Desktop | claude_desktop_config.json | MCP server configurations |
🛠️ For Developers
Want to contribute or understand the internals? See the
Quick Development Setup
git clone https://github.com/andisab/llm-config-mcp.git
cd llm-config-mcp
npm install
npm run build
Architecture Highlights
- TypeScript with ES modules
- MCP SDK for server implementation
- Terminal-based operations for transparency
- Session-based backup system
- Extensible merge strategies
📚 Documentation
- - Setting up and managing your configurations
- - Contributing and technical details
- - Customizing configuration mappings
- - NPM publishing checklist
🤝 Contributing
We welcome contributions! Please see the for:
- Development setup
- Architecture overview
- Adding new features
- Testing guidelines
📄 License
MIT License - see file for details.
Created by: Andis A. Blukis
Repository: github.com/andisab/llm-config-mcp
NPM Package: @ablukis/llm-config-mcp