
Help
Search live mctx platform docs from your agent while scaffolding, building, or deploying without leaving the chat.
Overview
io.github.mctx-ai/help is an MCP server for the Build phase that lets agents search official mctx platform documentation for scaffold, build, and deploy tasks.
What is this MCP server?
- Remote MCP server (SSE) at help.mctx.ai v1.0.9—no local install required for the hosted remote
- Search-oriented help for mctx scaffold, build, and deploy workflows from Claude Code, Cursor, or Codex
- Official Model Context Protocol server schema with websiteUrl https://help.mctx.ai
- Complements coding agents that need platform-specific steps instead of generic web search
- Hosted v1.0.9 remote URL documented in server metadata for repeatable client configuration
- Server version 1.0.9
- 1 remote endpoint (SSE): https://help.mctx.ai/v1.0.9
- Publisher website: https://help.mctx.ai
What problem does it solve?
Agents guess at mctx-specific setup steps because platform docs live on a separate site and are hard to query inline during a coding session.
Who is it for?
Solo builders already on the mctx stack who want Claude or Cursor to cite platform docs while wiring projects and releases.
Skip if: Teams not using mctx who only need generic framework documentation without a hosted mctx account or project.
What do I get? / Deliverables
Your agent can pull mctx help answers through MCP so scaffold and deploy instructions stay tied to the versioned remote you configured.
- Inline answers sourced from mctx help documentation during agent sessions
- Configured remote MCP entry pointing at help.mctx.ai v1.0.9
- Reduced back-and-forth between chat and the help.mctx.ai website
Recommended MCP Servers
Journey fit
Documentation lookup is anchored in Build because most searches happen mid-implementation, but the same server answers deploy and operate questions from one remote endpoint. The docs subphase is the canonical shelf for searchable reference material that replaces tab-hopping through help.mctx.ai.
How it compares
Hosted documentation MCP integration, not a local agent skill or CLI scaffold generator.
Common Questions / FAQ
Who is io.github.mctx-ai/help for?
It is for developers and indie builders using mctx who want their AI coding agent to search first-party platform help instead of hallucinating deploy steps.
When should I use io.github.mctx-ai/help?
Use it whenever you are scaffolding, building, or deploying on mctx and need accurate, searchable docs inside Claude Code, Cursor, Codex, or similar MCP clients.
How do I add io.github.mctx-ai/help to my agent?
Add the remote MCP server URL https://help.mctx.ai/v1.0.9 with transport type sse in your client’s MCP configuration, then invoke help or search tools the server exposes per mctx’s setup guide.