Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"svn": {
"command": "python",
"args": [
"${CLAUDE_PLUGIN_ROOT}/server/svn_mcp_server.py"
],
"env": {
"SVN_DEFAULT_WC": "",
"SVN_TIMEOUT_SEC": "60",
"SVN_MAX_OUTPUT_BYTES": "200000"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
pythonCommand-line arguments passed to the server process
Environment variables set when the server starts
SVN_DEFAULT_WC=SVN_TIMEOUT_SEC=60SVN_MAX_OUTPUT_BYTES=200000npx claudepluginhub evopulsegaming/claude-tools --plugin svn-tools