Skip to main content
Glama

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 over path (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.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    A
    quality
    C
    maintenance
    AI-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 updated
    4
    32
  • A
    license
    -
    quality
    B
    maintenance
    A 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 updated
    1
    GPL 3.0
  • A
    license
    A
    quality
    D
    maintenance
    MCP 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 updated
    4
    33
    MIT

View all related MCP servers

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.

View all MCP Connectors

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/hossamhamdy99/ariseguard-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server