Stats
Actions
Tags
From mureo
Local stdio MCP server wrapper for Mureo. Runs ${HOME}/.local/bin/mureo-mcp-wrapper.sh; requires 'mureo install-desktop' if not found.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"mureo": {
"command": "sh",
"args": [
"-c",
"if [ -x \"${HOME}/.local/bin/mureo-mcp-wrapper.sh\" ]; then exec \"${HOME}/.local/bin/mureo-mcp-wrapper.sh\"; else echo \"mureo MCP wrapper not found at ${HOME}/.local/bin/mureo-mcp-wrapper.sh — run 'mureo install-desktop' first.\" >&2; exit 0; fi"
]
}
}
}Server configuration and connection parameters
shCommand-line arguments passed to the server process
npx claudepluginhub logly/mureo --plugin mureo