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.
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
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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