I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

MCPRules
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.
1
Github Watches
5
Github Forks
17
Github Stars
MCPRules - Programming Guidelines Management Server
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-server
-
Install Dependencies
npm install
-
Build the Server
npm run build
-
Configure 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 watch
-
Debugging
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
相关推荐
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
This GPT assists in finding a top-rated business CPA - local or virtual. We account for their qualifications, experience, testimonials and reviews. Business operators provide a short description of your business, services wanted, and city or state.
I find academic articles and books for research and literature reviews.
Professional Flask/SQLAlchemy code guide. Follow: https://x.com/navid_re
Confidential guide on numerology and astrology, based of GG33 Public information
Discover the most comprehensive and up-to-date collection of MCP servers in the market. This repository serves as a centralized hub, offering an extensive catalog of open-source and proprietary MCP servers, complete with features, documentation links, and contributors.
Micropython I2C-based manipulation of the MCP series GPIO expander, derived from Adafruit_MCP230xx
A unified API gateway for integrating multiple etherscan-like blockchain explorer APIs with Model Context Protocol (MCP) support for AI assistants.
Mirror ofhttps://github.com/agentience/practices_mcp_server
Mirror ofhttps://github.com/bitrefill/bitrefill-mcp-server
Reviews

user_HnGum3P0
I've been using postgres-mcp-server for months, and it's been a game-changer for managing my PostgreSQL databases. Easy to set up and highly efficient, it has significantly reduced downtime and improved performance. RonHouben has done an excellent job with this tool. Highly recommended! Check it out at https://mcp.so/server/postgres-mcp-server/RonHouben.