★ 0 stars
JavaScript
💻 Code/Dev Tools
Updated today
Lint MCP server manifest snippets for name, transport, command or URL, permissions, and examples.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-manifest-lint": {
"command": "npx",
"args": [
"-y",
"aolingge/mcp-manifest-lint"
]
}
}
}
Run in terminal:
claude mcp add mcp-manifest-lint npx -y aolingge/mcp-manifest-lint
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-manifest-lint": {
"command": "npx",
"args": [
"-y",
"aolingge/mcp-manifest-lint"
]
}
}
}
README Excerpt
<p align="center"> <img src="assets/readme-banner.svg" alt="MCP Manifest Lint banner" width="100%"> </p> <h1 align="center">MCP Manifest Lint</h1> <p align="center">Lint MCP server manifest snippets for name, transport, command or URL, permissions, and examples.</p> <p align="center"><a href="README.zh-CN.md">中文</a> · <a href="#quick-start">Quick Start</a> · <a href="#checks">Checks</a></p>
Topics
ai-agentclideveloper-toolsmanifestmcpmodel-context-protocol