Coding Standards
About
Provides coding style guidelines and best practices for Java, Python, and React in Markdown format to enhance development workflows and maintain consistent code quality.
Details
- Author
- ggerve
- Repository
- ggerve/coding-standards-mcp
- GitHub stars
- 5
- License
- MIT License
- Categories
- Developer Tools, Productivity, Design, Workplace, AI, Communication, Project Management, Infrastructure
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Coding StandardsCommand (node, npx, python, etc.)uvArguments-
Argument 1
run -
Argument 2
--with -
Argument 3
mcp[cli] -
Argument 4
mcp -
Argument 5
run -
Argument 6
/absolute/path/to/coding-standards-mcp/server.py
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
java_style_guide
Get Java coding style guidelines. Returns a Markdown formatted style guide.
java_best_practices
Get Java application best practices. Returns a Markdown formatted best practices.
python_style_guide
Get Python coding style guidelines. Returns a Markdown formatted style guide.
python_best_practices
Get Python application best practices. Returns a Markdown formatted best practices.
react_best_practices
Get React application best practices. Returns a Markdown formatted best practices.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"coding standards": {
"cwd": "",
"env": {},
"args": [
"run",
"--with",
"mcp[cli]",
"mcp",
"run",
"/absolute/path/to/coding-standards-mcp/server.py"
],
"shell": false,
"command": "uv"
}
}
}
Linux
{
"cwd": "",
"env": [],
"args": [
"run",
"--with",
"mcp[cli]",
"mcp",
"run",
"/absolute/path/to/coding-standards-mcp/server.py"
],
"shell": false,
"command": "uv"
}
Macos
{
"cwd": "",
"env": [],
"args": [
"run",
"--with",
"mcp[cli]",
"mcp",
"run",
"/absolute/path/to/coding-standards-mcp/server.py"
],
"shell": false,
"command": "uv"
}
Windows
{
"cwd": "",
"env": [],
"args": [
"run",
"--with",
"mcp[cli]",
"mcp",
"run",
"/absolute/path/to/coding-standards-mcp/server.py"
],
"shell": false,
"command": "uv"
}
This MCP server provides tools for accessing coding style guidelines and best practices for various technologies (Java, Python, React).
- Python 3.8 or higher
- MCP package (pip install mcp)
- UV package manager (recommended)
The MCP inspector will start on port 3000.
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
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
-
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()
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.pywith your actual server path.
This project is licensed under the MIT License - see theLICENSEfile for details.
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Create crafted UI components inspired by the best 21st.dev design engineers.
Bring agent evaluations, observability, and synthetic test set generation directly into your IDE for free with Galileo's new MCP server
An MCP server to help AI assistants to answer questions and generate AccelByte Extend SDK code more effectively .
MCP server for AI Diagram Maker — generate beautiful software engineering diagrams directly inside Cursor, Claude Desktop, Claude Code, or any MCP-compatible AI agent
ALAPI MCP Tools,Call hundreds of API interfaces via MCP
AI-powered SVG animation generator that transforms static files into animated SVG components using the Allyson platform
MCP server that gives AI assistants on-demand access to 1,500+ amCharts docs, ~300 code examples, and 1000+ class API references.
APIMatic MCP Server is used to validate OpenAPI specifications using APIMatic. The server processes OpenAPI files and returns validation summaries by leveraging APIMatic’s API.
One shared context layer for AI agents and humans — live API specs, DB schemas, and versioned contracts across repos so every agent and teammate works from the same source of truth.
Build and deploy full-stack Next.js apps with 98 tools for React, AWS, and MongoDB
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





