mise-claude

komune-io/mise-claude
★ 0 stars Lua 🤖 AI/LLM Updated 1mo ago
Mise backend plugin to declaratively manage Claude Code MCP servers, skills, and plugins
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mise-claude": {
      "command": "npx",
      "args": [
        "-y",
        "komune-io/mise-claude"
      ]
    }
  }
}