Coding Standards MCP Server
コーディング標準 MCP サーバー
この MCP サーバーは、さまざまなテクノロジー (Java、Python、React) のコーディング スタイル ガイドラインとベスト プラクティスにアクセスするためのツールを提供します。
前提条件
Python 3.8以上
MCP パッケージ (
pip install mcp)UV パッケージ マネージャー (推奨)
Related MCP server: Best Practices MCP Server
クイックスタート
Claude にサーバーをインストールします。
mcp install server.py開発モードで実行:
mcp dev server.pyMCP インスペクターはポート 3000 で起動します。
利用可能なツール
スタイルガイド
言語固有のコーディング スタイル ガイドラインにアクセスします。
Java: クリーンなコードの実践、命名規則、コードの構成
Python: PEP 8 ベースのガイドライン、Python のコードプラクティス
React: コンポーネント構造、フックの使用、TypeScript の統合
ベストプラクティス
言語固有のアプリケーションのベスト プラクティスにアクセスします。
Java: プロジェクト構造、アーキテクチャ、テスト、セキュリティ
Python: プロジェクトのレイアウト、依存関係の管理、テストの実践
React: コンポーネントパターン、状態管理、パフォーマンス最適化
APIリファレンス
java_style_guide: Javaコーディングスタイルガイドラインを入手する戻り値: Markdown形式のスタイルガイド
例:
nortal_coding_standards_java_style_guide()
java_best_practices: Javaアプリケーションのベストプラクティスを入手する戻り値: Markdown形式のベストプラクティス
例:
nortal_coding_standards_java_best_practices()
python_style_guide: Pythonコーディングスタイルガイドラインを入手する戻り値: Markdown形式のスタイルガイド
例:
nortal_coding_standards_python_style_guide()
python_best_practices: Pythonアプリケーションのベストプラクティスを入手する戻り値: Markdown形式のベストプラクティス
例:
nortal_coding_standards_python_best_practices()
react_best_practices: Reactアプリケーションのベストプラクティスを入手する戻り値: Markdown形式のベストプラクティス
例:
nortal_coding_standards_react_best_practices()
構成
MCP クライアント構成
これを MCP クライアント構成ファイル (例: ~/.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"
]
}
}
}/absolute/path/to/coding-standards-mcp/server.pyを実際のサーバー パスに置き換えます。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceProvides AI agents with professional coding standards, development best practices, and context-aware guidance through static documentation and AI-powered custom recommendations. Enables agents to access comprehensive development guidelines including coding rules, debugging techniques, and AI steering instructions.
- Flicense-qualityDmaintenanceProvides Python and FastAPI coding best practices with searchable guidelines, code review capabilities, and actionable improvement suggestions with examples across general coding, performance, and code quality categories.
- AlicenseCqualityCmaintenanceProvides access to clean code guide documents and enables code quality inspection of external project files based on coding standards and best practices.38MIT
- AlicenseAqualityAmaintenanceEnables AI assistants and developers to analyze code for language-specific best practices and idiomatic patterns across programming languages, CI automation, and configuration formats.162MIT
Related MCP Connectors
Get up-to-date, version-specific documentation and code examples from official sources directly in…
Provide your AI coding tools with token-efficient access to up-to-date technical documentation for…
@latest documentation and code examples to 9000+ libraries for LLMs and AI code editors in a singl…
Appeared in Searches
- AI coding assistant with visual UI interaction, GitHub integration, and adaptive agent system
- Information about Java programming language
- A server for finding the latest documentation and best practices for a specific technology
- Resources or Information About Java Programming Language
- Tips for Naming Variables and Functions in Go Programming Language
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ggerve/coding-standards-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server