mcpbeat Sign in

Mo5 MCP Server

local only

Mo5 MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 30 installs a week from npm. Last commit 13 Apr 2026.

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

Installs per day peak 33 · avg 8 · +68% w/w
a month agotoday
30
Installs / week
npm · @thlg057/mo5-rag-mcp
0
Stars
0 open issues
13 Apr 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable index.js:30, [пакет] index.js:30
    const scriptPath = path.join(SCRIPTS_DIR, scriptName);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mo5-mcp-server -- npx -y @thlg057/mo5-rag-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mo5-mcp-server": {
      "args": [
        "-y",
        "@thlg057/mo5-rag-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mo5-mcp-server]
command = "npx"
args = ["-y", "@thlg057/mo5-rag-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mo5-mcp-server": {
      "args": [
        "-y",
        "@thlg057/mo5-rag-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mo5-mcp-server": {
      "args": [
        "-y",
        "@thlg057/mo5-rag-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: RAG_BASE_URL (URL of the MO5 RAG server). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Mo5 MCP Server

same job, measured the same way
MCP Klever VM
by klever-io

MCP server for Klever blockchain smart contract development.

39 installs/wk 16 tools answering
Ui5
by ui5

MCP server for SAPUI5/OpenUI5 development

82 407 installs/wk local only
Mobile MCP
by mobile-next

MCP server for iOS and Android Mobile Development, Automation and Testing

39 229 installs/wk local only
Webcomponents MCP Server
by ui5

MCP server for UI5 Web Components development assistance

192 installs/wk local only
Unreal Engine MCP
by chir24

MCP server for Unreal Engine 5 with 23 tools for game development automation.

225 installs/wk local only
Wechat Devtools
by watertian

MCP Server for WeChat DevTools CLI - Automate Mini Program development & testing.

local only
Vibecheck MCP
by vibecheckaiofficial

AI Code Firewall — MCP Server for hallucination prevention in AI development

17 installs/wk local only
Better Godot MCP
by n24q02m

Composite MCP server for Godot Engine -- 17 composite tools for AI-assisted game development.

1 405 installs/wk local only

Mo5 MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Mo5 MCP Server?
Mo5 MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @thlg057/mo5-rag-mcp was installed 30 times last week.
How do I connect Mo5 MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @thlg057/mo5-rag-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Mo5 MCP Server?
The npm package @thlg057/mo5-rag-mcp was installed 30 times in the last week. Week over week that is +68%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Mo5 MCP Server open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.