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

codage-standards-MCP
MCP Server pour les normes de codage - Fournir des directives de codage standardisées et des meilleures pratiques
3 years
Works with Finder
1
Github Watches
0
Github Forks
3
Github Stars
Coding Standards MCP Server
This MCP server provides tools for accessing coding style guidelines and best practices for various technologies (Java, Python, React).
Prerequisites
- Python 3.8 or higher
- MCP package (
pip install mcp
) - UV package manager (recommended)
Quick Start
- Install the server in Claude:
mcp install server.py
- Run in development mode:
mcp dev server.py
The MCP inspector will start on port 3000.
Available Tools
Style Guides
Access language-specific coding style guidelines:
- Java: Clean code practices, naming conventions, code organization
- Python: PEP 8 based guidelines, Pythonic code practices
- React: Component structure, hooks usage, TypeScript integration
Best Practices
Access language-specific application best practices:
- Java: Project structure, architecture, testing, security
- Python: Project layout, dependency management, testing practices
- React: Component patterns, state management, performance optimization
API Reference
-
java_style_guide
: Get Java coding style guidelines- Returns: Markdown formatted style guide
- Example:
nortal_coding_standards_java_style_guide()
-
java_best_practices
: Get Java application best practices- Returns: Markdown formatted best practices
- Example:
nortal_coding_standards_java_best_practices()
-
python_style_guide
: Get Python coding style guidelines- Returns: Markdown formatted style guide
- Example:
nortal_coding_standards_python_style_guide()
-
python_best_practices
: Get Python application best practices- Returns: Markdown formatted best practices
- Example:
nortal_coding_standards_python_best_practices()
-
react_best_practices
: Get React application best practices- Returns: Markdown formatted best practices
- Example:
nortal_coding_standards_react_best_practices()
Configuration
MCP Client Configuration
Add this to your MCP client configuration file (e.g., ~/.codeium/windsurf/mcp_config.json
):
{
"mcpServers": {
"nortal_coding_standards": {
"command": "uv",
"args": [
"run",
"--with",
"mcp[cli]",
"mcp",
"run",
"/absolute/path/to/coding-standards-mcp/server.py"
]
}
}
}
Replace /absolute/path/to/coding-standards-mcp/server.py
with your actual server path.
相关推荐
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
Confidential guide on numerology and astrology, based of GG33 Public information
A geek-themed horoscope generator blending Bitcoin prices, tech jargon, and astrological whimsy.
Advanced software engineer GPT that excels through nailing the basics.
Therapist adept at identifying core issues and offering practical advice with images.
Découvrez la collection la plus complète et la plus à jour de serveurs MCP sur le marché. Ce référentiel sert de centre centralisé, offrant un vaste catalogue de serveurs MCP open-source et propriétaires, avec des fonctionnalités, des liens de documentation et des contributeurs.
Manipulation basée sur Micropython I2C de l'exposition GPIO de la série MCP, dérivée d'Adafruit_MCP230XX
Une passerelle API unifiée pour intégrer plusieurs API d'explorateur de blockchain de type étherscan avec la prise en charge du protocole de contexte modèle (MCP) pour les assistants d'IA.
Miroir dehttps: //github.com/bitrefill/bitrefill-mcp-server
Reviews

user_EJDYktb1
As a dedicated user of coding-standards-mcp by ggerve, I can confidently say it has significantly improved my coding practices. This tool provides comprehensive guidelines and examples that are easy to follow, ensuring consistent code quality across projects. Highly recommend for any developer looking to enhance their coding standards!