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, compatible Gemini)
Ce projet fournit un serveur MCP en TypeScript (JSON-RPC sur stdio) avec un outil validate_codebase.
Ce que fait le serveur
Charge un fichier de règles JSON.
Analyse un ensemble de fichiers (extensions configurables).
Réinitialise le contexte entre chaque fichier.
Écrit toutes les violations dans un fichier de reporting JSON.
Related MCP server: Edit File Lines MCP Server
Logique demandée (ton exemple)
Exemple de code : <###### ceci est un commentaire ###> 4<=6
Règles associées:
un commentaire doit commencer par
<###<=est interdit (on n'autorise que<pour ce cas)
Installation
npm install
npm run buildLancer le serveur MCP
npm startLancer la validation d'exemple
npm run validate:exampleRapport généré : reports/report.json.
Fichiers principaux
src/server.ts: serveur MCP + moteur de règles.examples/rules.json: règles d'exemple.examples/codebase/*: code d'exemple à analyser.scripts/run_validation.ts: script de démonstration.
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.Last updated33826MIT
- Alicense-qualityDmaintenanceA TypeScript-based MCP server that provides tools for making precise line-based edits to text files within allowed directories.Last updated33MIT
- Alicense-qualityDmaintenanceA 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.Last updated3071MIT
- Alicense-qualityCmaintenanceA TypeScript-based MCP server that enables code search, file reading, and project management via the GitLab API.Last updated291ISC
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