Used by 1 plugin
Add to your .mcp.json:
{
"mcpServers": {
"tutor-tools": {
"command": "/bin/bash",
"args": [
"${CLAUDE_PLUGIN_ROOT}/server/run_server.sh"
],
"env": {
"TUTOR_PLUGIN_ROOT": "${CLAUDE_PLUGIN_ROOT}"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
/bin/bashTUTOR_PLUGIN_ROOT=${CLAUDE_PLUGIN_ROOT}