← Index

io.github.thlg057/mo5-mcp-server

io.github.thlg057/mo5-mcp-server·v1.0.2·Other
Quality Score
85
/100

MCP server for Thomson MO5 C development, 6809, CMOC, SDK, toolchain.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mo5-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@thlg057/mo5-rag-mcp"
      ],
      "env": {
        "RAG_BASE_URL": "https://retrocomputing-ai.cloud"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mo5-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@thlg057/mo5-rag-mcp"
      ],
      "env": {
        "RAG_BASE_URL": "https://retrocomputing-ai.cloud"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @thlg057/mo5-rag-mcp
§02  Environment variables
RAG_BASE_URL
required

URL of the MO5 RAG server

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other