Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From total-recall
Local 'total-recall' MCP server running as a Node.js subprocess via start.js script. Capabilities and purpose unclear from configuration.
npx claudepluginhub strvmarv/total-recall-marketplace --plugin total-recallCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"total-recall": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/bin/start.js"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
node${CLAUDE_PLUGIN_ROOT}Command-line arguments passed to the server process
Share bugs, ideas, or general feedback.