npx claudepluginhub shihwesley/shihwesley-plugins --plugin neo-researchAdd to your .mcp.json:
{
"mcpServers": {
"neo-research": {
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/start-server.sh",
"env": {
"RLM_PLUGIN_ROOT": "${CLAUDE_PLUGIN_ROOT}",
"RLM_KNOWLEDGE_DIR": "~/.neo-research/knowledge"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
${CLAUDE_PLUGIN_ROOT}/scripts/start-server.shRLM_PLUGIN_ROOT=${CLAUDE_PLUGIN_ROOT}RLM_KNOWLEDGE_DIR=~/.neo-research/knowledge