← Back to Plugins
MCP Server MCP

io.github.thlg057/mo5-mcp-server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @thlg057/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@thlg057/mo5-rag-mcp",
      "version": "1.0.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "URL of the MO5 RAG server",
          "isRequired": true,
          "default": "https://retrocomputing-ai.cloud",
          "name": "RAG_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...