mo5 mcp server for Grok
io.github.thlg057/mo5-mcp-server
MCP server for Thomson MO5 C development, 6809, CMOC, SDK, toolchain.
client:Grok
transport:stdio
runtime:npm
Install mo5 mcp server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mo5-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@thlg057/mo5-rag-mcp"
],
"env": {
"RAG_BASE_URL": "<RAG_BASE_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs