From tes-memory
Local Node.js MCP server (tes-memory) running tes-memory.js as a subprocess. Purpose and capabilities unclear from key and command alone.
npx claudepluginhub pentatonic-ltd/ai-agent-sdk --plugin tes-memoryAdd to your .mcp.json:
{
"mcpServers": {
"tes-memory": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/servers/tes-memory.js"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
node