Mcplint
@fletchert131-sudo
关于 Mcplint
Lint and score your MCP server's tool definitions before you publish — name/schema validity, description quality, context-token weight, and destructive-tool safety. Gives a 0–100 score and a CI gate. Free CLI, MIT engine. Catches structure and hygiene, not intent.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcplint": {
"command": "npx",
"args": [
"-y",
"-p",
"@tomfletcher2929/mcplint",
"mcplint-mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Mcplint?
Mcplint is a free, MIT-licensed CLI tool that lints and scores MCP server tool definitions before publication. It checks name/schema validity, description quality, context-token weight, and destructive-tool safety, outputting a 0–100 score and a CI gate.
How to use Mcplint?
Install and run the Mcplint CLI against your MCP server’s tool definitions. It returns a numeric score and can be integrated as a CI quality gate.
Key features of Mcplint
- Checks name and schema validity
- Evaluates description quality
- Analyzes context-token weight
- Assesses destructive-tool safety
- Produces a 0–100 score
- Provides a CI gate
Use cases of Mcplint
- Pre-publish linting of MCP tool definitions
- CI pipeline quality gate for MCP servers
- Ensuring safe, well-documented tools
FAQ from Mcplint
What does Mcplint check?
It checks name/schema validity, description quality, context-token weight, and destructive-tool safety.
How does Mcplint score tools?
It produces a 0–100 score.
Can Mcplint be used in CI?
Yes, it provides a CI gate.
What is the license?
MIT.
Does Mcplint catch functional issues?
No, it catches structure and hygiene, not intent.
开发工具 分类下的更多 MCP 服务器
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
评论