opencode.jsonc 561 B

123456789101112131415161718192021222324252627
  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. "mcp": {
  15. "exa": {
  16. "type": "remote",
  17. "url": "https://mcp.exa.ai/mcp",
  18. },
  19. "morph": {
  20. "type": "local",
  21. "command": ["bunx", "@morphllm/morphmcp"],
  22. "environment": {
  23. "ENABLED_TOOLS": "warp_grep",
  24. },
  25. },
  26. },
  27. }