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.
「開発者ツール」の他のコンテンツ
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
コメント