llm-config-mcp

andisab/llm-config-mcp

3.2

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

npm version License: MIT

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

  1. Add to Claude Desktop:
{
  "mcpServers": {
    "llm-config": {
      "command": "npx",
      "args": ["@ablukis/llm-config-mcp"]
    }
  }
}
  1. Ask Claude: "Create my config directory"

  2. 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?

ApplicationConfiguration FilePurpose
Claude DesktopCLAUDE.mdGlobal AI assistant instructions
Claude Code CLICLAUDE_CODE.mdCLI-specific instructions
Cursor IDE.cursorrulesAI coding assistant rules
Claude Desktopclaude_desktop_config.jsonMCP 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