opencode.jsonc 593 B

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