mcp-lint-server
MCP Lint Server
An MCP server that provides MCP server quality checking as a tool.
What It Does
This MCP server exposes three tools that let AI agents validate MCP server implementations:
lint_mcp_server-- Lint a file or directory for MCP quality issueslint_code_snippet-- Validate a code snippet before committingcheck_mcp_schema-- Validate an MCP tool inputSchema definition
Related MCP server: MCP Spectral
Quick Start
pip install mcp-lint-serverClaude Desktop Config
{
"mcpServers": {
"mcp-lint": {
"command": "python",
"args": ["-m", "mcp_lint_server.server"]
}
}
}Claude Code
claude mcp add mcp-lint-server -- python -m mcp_lint_server.serverTools
lint_mcp_server
Scans Python source code for schema violations, security anti-patterns, protocol issues, and code quality problems. Returns a quality score (0-100) with specific issues and fix suggestions.
lint_code_snippet
Validates a code snippet by pasting it directly. Useful for quick checks before committing.
check_mcp_schema
Validates an MCP tool inputSchema definition, checking for required fields and valid property definitions.
Why This Matters
The MCP ecosystem is exploding. Hundreds of new servers are built every week. But there is zero quality tooling. This server lets AI agents themselves enforce quality standards on MCP server code.
Related
mcp-lint -- CLI version (free)
MCP Lint Pro -- Runtime validation ($9)
License
MIT
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
MCP Spec Compliance MCP — audits any MCP server.json against the official Model Context Protocol
MCP server (stdio): lint OpenAPI specs with Spectral via the AgentForge API
MCP server for progressive tool usage at any scale (see https://klavis.ai)
Model Context Protocol server for the Apideck Unified API. Connect any MCP-compatible agent framework to 100+ accounting systems, HRIS platforms, file storage providers, and more through one integration. More information https://www.apideck.com/mcp-server
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceMCP server to lint and validate Kubernetes-related manifests(Helm, FluxCD, ArgoCD, Kustomize, etc.)MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that wraps Spectral to lint OpenAPI specifications, enabling LLMs to validate and fix API definitions.1MIT
- FlicenseNot gradedqualityDmaintenanceMCP server for validating JSON against JSON Schema and repairing malformed/invalid JSON.31-
- AlicenseNot gradedqualityDmaintenanceModel Context Protocol (MCP) Server for the mcp API.2,013MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/ZachDreamZ/mcp-lint-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server