Style Guidelines
БесплатноНе проверенIntegrates with development tools to enforce consistent coding standards by managing and serving programming guidelines and rules across projects.
Описание
Integrates with development tools to enforce consistent coding standards by managing and serving programming guidelines and rules across projects.
README
A powerful Model Context Protocol (MCP) server that manages and serves programming guidelines and rules. This server integrates with development tools to provide consistent coding standards across projects.
Features
Rule Management
- Access rules via MCP tools
- Filter rules by categories
- Support for both local and GitHub-hosted rules
- Structured rule format with categories and key-value pairs
Flexible Storage
- Local file system support
- GitHub repository integration
- Markdown-based rule definitions
Category Organization
- Core Programming Principles
- Code Style and Formatting
- Language-Specific Guidelines
- Project Management Rules
- Operating System Specific Rules
Installation
Clone the Repository
git clone https://github.com/yourusername/MCPRules.git cd MCPRules/rules-serverInstall Dependencies
npm installBuild the Server
npm run buildConfigure Environment Variables
export RULES_FILE_PATH=/path/to/your/rules.md # Optional for private GitHub repositories export GITHUB_TOKEN=your_github_token
Configuration
For VSCode Cline Extension
Location: ~/Library/Application Support/Windsurf/User/globalStorage/rooveterinaryinc.roo-cline/settings/cline_mcp_settings.json
{
"mcpServers": {
"rules": {
"command": "node",
"args": ["/path/to/rules-server/build/index.js"],
"disabled": false,
"alwaysAllow": []
}
}
}
For Claude Desktop
Location: ~/Library/Application Support/Claude/claude_desktop_config.json
Usage
Available Tools
Get Rules
// Retrieve all rules or filter by category { "category": "optional-category-name" }Get Categories
// List all available rule categories {}
Rule Format
Rules are stored in markdown files with the following structure:
#Category
key: value
Development
Watch Mode
npm run watchDebugging
npm run inspector
Contributing
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
License
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgments
- Credits to the original rules from Reddit discussion
- Thanks to the Model Context Protocol community
Установка Style Guidelines
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/bartwisch/mcprulesFAQ
Style Guidelines MCP бесплатный?
Да, Style Guidelines MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Style Guidelines?
Нет, Style Guidelines работает без API-ключей и переменных окружения.
Style Guidelines — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Style Guidelines в Claude Desktop, Claude Code или Cursor?
Открой Style Guidelines на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Style Guidelines with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
