Skip to main content

An MCP server integration for SVN

Project description

mcp-server-svn

PyPI version Python Versions

A modern Model Context Protocol (MCP) server for SVN (Subversion). Exposes core SVN operations as automated MCP tools for agent-driven workflows, seamless automation, and version control integration.


Features

  • Automates SVN repositories through the MCP agent and tool system
  • Exposes high-level SVN commands (status, diff, log, update, add, commit, checkout, branch ops) as callables
  • Compatible with fastmcp
  • Python 3.10+ and modern build/packaging standards

Installation

pip install mcp-server-svn
  • Requires SVN (svn CLI) in your PATH.
  • fastmcp installed automatically as a dependency.

Supported MCP Tools

Tool Description
svn_status Show working copy/repo status
svn_diff Show working copy or revision differences
svn_commit Commit changes with a message
svn_update Bring working copy up to date
svn_log Show repository log entries
svn_add Add files/directories to version control
svn_checkout Checkout a full SVN repo to disk
svn_switch Switch working copy to branch/tag
svn_list_branches List branches/tags in the repo
svn_create_branch Create branch/tag from trunk
svn_delete_branch Delete branch/tag

Quickstart

Start the MCP server (after installation):

mcp-server-svn

Or using the Python module:

python -m mcp_server_svn

Requirements

  • Python 3.10+
  • fastmcp (auto-installed)
  • SVN command-line client (svn) installed and accessible from your PATH

Usage with cline

To use mcp-server-svn as an MCP tool server in cline, add an entry to your cline configuration:

"svn": {
  "autoApprove": [
    "svn_status",
    "svn_diff",
    "svn_update",
    "svn_log",
    "svn_add",
    "svn_checkout"
  ],
  "timeout": 30,
  "type": "stdio",
  "command": "/usr/bin/python3.11",
  "args": [
    "-m",
    "mcp_server_svn"
  ]
}

Adjust "command" as needed (e.g., "python3" or your virtualenv path). See the cline documentation for details.


Author

Manav Desai
Email: manav27202@gmail.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcp_server_svn-0.1.3.tar.gz (6.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mcp_server_svn-0.1.3-py3-none-any.whl (11.1 kB view details)

Uploaded Python 3

File details

Details for the file mcp_server_svn-0.1.3.tar.gz.

File metadata

  • Download URL: mcp_server_svn-0.1.3.tar.gz
  • Upload date:
  • Size: 6.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for mcp_server_svn-0.1.3.tar.gz
Algorithm Hash digest
SHA256 1ab55fa7f7481990cb53057c91d6ba6a071159de5092bd3c2ca566885a05daee
MD5 2b495c2013131afa70ed619390467572
BLAKE2b-256 a00e697633388b3f08b8da3cd48ff48f9833b31e98f9a2a8675c24aa4f5628c3

See more details on using hashes here.

File details

Details for the file mcp_server_svn-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: mcp_server_svn-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 11.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for mcp_server_svn-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 dc1af213396f11f23a162ef2a66b3f54b1896c6882f9871cfe6fe4edef94490e
MD5 0d9bb0dff62a3349b8fda1e9d450252a
BLAKE2b-256 77c71be6cbabe9b48348a5a84875244c55652d37a879015eeca41c13265afd7c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page