opencode.jsonc 588 B

12345678910111213141516171819202122232425
  1. {
  2. "$schema": "https://opencode.ai/config.json",
  3. "mcp": {
  4. "servers": {
  5. "everything": {
  6. "type": "local",
  7. "command": ["npx", "-y", "@modelcontextprotocol/server-everything"],
  8. "disabled": false,
  9. },
  10. "context7": {
  11. "type": "local",
  12. "command": ["npx", "-y", "@upstash/context7-mcp"],
  13. "disabled": false,
  14. },
  15. "posthog": {
  16. "type": "remote",
  17. "url": "https://mcp.posthog.com/mcp",
  18. },
  19. "figma": {
  20. "type": "remote",
  21. "url": "https://mcp.figma.com/mcp",
  22. },
  23. },
  24. },
  25. }