project-advisors-mcp
Provides diagnostic tools for analyzing architecture, security, REST API compliance, and dependencies in Android projects, typically written in Kotlin.
Provides diagnostic tools for analyzing architecture, security, REST API compliance, and dependencies in iOS projects, typically written in Swift.
Provides diagnostic tools for analyzing architecture, security, REST API compliance, and dependencies in Kotlin projects, including Android apps.
Provides diagnostic tools for analyzing architecture, security, REST API compliance, and dependencies in Node.js projects.
Provides diagnostic tools for analyzing architecture, security, REST API compliance, and dependencies in Python projects.
Provides diagnostic tools for analyzing architecture, security, REST API compliance, and dependencies in Rust projects.
Provides diagnostic tools for analyzing architecture, security, REST API compliance, and dependencies in Swift projects, including iOS apps.
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., "@project-advisors-mcpRun a security scan on this project and report vulnerabilities."
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.
Project Advisors MCP Server
An MCP (Model Context Protocol) server providing diagnostic tools to analyze software architecture, security, REST API compliance, and dependencies.
Supports: Python, Rust, Go, Node.js, Java, Swift (iOS), and Kotlin (Android).
Inspiration: The design and concept of these diagnostic advisors were heavily inspired by the BootUI platform.
Setup
npm install
npm run buildRelated MCP server: Code-Oracle
Running the Server
The server runs via stdio:
npm startAvailable Tools
run_architecture_scanrun_rest_api_scanrun_security_scanrun_vulnerability_scanrun_pentest_scanget_telemetry_streamrun_mcp_design_scan
Using the Agent Skill
This project includes a custom AI Agent Skill located at .agents/skills/project-advisor/SKILL.md. Agents like Antigravity will automatically use it when you ask them to "audit codebase" or "give project health score".
How to use this MCP Server
To use this library with your AI Coding Assistant, you need to configure the assistant to spawn this server via its stdio transport mechanism.
1. Claude Desktop Configuration
Add the following to your Claude Desktop config file (e.g. ~/Library/Application Support/Claude/claude_desktop_config.json on Mac):
{
"mcpServers": {
"project-advisors": {
"command": "node",
"args": ["/Users/ragu/Code/project-advisors/dist/index.js"]
}
}
}Note: Make sure to run npm run build first so the dist/index.js file exists, and update the absolute path to point to your repository.
2. Cursor IDE Configuration
Open Cursor Settings -> Features -> MCP.
Click + Add new MCP server.
Set the Name to
project-advisors.Set the Type to
command.Set the Command to
node /absolute/path/to/project-advisors/dist/index.js.Click Save.
3. Example AI Prompts
Once connected, you can ask your AI Agent to run audits on your current workspace:
"Run an architecture scan on this project and tell me if there are any boundary violations."
"Check my REST APIs for compliance and security issues."
"Give me an overall health score for this project using the project advisor tools."
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
- AlicenseBqualityDmaintenanceAn MCP server that integrates SAST, DAST, and SCA security tools to enable AI-driven vulnerability scanning and automated security reporting. It allows AI assistants to execute and analyze results from tools like Semgrep, OWASP ZAP, and Trivy within a DevSecOps workflow.6MIT
- Flicense-qualityDmaintenanceMCP server for automated architectural mapping, security vulnerability detection, ML asset tracking, and code metrics in local repositories.
- AlicenseAqualityFmaintenanceAI-powered backend diagnostics MCP server that statically analyzes frontend and backend code to catch cross-boundary bugs, contract drift, missing validation, security gaps, and performance anti-patterns before deployment.413MIT
- Alicense-qualityBmaintenanceMCP server that provides tools for architecture analysis, risk diagnosis, quality metrics, and regression guarding to support AI-driven code review and incremental refactoring workflows.4MIT
Related MCP Connectors
Zero-config MCP security scanner for AI-generated apps. 25K+ vulnerability patterns.
Scans MCP servers for tool poisoning, prompt injection and supply chain risks.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
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/ragubaran/project-advisors-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server