MCP.so
Sign In

MCP Server Practices

@agentience

About MCP Server Practices

No overview available yet

Basic information

Category

Other

License

MIT license

Runtime

python

Transports

stdio

Publisher

agentience

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "practices_mcp_server": {
      "command": "uv",
      "args": [
        "venv"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is MCP Server Practices?

MCP Server Practices is a Model Context Protocol server that provides tools and resources for managing Git branches according to standardized conventions, with optional integration with Jira for fetching issue summaries and updating issue statuses.

How to use MCP Server Practices?

Install the package using uv, activate the virtual environment, and run the server with practices server. Use MCP tools such as validate_branch_name, create_branch, and get_branch_info, or invoke the CLI directly with commands like practices branch validate, practices branch create, and optional --update-jira or --fetch-jira flags.

Key features of MCP Server Practices

  • Validates branch names against a configured naming convention
  • Creates branches following feature/, bugfix/, hotfix/, release/, and docs/ formats
  • Fetches Jira issue summaries for use in branch names
  • Updates Jira issue status when creating branches
  • Provides both MCP tools and a CLI interface

Use cases of MCP Server Practices

  • Enforce standardized Git branch naming across a development team
  • Automate branch creation from Jira issues with correct prefixes
  • Quickly validate existing branch names against team conventions

FAQ from MCP Server Practices

What branch naming conventions are supported?

feature/PMS-123-brief-description (from develop), bugfix/PMS-123-brief-description (from develop), hotfix/1.0.1-brief-description (from main), release/1.1.0 (from develop), and docs/update-readme (from develop).

How do I install MCP Server Practices?

Clone the repository, create a virtual environment with uv venv, activate it, and run uv pip install -e .. If you encounter issues with the mcp-python-sdk dependency, you may need to install it separately.

What MCP tools does the server expose?

validate_branch_name, create_branch, and get_branch_info.

How does Jira integration work?

The server can fetch issue summaries to use in branch names and update issue status when creating branches, controlled by the --update-jira and --fetch-jira flags.

Can I use MCP Server Practices without Jira?

Yes, branch validation and creation work without Jira. Jira features are optional and enabled via flags.

Comments

More Other MCP servers