Stats
Actions
Tags
From neo-research
Local stdio MCP server for Neo4j graph database access in research contexts, enabling queries and knowledge retrieval from RLM_KNOWLEDGE_DIR via RLM_PLUGIN_ROOT.
Copy this JSON into your .mcp.json to enable this server
Add 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"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
${CLAUDE_PLUGIN_ROOT}/scripts/start-server.shEnvironment variables set when the server starts
RLM_PLUGIN_ROOT=${CLAUDE_PLUGIN_ROOT}RLM_KNOWLEDGE_DIR=~/.neo-research/knowledgenpx claudepluginhub shihwesley/shihwesley-plugins --plugin neo-research