Stats
Actions
Tags
From LoreConvo
A Python-based MCP server that runs locally to provide tools, resources, or prompts via stdio transport. The purpose is not clearly identifiable from the configuration alone.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"loreconvo": {
"command": "${CLAUDE_PLUGIN_ROOT}/.venv/bin/python3",
"args": [
"${CLAUDE_PLUGIN_ROOT}/src/server.py"
],
"env": {
"PYTHONPATH": "${CLAUDE_PLUGIN_ROOT}/src"
}
}
}
}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}/.venv/bin/python3Command-line arguments passed to the server process
Environment variables set when the server starts
PYTHONPATH=${CLAUDE_PLUGIN_ROOT}/srcnpx claudepluginhub labyrinth-analytics/claude-plugins --plugin loreconvo