Skip to content
Cursor

mo5 mcp server for Cursor

io.github.thlg057/mo5-mcp-server

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

client:Cursor transport:stdio runtime:npm

Install mo5 mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mo5-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@thlg057/mo5-rag-mcp"
      ],
      "env": {
        "RAG_BASE_URL": "<RAG_BASE_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mo5 mcp server in other clients