opencode.jsonc 497 B

1234567891011121314151617181920212223
  1. {
  2. "$schema": "https://opencode.ai/config.json",
  3. "skills": {
  4. "paths": ["~/.config/opencode/skills-repo/skills"]
  5. },
  6. "mcp": {
  7. "postgres": {
  8. "type": "local",
  9. "command": [
  10. "npx",
  11. "-y",
  12. "@modelcontextprotocol/server-postgres",
  13. "postgres://mcp:mcp_sandbox_pw@localhost:5432/mcp"
  14. ],
  15. "enabled": true
  16. },
  17. "flymcp": {
  18. "type": "local",
  19. "command": ["/home/i78700es/.local/bin/flymcp"],
  20. "enabled": true
  21. }
  22. }
  23. }