opencode.jsonc 718 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "$schema": "https://opencode.ai/config.json",
  3. "plugin": ["opencode-openai-codex-auth"],
  4. "enterprise": {
  5. "url": "https://enterprise.dev.opencode.ai",
  6. },
  7. "provider": {
  8. "opencode": {
  9. "options": {
  10. // "baseURL": "http://localhost:8080",
  11. },
  12. },
  13. },
  14. "disabled_providers": [
  15. "openai",
  16. "google",
  17. "perplexity",
  18. "openrouter",
  19. "opencode",
  20. // "anthropic",
  21. "azure",
  22. "github-copilot",
  23. ],
  24. "mcp": {
  25. "exa": {
  26. "type": "remote",
  27. "url": "https://mcp.exa.ai/mcp",
  28. },
  29. "morph": {
  30. "type": "local",
  31. "command": ["bunx", "@morphllm/morphmcp"],
  32. "environment": {
  33. "ENABLED_TOOLS": "warp_grep",
  34. },
  35. },
  36. },
  37. }