MCP Code Validator
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Code Validatorvalidate this TypeScript file against our custom linting rules"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Code Validator (TypeScript, Gemini compatible)
This project provides a TypeScript MCP server (JSON-RPC over stdio) with a validate_codebase tool.
What the server does
Loads a JSON rules file.
Analyzes a set of files (configurable extensions).
Resets the context between each file.
Writes all violations to a JSON reporting file.
Related MCP server: Edit File Lines MCP Server
Requested logic (your example)
Code example: <###### this is a comment ###> 4<=6
Associated rules:
a comment must start with
<###<=is forbidden (only<is allowed for this case)
Installation
npm install
npm run buildRunning the MCP server
npm startRunning the example validation
npm run validate:exampleGenerated report: reports/report.json.
Main files
src/server.ts: MCP server + rules engine.examples/rules.json: example rules.examples/codebase/*: example code to analyze.scripts/run_validation.ts: demonstration script.
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 Servers
- AlicenseBqualityDmaintenanceTypeScript-based MCP server designed to enhance code editing experiences by providing features such as hover information, code completion, and diagnostics.31426MIT
- AlicenseNot gradedqualityDmaintenanceA TypeScript-based MCP server that provides tools for making precise line-based edits to text files within allowed directories.33MIT
- AlicenseNot gradedqualityDmaintenanceA TypeScript-based MCP server that provides backend API handling and facilitates communication between microservices. Features an organized structure with controllers, routes, and models for easy extensibility and maintenance.3811MIT
- AlicenseNot gradedqualityCmaintenanceA TypeScript-based MCP server that enables code search, file reading, and project management via the GitLab API.161ISC
Related MCP Connectors
A TypeScript MCP server for Home Assistant, enabling programmatic management of entities, automati…
MCP Spec Compliance MCP — audits any MCP server.json against the official Model Context Protocol
A MCP server built for developers enabling Git based project management with project and personal…
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/johndev38/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server