Visual configuration editor for OpenCode — manage agents, providers, MCP servers and permissions without touching JSON
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"
]
}
}
}
Run in terminal:
claude mcp add loom-oc npx -y kespineira/loom-oc
Add to .cursor/mcp.json:
{
"mcpServers": {
"loom-oc": {
"command": "npx",
"args": [
"-y",
"kespineira/loom-oc"
]
}
}
}