OpenCode Helper MCP
Provides code analysis using Cloudflare Workers AI models (e.g., GLM-4.7-flash) via OpenCode, configured as the primary analysis provider with fallbacks to other services.
Provides code analysis using NVIDIA's Nemotron models via OpenCode, used as a fallback option when earlier providers fail or are insufficient.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@OpenCode Helper MCPAnalyze the code in C:\Develop\my-app for bugs"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
OpenCode Helper MCP
Local, read-only MCP server for code analysis through the installed OpenCode CLI.
It exposes three fixed, read-only analysis tools:
analyze_code_cloudflare: Cloudflare Workers AI@cf/zai-org/glm-4.7-flashanalyze_code_mimo: OpenCodemimo-v2.5-freeanalyze_code_nemotron: NVIDIAnemotron-3-nano-omni-30b-a3b-reasoninglowreasoning effortOpenCode's
planagenta 120-second timeout
All tools start opencode run with fixed arguments and do not expose model, effort, command, or write controls to MCP clients. Call Cloudflare GLM first, then MiMo when Cloudflare fails or is insufficient, then Nemotron only when MiMo also fails or is insufficient.
Scope
By default, target folders must be under C:\Develop. Set OPENCODE_HELPER_ALLOWED_ROOTS to a semicolon-separated list of additional allowed absolute paths if needed.
Related MCP server: external-agent-mcp
Run locally
npm install
npm startAdd to Codex
codex mcp add opencodeHelper -- node C:\Develop\openCodeHelperMcp\src\index.jsOpen a new Codex task after adding the server. The helper uses Cloudflare, OpenCode, and NVIDIA credentials already stored by OpenCode; it does not store an API key.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceEnables AI coding assistants to interact with OpenAI's Codex AI through the official CLI. Provides direct integration for code analysis, file review, and batch processing with zero API costs.3113MIT
- FlicenseAqualityCmaintenanceBridges Codex to external CLI coding agents for read-only code analysis and deterministic quality fixes.9
- AlicenseNot gradedqualityBmaintenanceLets Claude Code delegate tasks to the OpenCode CLI, choosing cost-effective models by intelligence tier and tracking usage.8,482MIT
- AlicenseNot gradedqualityBmaintenanceEnables Claude Code to delegate tasks to free OpenRouter models as callable tools while keeping the Anthropic endpoint for the orchestrator, with optional sandboxed file and shell access.MIT
Related MCP Connectors
Generate SBOMs, scan vulnerabilities, and analyze dependencies from local projects or Git repos.
Live SEO workflow tools for Claude Code, Codex, and AI agents.
Enterprise code intelligence for M&A, security audits, and tech debt. Hosted server with 200k free.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/segalz/openCodeHelperMcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server