AIReady MCP Server
OfficialClick 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., "@AIReady MCP Serverrun a full AI-readiness audit on my project"
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.
AIReady MCP Server
The AIReady MCP Server provides an integration point for AI agents (like Claude Desktop, Cursor, Windsurf, etc.) to assess AI-readiness and improve AI leverage directly within their conversational interfaces using the Model Context Protocol (MCP).
🛠Capabilities
The AIReady MCP server exposes the following capabilities:
1. Analysis Tools
Scan Tools: Run localized scans for
pattern-detect,context-analyzer,consistency,ai-signal-clarity,agent-grounding,testability,doc-drift,deps-health,change-amp, andcontract-enforce.get_remediation_diff: Get a precise code diff to fix identified AI-readiness issues.
2. Resources (Contextual Data)
aiready://project/summary: A high-level overview of the project's AI-readiness score and issue count.aiready://project/issues: A JSON list of the top 10 most critical issues found in the latest scan.aiready://project/graph: Raw dependency and fragmentation graph data for visualization.
3. Prompts (Templates)
analyze-project: A guided prompt to perform a full AI-readiness audit.remediate-issue: A template for fixing a specific issue using its ID.
Related MCP server: Metsuke
🧱 Extension: AST Explorer Sibling
For deep code exploration, we also provide the @aiready/ast-mcp-server, which provides:
Symbol resolution (
resolve_definition)Reference finding (
find_references)Call hierarchy (
get_call_hierarchy)Implementation lookup (
find_implementations)
Configure it alongside AIReady:
"mcpServers": {
"aiready": {
"command": "npx",
"args": ["-y", "@aiready/mcp-server"]
},
"ast-explorer": {
"command": "npx",
"args": ["-y", "@aiready/ast-mcp-server"]
}
}Installation & Distribution Channels
1. Dedicated MCP Registries
Smithery:
npx @smithery/cli install @aiready/mcp-serverGlama: View listing.
Pulsar: Find on registry.
2. Direct IDE Integrations
Claude Desktop App / Cursor / Windsurf
Use the following command configuration:
npx -y @aiready/mcp-serverQuick Start
To test the server locally, you can run:
npx @aiready/mcp-serverFor more details on AIReady, visit getaiready.dev.
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-qualityDmaintenanceEnables AI agents to scan GitHub repositories for security vulnerabilities, deployment blockers, and code quality issues. It provides detailed findings and auto-generated code patches to help developers ensure their code is production-ready.Last updated70MIT
- Alicense-qualityBmaintenanceProvides SDLC compliance verification as tools that AI agents can invoke, continuously monitoring and evaluating development processes.Last updatedMIT
- Alicense-qualityAmaintenanceEnables AI agents to scan code for security and quality issues and receive machine-readable reports with suggested fixes and verification criteria.Last updated852MIT

Rigour MCPofficial
Alicense-qualityDmaintenanceEnables AI agents to self-govern by scanning code for hardcoded secrets, structural violations, and AI drift in real-time, providing fix packets for automatic remediation.Last updated26MIT
Related MCP Connectors
Transformation readiness gaps and initiative risk signals for AI agents and enterprise change leads.
Build, validate, and deploy multi-agent AI solutions from any AI environment.
Lints + auto-fixes how AI coding agents discover any new product. 24 rules, 6 tools, score 0-100.
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/getaiready/aiready-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server