ariseguard-mcp
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., "@ariseguard-mcpscan the project for silently wrong bugs"
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.
ariseguard-mcp
An MCP server that runs AriseGuard on a project and returns the valid but silently wrong bugs it finds — code that passes every test and still costs money. Works with any MCP client: Codex, Cursor, Claude, and others.
Tool
arise_scan({ path? })— runs AriseGuard overpath(default: current directory) and returns each FAIL (blocking) and WARN (advisory) with its fix. A scan of zero files is reported as not a pass, not "clean".
Related MCP server: codeviewer-mcp
Add it to Codex
codex mcp add ariseguard -- npx -y ariseguard-mcp(Or run it straight from source, no npm needed: npx -y github:hossamhamdy99/ariseguard-mcp.)
Add it to Cursor
In ~/.cursor/mcp.json (or a project .cursor/mcp.json):
{
"mcpServers": {
"ariseguard": {
"command": "npx",
"args": ["-y", "ariseguard-mcp"]
}
}
}The CLI on its own
No MCP needed to use the tool — in any project: npx ariseguard. Zero dependencies, source-available.
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
- FlicenseAqualityCmaintenanceAI-powered code review tool that detects AI-generated code defects invisible to traditional linters — hallucinated packages, deprecated APIs, cross-file contradictions, hidden security anti-patterns, and over-engineering. Works as a standalone CLI, GitHub Action, or MCP server. Supports TypeScript, Python, Java, Go, and Kotlin. Free for individuals, no API key required.Last updated432
- Alicense-qualityBmaintenanceA stateful, AST-aware MCP server for structured code review workflows. It enables iterative review sessions with AST-based context localization and provides structured feedback with verdicts and patch suggestions for JavaScript/TypeScript code.Last updated1GPL 3.0
- AlicenseAqualityDmaintenanceMCP server that detects semantic (non-textual) merge conflicts between Git branches using AST-level analysis. Catches incompatible changes that Git merges cleanly — signature changes, removed exports, parameter changes, interface breaks, and cross-file dependency conflicts.Last updated433MIT
- FlicenseBqualityDmaintenanceMCP server that integrates GauntletCI to analyze behavioral change risk in commits, providing findings as text, JSON, or SARIF reports for AI assistants.Last updated31
Related MCP Connectors
Scan any public GitHub MCP-server repo for security issues. 37 MCP-specific L1 rules, 8 languages.
Zero-config MCP security scanner for AI-generated apps. 25K+ vulnerability patterns.
Voice-powered bug reporting with 13 MCP tools. Record bugs by talking; let AI find and fix them.
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/hossamhamdy99/ariseguard-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server