opencode.json 391 B

1234567891011121314151617
  1. {
  2. "$schema": "https://opencode.ai/config.json",
  3. "plugin": ["opencode-openai-codex-auth"],
  4. "mcp": {
  5. "weather": {
  6. "type": "local",
  7. "command": ["bun", "x", "@h1deya/mcp-server-weather"]
  8. },
  9. "context7": {
  10. "type": "remote",
  11. "url": "https://mcp.context7.com/mcp",
  12. "headers": {
  13. "CONTEXT7_API_KEY": "{env:CONTEXT7_API_KEY}"
  14. }
  15. }
  16. }
  17. }