FastMCP
Provides quality auditing tools using an AI trained on NASA's software defect prediction dataset to analyze code complexity, maintainability, and bug probability
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., "@FastMCPaudit this Python function for potential bugs and complexity"
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.
Documentación sobre el uso de FastMCP
Set-up inicial
Para poder iniciar el servidor, necesitamos utilizar la extensión Cline. Una vez en el menú de cline (barra a la izquierda), le damos a MCP servers (icono de una BD), hacemos click en "Remote Servers" -> "Edit Configuration" y copiamos este json.
{
"mcpServers": {
"ChatAOS": {
"command": "C:\\Users\\ruben\\Desktop\\Universidad\\AOS\\FastMCP\\.venv\\Scripts\\python.exe",
"args": [
"C:\\Users\\ruben\\Desktop\\Universidad\\AOS\\FastMCP\\fast_mcp_ex_1.py"
]
},
"ChatAOS2": {
"command": "C:\\Users\\ruben\\Desktop\\Universidad\\AOS\\FastMCP\\.venv\\Scripts\\python.exe",
"args": [
"C:\\Users\\ruben\\Desktop\\Universidad\\AOS\\FastMCP\\fast_mcp_ex_2.py"
]
},
"TextSintetizer": {
"command": "C:\\Users\\ruben\\Desktop\\Universidad\\AOS\\FastMCP\\.venv\\Scripts\\python.exe",
"args": [
"C:\\Users\\ruben\\Desktop\\Universidad\\AOS\\FastMCP\\fast_mcp_ex_3.py"
]
},
"NASA_Analyzer": {
"command": "C:\\Users\\ruben\\Desktop\\Universidad\\AOS\\FastMCP\\.venv\\Scripts\\python.exe",
"args": [
"C:\\Users\\ruben\\Desktop\\Universidad\\AOS\\FastMCP\\fast_mcp_ex_4.py"
]
}
}
}Related MCP server: MCP Code Analysis & Quality Server
Uso
Para usarlo, simplemente confirma que los servidores MCP tienen el piloto en verde y ya puedes consultar al chatbot de Cursos Auto para que utilice tus servicios MCP.
Tools
Existen varias tools entre todos los servidores.
ChatAOS (fast_mcp_ex_1.py)
Este servidor contiene un único tool que se llama cuando se quiera saludar al usuario llamado greet_user()
ChatAOS2 (fast_mcp_ex_2.py)
Este servidor tiene un tool que actúa de decodificador para un mensaje secreto, que consiste simplemente en invertir el orden de las letras de la frase tal que hola = aloh
TextSintetizer (fast_mcp_ex_3.py)
Este servidor tiene dos tools. Uno permite leer un fichero, mientras que otro permite generar un pdf con el resumen realizado con la IA. De esta forma, ya no te cobrarán cada vez que quieras usarla para resumir los apuntes de AOS ni será limitadas por su incapacidad de generar artefactos de ese estilo.
NASA-Quality-Auditor (fast_mcp_ex_4.py)
Este servidor tiene una sola tool, aunque es una mezcla de FastMCP y una IA de cosecha propia. La IA está entrenada usando este dataset, con el objetivo de discernir cómo de probable es que sucedan bugs en un código dado y medir la complejidad y mantenibilidad de dicho código.
Dicha IA actúa como el "experto", mientras que la otra actúa como intermediario y analista de resultados entre la IA y el usuario, interpretando lo que esta dice y devolviéndole elr esultado al usuario, evitando así que sean los LLMs (IAs no especializadas) los que realicen tareas específicas e impropias, donde pueden suceder fallos.
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
- Alicense-qualityDmaintenanceAn AI-powered MCP server that provides development tools for code analysis, documentation, and project management including code pattern extraction, humorous code reviews, TODO scanning, and PRD generation.Last updated18ISC
- Alicense-qualityDmaintenanceProvides comprehensive code analysis through three MCP servers: static analysis for code quality and security, dependency analysis for package management and vulnerabilities, and complexity analysis for maintainability assessment across multiple programming languages.Last updated1MIT
- Flicense-qualityDmaintenanceA modular MCP server that provides tools for file operations, regex-based code searching, and structural analysis of functions and classes across multiple programming languages. It also includes AI-powered features for intelligently updating files according to architectural changes.Last updated

flyto-indexerofficial
Alicense-qualityAmaintenanceMCP server that gives AI assistants impact analysis, cross-project reference tracking, and code health scoring.Last updated4Apache 2.0
Related MCP Connectors
A MCP server built for developers enabling Git based project management with project and personal…
An MCP server that gives your AI access to the source code and docs of all public github repos
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
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/rutie345/FastMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server