MCP Server Practices
@agentience
关于 MCP Server Practices
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"practices_mcp_server": {
"command": "uv",
"args": [
"venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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/, anddocs/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.
其他 分类下的更多 MCP 服务器
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

EverArt
modelcontextprotocolModel Context Protocol Servers
Nginx UI
0xJackyYet another WebUI for Nginx

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
评论