Coding Standards MCP Server
@ggerve
关于 Coding Standards MCP Server
MCP Server for Coding Standards - providing standardized coding guidelines and best practices
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"nortal_coding_standards": {
"command": "uv",
"args": [
"run",
"--with",
"mcp[cli]",
"mcp",
"run",
"/absolute/path/to/coding-standards-mcp/server.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Coding Standards MCP Server?
The Coding Standards MCP Server provides tools for accessing coding style guidelines and best practices for Java, Python, and React. It is intended for developers who want quick access to language‑specific conventions directly through their MCP client.
How to use Coding Standards MCP Server?
Install the server in Claude by running mcp install server.py. For development, run mcp dev server.py to start the MCP inspector on port 3000. In an MCP client, configure the server in mcp_config.json using the uv command and the absolute path to server.py.
Key features of Coding Standards MCP Server
- Access Java coding style guidelines and best practices
- Access Python PEP 8 based style guides and best practices
- Access React component, hooks, and TypeScript guidelines
- Return results as Markdown formatted documents
- Simple tool names for each language and topic
Use cases of Coding Standards MCP Server
- Quickly fetch Java clean code practices and naming conventions
- Retrieve Python best practices for project layout and testing
- Get React best practices for component patterns and state management
- Integrate coding standard lookups into an MCP‑based development workflow
FAQ from Coding Standards MCP Server
What are the prerequisites to run the server?
Python 3.8 or higher, the MCP package (pip install mcp), and the UV package manager (recommended).
How do I install the Coding Standards MCP Server?
Run mcp install server.py to install it in Claude, or use mcp dev server.py for development mode.
What tools are available in the server?
Five tools: java_style_guide, java_best_practices, python_style_guide, python_best_practices, and react_best_practices.
How do I configure the server in my MCP client?
Add an entry to your MCP client configuration file (e.g., ~/.codeium/windsurf/mcp_config.json) with the command uv and the arguments run --with mcp[cli] mcp run /absolute/path/to/coding-standards-mcp/server.py.
Does the server support languages other than Java, Python, and React?
No. The README explicitly covers only Java, Python, and React coding guidelines and best practices.
其他 分类下的更多 MCP 服务器
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
评论