Skip to main content
Glama
ggerve

Coding Standards MCP Server

by ggerve

コーディング標準 MCP サーバー

この MCP サーバーは、さまざまなテクノロジー (Java、Python、React) のコーディング スタイル ガイドラインとベスト プラクティスにアクセスするためのツールを提供します。

前提条件

  • Python 3.8以上

  • MCP パッケージ ( pip install mcp )

  • UV パッケージ マネージャー (推奨)

Related MCP server: Code Research MCP Server

クイックスタート

  1. Claude にサーバーをインストールします。

mcp install server.py
  1. 開発モードで実行:

mcp dev server.py

MCP インスペクターはポート 3000 で起動します。

利用可能なツール

スタイルガイド

言語固有のコーディング スタイル ガイドラインにアクセスします。

  • Java: クリーンなコードの実践、命名規則、コードの構成

  • Python: PEP 8 ベースのガイドライン、Python のコードプラクティス

  • React: コンポーネント構造、フックの使用、TypeScript の統合

ベストプラクティス

言語固有のアプリケーションのベスト プラクティスにアクセスします。

  • Java: プロジェクト構造、アーキテクチャ、テスト、セキュリティ

  • Python: プロジェクトのレイアウト、依存関係の管理、テストの実践

  • React: コンポーネントパターン、状態管理、パフォーマンス最適化

APIリファレンス

  1. java_style_guide : Javaコーディングスタイルガイドラインを入手する

    • 戻り値: Markdown形式のスタイルガイド

    • 例: nortal_coding_standards_java_style_guide()

  2. java_best_practices : Javaアプリケーションのベストプラクティスを入手する

    • 戻り値: Markdown形式のベストプラクティス

    • 例: nortal_coding_standards_java_best_practices()

  3. python_style_guide : Pythonコーディングスタイルガイドラインを入手する

    • 戻り値: Markdown形式のスタイルガイド

    • 例: nortal_coding_standards_python_style_guide()

  4. python_best_practices : Pythonアプリケーションのベストプラクティスを入手する

    • 戻り値: Markdown形式のベストプラクティス

    • 例: nortal_coding_standards_python_best_practices()

  5. 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を実際のサーバー パスに置き換えます。

Install Server
A
license - permissive license
B
quality
D
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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