Back to Home
silvabyte icon

OpenCodeMCP

Verified Safe

by silvabyte

Overview

An MCP server that enables conversational coding via ChatGPT or any MCP-enabled LLM by bridging to an OpenCode agent.

Installation

Run Command
bun run start

Environment Variables

  • MCP_API_KEY
  • MCP_PORT
  • OPENCODE_URL
  • PROJECT_ALIASES

Security Notes

The server implements API key authentication (Bearer token) for its primary MCP endpoint, which is a crucial security measure. It loads secrets from environment variables (MCP_API_KEY) and does not contain hardcoded credentials or uses 'eval'. The health check endpoint is publicly accessible without authentication, which is standard practice. The overall security relies heavily on the strength of the user-provided MCP_API_KEY and how the server is exposed (e.g., via Cloudflare Tunnel).

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-12-10

Tags

Conversational AICoding AgentLLM IntegrationDeveloper ToolMCP Server