matrix
stdioUsed by 1 plugin
Installs matrix, the highest-starred plugin that provides this server
Install
1
Run in your terminal$
npx claudepluginhub ojowwalker77/claude-matrix --plugin matrixAdd to Your Project
Add to your .mcp.json:
{
"mcpServers": {
"matrix": {
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/run-mcp.sh",
"env": {
"MATRIX_DB": "${HOME}/.claude/matrix/matrix.db",
"PLUGIN_DIR": "${CLAUDE_PLUGIN_ROOT}",
"MATRIX_MODELS": "${HOME}/.claude/matrix/models"
}
}
}
}Security Considerations
Admin access level
This server has elevated permissions. Review the source code before enabling.
Command
${CLAUDE_PLUGIN_ROOT}/scripts/run-mcp.shAccess Level
admin
Environment Variables
MATRIX_DB=${HOME}/.claude/matrix/matrix.dbPLUGIN_DIR=${CLAUDE_PLUGIN_ROOT}MATRIX_MODELS=${HOME}/.claude/matrix/models