loom-oc

kespineira/loom-oc
★ 0 stars Svelte 💻 Code/Dev Tools Updated today
Visual configuration editor for OpenCode — manage agents, providers, MCP servers and permissions without touching JSON
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": {
    "loom-oc": {
      "command": "npx",
      "args": [
        "-y",
        "kespineira/loom-oc"
      ]
    }
  }
}