Stats
Actions
Tags
From semantouch
Local MCP server that executes the semantouch binary from plugin directories. Used as part of a plugin system; specific capabilities unknown from configuration.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"semantouch": {
"command": "/bin/sh",
"args": [
"-c",
"plugin_root=$1; if [ ! -x \"$plugin_root/scripts/semantouch\" ]; then plugin_root=$2; fi; installed_root=\"$HOME/.omp/plugins/node_modules/semantouch\"; if [ -x \"$plugin_root/scripts/semantouch\" ]; then exec \"$plugin_root/scripts/semantouch\" mcp; elif [ -d \"$installed_root\" ] && [ ! -L \"$installed_root\" ]; then exec \"$installed_root/scripts/semantouch\" mcp; elif [ -n \"${SEMANTOUCH_BIN-}\" ]; then exec \"$SEMANTOUCH_BIN\" mcp; fi; exec \"$HOME/.omp/bin/semantouch\" mcp",
"semantouch-mcp",
"${OMP_PLUGIN_ROOT}",
"${CLAUDE_PLUGIN_ROOT}"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
/bin/shCommand-line arguments passed to the server process
npx claudepluginhub watzon/semantouch --plugin semantouch