OpenCode Tutorials
Home
Tutorials
Ecosystem
FAQ
Comparisons
Posts
  • Official Website
  • Official Download
  • Official Docs
  • About
  • Contact
  • Privacy Policy
  • Terms of Service
  • Disclaimer
  • Trademark Notice
  • 简体中文
  • English
  • Deutsch
Home
Tutorials
Ecosystem
FAQ
Comparisons
Posts
  • Official Website
  • Official Download
  • Official Docs
  • About
  • Contact
  • Privacy Policy
  • Terms of Service
  • Disclaimer
  • Trademark Notice
  • 简体中文
  • English
  • Deutsch
  • Ecosystem & Integrations

    • Opencode Ecosystem Integration - Docker, MCP, Antigravity
    • Awesome Opencode Projects
  • Best Practices

    • Best Practices
  • Troubleshooting

    • Troubleshooting

Opencode Ecosystem and Integration

Opencode is not just a standalone editor; it seamlessly integrates with various modern development tools through its powerful ecosystem.

Core Integrations

Docker Support (Docker Opencode)

You can run Opencode entirely in Docker containers, which is very useful for maintaining development environment consistency.

  • Official Image: ghcr.io/anomalyco/opencode
  • Run Command: docker run -it --rm ghcr.io/anomalyco/opencode
  • Use Cases: Temporary isolated development environments, CI/CD pipelines

MCP (Model Context Protocol)

Opencode is a pioneer in supporting MCP, enabling it to "connect everything".

  • Add MCP to Opencode: Define MCP Servers in the configuration file
  • Exa MCP Opencode: Use Exa (an ls alternative) as a tool to help AI better explore the file system
  • Does Opencode support MCP?: Yes, full support

Antigravity (Opencode Antigravity)

Antigravity is Opencode's cloud sync and collaboration service.

  • Opencode Antigravity Auth: Secure authentication mechanism ensuring your code syncs only between you and authorized devices
  • Opencode Auth: OAuth-based login system with one-click GitHub login support

Frameworks & Toolchains

SST (SST Opencode)

If you're a Serverless developer, Opencode provides native-level understanding of SST (Serverless Stack).

  • Automatically recognizes .sst directory structure
  • Intelligent completion for SST TypeScript configuration
  • brew install sst tap opencode: Common one-command installation combo

Bun & Node.js

  • Opencode Bun: Native support for Bun runtime, whether running tests or starting services
  • Opencode Environment Variable: Intelligently recognizes .env files and automatically injects environment variables in terminal sessions

Extensions & Plugins

  • Opencode Extension: Compatible with VS Code plugin marketplace
  • Opencode Desktop App: Provides richer graphical interaction experience than the terminal version
  • Opencode Discord: Join the Opencode Discord community for latest plugin recommendations

Example Projects & Resources

Official Examples

  • Opencode Todo App: A Vue3 todo application generated from scratch using Opencode
  • Python Snake Game: A snake game generated through conversation in 5 minutes

Community Highlights

Check out the complete Awesome Opencode project list to discover more excellent community projects and useful resources.

Submit Your Project

Feel free to submit your project links via Pull Request and share your creations with the community!

Last Updated: 2/28/26, 2:48 PM
Next
Awesome Opencode Projects