Get accurate answers about mctx and MCP servers from live docs, not outdated training data. Look up
claude mcp add help --transport sse https://help.mctx.ai/v1.0.40
~/.cursor/mcp.json
{
"mcpServers": {
"help": {
"url": "https://help.mctx.ai/v1.0.40"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"help": {
"serverUrl": "https://help.mctx.ai/v1.0.40"
}
}
}
.vscode/mcp.json
{
"servers": {
"help": {
"type": "sse",
"url": "https://help.mctx.ai/v1.0.40"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"help": {
"url": "https://help.mctx.ai/v1.0.40"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"help": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://help.mctx.ai/v1.0.40"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| sse | https://help.mctx.ai/v1.0.40 | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.github.mctx-ai--help/reviews or the review_server meta-tool.
POST /mcp