Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Graqle
G
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:25:17 PM

Graqle

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Dev intelligence layer: 7 MCP tools for graph-powered codebase reasoning.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "graqle": {
      "command": "npx",
      "args": [
        "-y",
        "graqle"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

GraQle β€” Query your architecture. Prove your AI's decisions.

GraQle β€” query your architecture, prove your AI's decisions

Index any codebase as a knowledge graph so AI agents reason about architecture instead of grepping files. Every decision they make β€” at build-time or in production β€” gets a cryptographic receipt anchored to a public transparency log. One Python package, two surfaces: dev intelligence for engineers, runtime governance for regulators.

PyPI Python 3.10+ LLM Backends Model Agnostic EU AI Act–aligned Patent-pending

Terminal
pip install graqle

Website Β· Quickstart Β· Runtime governance Β· EU AI Act docs Β· Changelog Β· VS Code Extension


Two surfaces, one substrate

Build-time (dev intelligence)Run-time (production governance)
Governshow your AI writes codewhat your deployed AI decides
Triggera code changea production decision (loan, hiring, triage, …)
Emitsreviewed, impact-analysed, audit-logged changesa tamper-evident, third-party-verifiable record per decision
Built ontyped code knowledge graph + multi-agent reasoningLayer 5 cryptographic substrate (RFC 8785 JCS β†’ RFC 6962 Merkle β†’ ed25519 β†’ Sigstore Rekor)
StatusGAGA β€” attest() capture (v0.60.0) + FastAPI middleware / @governed (v0.61.0) + continuous anchoring worker graqle govern serve (v0.62.0)

Build-time governance proves we hold ourselves to this standard β€” GraQle is developed through its own governance. Run-time governance lets you hold your deployed AI to the same cryptographically-verifiable standard. Same substrate, both surfaces.


90-second quickstart

Build-time β€” query your codebase as a graph

bash
# 1. Scan any codebase into a knowledge graph
graq scan repo .
# β†’ typed graph: functions, classes, modules, imports, calls β€” full architecture mapped in seconds

# 2. Ask GraQle to audit it
graq run "find every authentication bypass risk"
# β†’ Graph-of-agents activates across relevant nodes
# β†’ Traces cross-file attack chains the LLM alone cannot see
# β†’ Returns: confidence score + evidence trail + active nodes + tool hints

# 3. Fix it β€” GraQle shows exact before/after for each file (governed)

# 4. Teach it back β€” the graph never forgets
graq learn "cancel endpoint must require admin auth"
# β†’ Lesson persists. Every future audit activates this rule.

Run-time β€” attach governance to a deployed AI in one line

server.ts
from graqle.governance.runtime import GovernedRuntime

gov = GovernedRuntime(salt="your-deploy-salt")

def score_application(app):
    decision = model.predict(app)                # your deployed AI, untouched
    gov.attest(                                  # <-- the one added line
        domain="loan", model_id="credit-risk-v4",
        inputs={"applicant_ref": gov.pseudonymize_ref(app.id)},   # PII-safe
        output={"decision": decision.label, "reason_code": decision.reason},
    )
    return decision

Each call produces a durable, PII-safe governed record. Its leaf hash is computed with the same shipped primitive the build-time batcher uses, so a runtime record is byte-compatible with the cryptographic substrate (RFC 8785 JCS β†’ RFC 6962 Merkle β†’ ed25519 β†’ Sigstore Rekor). Capture is out-of-band β€” it adds 0 ms to your write path.

See examples/runtime_attest_production_decisions.py and examples/runtime_govern_serve_anchoring.py.

Run it as a continuous service (v0.62.0)

bash
# Long-lived anchoring worker β€” flushes batches + drains the replay queue every tick
graqle govern serve --config graqle.yaml

# Cron-style one-shot tick (single flush + single replay-drain)
graqle govern serve --once

# Article-72-style monitoring snapshot β€” JSON suitable for any external monitor
graqle govern health
# β†’ { "running": true, "ticks": 47, "records_anchored": 3120, "replay_queue_depth": 0, ... }

The serve loop writes .graqle/govern.health.json atomically after every tick β€” pipe it into your existing monitoring (Prometheus, Datadog, an oncall dashboard, a simple curl).

Independently verifiable, by anyone. Committed batches anchor to the public Sigstore Rekor transparency log. Any third party can verify a record β€” auditor, regulator, counter-party β€” without access to your infrastructure, or ours. Verification doesn't depend on Quantamix staying online.


πŸ’° Token economics β€” a worked case study

A 4-developer team on a 50,000-node enterprise codebase burns ~$40 per developer per day on flat-file AI-coding tokens in 2026. The same team using GraQle's substrate:

ScenarioAnnual (4 devs)Saving
Flat-file baseline (Cursor / Claude Code default)$42,240β€”
GraQle + frontier API (Sonnet 4.6)$19,874βˆ’53%
GraQle + local SLM (Year 2, 90% migrated)$5,174βˆ’88%

Every number is auditable. Every assumption is sourced (Anthropic pricing, Cursor power-user data, Microsoft's killed Claude Code pilot, NCBI biomedical-KG research showing >50% token reduction, Qwen3-Coder SWE-Bench benchmarks). Scale linearly to a 40-developer enterprise: ~$224k/year saved in Year 1, ~$371k/year in Year 2.

Plus six things Cursor / Copilot / Codex do not offer at any subscription tier: cryptographic audit trail, EU AI Act Article 26 readiness (€15M fine exposure), patent-defensible substrate, survive-vendor-disappearance, multi-agent governance, public Sigstore Rekor anchoring.

β†’ Read the full case study β€” math, sources, and a bash snippet to re-run it on your own team's numbers.


What is GraQle

A governance-led multi-agent reasoning system for code, with a built-in cryptographic audit substrate for the AI you ship to production. Scan any codebase into a persistent knowledge graph. Every module becomes a reasoning agent. Agents decompose, debate, and synthesize answers with clearance-level governance. Every change β€” and every production decision β€” is impact-analysed, gate-checked, and cryptographically committed.

AI assistants see files. GraQle sees architecture. That's why it catches the cross-file bugs they can't, and why its audit trail survives every level of tampering.

Built for engineering teams who need:

  • Cross-file reasoning β€” impact analysis, lesson recall, dependency-aware refactor (the kind of thing that requires reading 5 files; we read the graph instead).
  • Auditable AI decisions β€” confidence scores, evidence trails, tamper-evident logs anchored to a public transparency log.
  • EU AI Act–aligned behaviour out of the box β€” for European customers, regulated deployments, and analyst-grade due diligence.
  • Model-agnostic operation β€” 14 LLM backends, offline-capable via Ollama, runs entirely on your machine by default. No telemetry. Code stays on your machine.

How it works

  1. Scan β†’ AST + dependency analysis builds a typed graph (functions, classes, modules, imports, calls).
  2. Activate β†’ A pre-reasoning safety layer scores each node for relevance, confidence, and risk before the LLM runs.
  3. Reason β†’ Multiple agents debate. Outputs carry confidence, graph_health, active_nodes, evidence pointers.
  4. Gate β†’ Governance gates (CG-01..CG-20) intercept write-class operations. Plans required. Risks surfaced. Trade-secret + path-traversal hardening enforced.
  5. Audit β†’ Every tool call is logged to .graqle/governance/audit/ with redaction + secret scanning.
  6. Commit β†’ For runtime decisions, the audit record gets canonicalised (RFC 8785), Merkle-rooted (RFC 6962), ed25519-signed, and anchored to the public Sigstore Rekor log.
  7. Learn β†’ Lessons become weighted edges. The graph remembers across sessions, teams, and git operations.

The pipeline runs through five named phases β€” ANCHOR β†’ ACTIVATE β†’ GENERATE β†’ VALIDATE β†’ COMMIT. Each phase is governance-gated, evidence-attached, and audit-logged.

API defaults: confidence_threshold=0.65 (refusal floor), gate_threshold=0.60 (gate-status floor). Both are configurable per-call.


Model agnostic

Anthropic Β· OpenAI Β· AWS Bedrock Β· Ollama Β· Gemini Β· Groq Β· DeepSeek Β· Together Β· Mistral Β· OpenRouter Β· Fireworks Β· Cohere Β· Azure OpenAI Β· custom HTTP.

yaml
# graqle.yaml β€” smart task routing
backends:
  reasoning:  anthropic/claude-sonnet-4-6   # quality work
  embedding:  bedrock/titan-v2              # cheap + fast
  summaries:  ollama/llama3                 # local + free

Runs fully offline with Ollama. No telemetry. Code stays on your machine. API keys stay in your local graqle.yaml.


Governance gate β€” drop-in for Claude Code, Cursor, VS Code

bash
graq init              # sets up a governed project (writes the constitution β†’ CLAUDE.md)
graq gate-install      # one-time, project-local β€” enforce it for Claude Code

graq init writes the GraQle constitution into your project, so your AI tool behaves like a disciplined senior engineer from the very first command: governed tools only (every change is checked), a defined investigate β†’ plan β†’ review β†’ apply β†’ learn workflow, built-in token-cost rules, and the project's known pitfalls baked in. One rulebook β€” shipped as graqle/data/constitution/ β€” renders for every client (Claude Code β†’ CLAUDE.md, OpenAI Codex β†’ AGENTS.md, Cursor β†’ .cursorrules, Windsurf β†’ .windsurfrules), so editing it once keeps them all in sync.

gate-install then routes every native write/edit/bash through GraQle's governance gates and adds a permissions backstop to .claude/settings.json. Plans required for risky changes. Trade-secret scanning on git commits. Path-traversal hardening on subprocess capture. CG-01 through CG-20 β€” all on, all auditable.

β†’ Governance Gate spec


MCP-first

jsonc
// .mcp/config.json
{ "graqle": { "command": "graq", "args": ["mcp", "serve"] } }

76+ MCP tools β€” every operation Claude Code / Cursor / VS Code Copilot needs is exposed as a governed tool with confidence scores, evidence pointers, and audit-trail entries. No prompt engineering, no glue code.


πŸ‡ͺπŸ‡Ί EU AI Act–aligned

Articles 6, 9, 12, 13, 14, 15, 25, 50 become applicable on 2026-08-02. GraQle gives your high-risk AI system the signals, audit trail, and disclosure primitives it needs β€” so the parts of your compliance file you can quote from us, you can quote today.

server.ts
# One switch flips every EU-AI-Act-aware subsystem at once
graq compliance switch on        # shell snippet β†’ eval to enable
graq compliance switch status    # what's actually armed, in one envelope
graq compliance switch off       # symmetric disable

# Per-subsystem CLI surface
graq compliance status                                      # legacy + new subsystems block
graq compliance export --since 2026-08-01 --sha256-sidecar  # Article 12 evidence
graq compliance baseline-doc generate --output baseline.jsonl  # Q16.1 baseline
graq compliance periodic-assessment run --period-start ... --period-end ...  # Q16.3
graq compliance feedback record --rating 5 --note "..."     # Q16.5 observation
graq compliance eur-lex-check                               # weekly drift guard
ArticleWhat GraQle providesWhere
Art 4 β€” AI literacyIntegration guidance for providers + deployersArt 4 doc
Art 9 β€” Risk managementPeriodic-assessment artefacts with auto-remediation triggersgraq compliance periodic-assessment run
Art 11 β€” Technical documentationDated, content-addressed baseline document at deploymentgraq compliance baseline-doc generate
Art 12 β€” Record-keepingJSONL audit export + SHA-256 tamper-detection sidecargraq compliance export
Art 13 β€” Deployer transparencygraph_health + confidence on every reasoning envelopeevery graq_reason call
Art 14 β€” Human oversightConfidence-gated refusal of auto-apply + claim-limits vocabularyGRAQLE_EU_AI_ACT_MODE=on + graq edit/apply/auto
Art 15 β€” Accuracy / robustness / cybersecurity17 named defences + 7 measurable claimsgraq compliance status --include-robustness
Art 25 β€” Value-chain responsibilityIntended-purpose declarations + PCT (Proof-Claims Token) x-ai-eu extension (11 fields)Art 25 doc + graq pct issue/validate
Art 43 β€” Conformity assessmentSubstrate evidence inputs (baseline-doc + audit log + periodic assessment + robustness + Article 14 gate) for the deployer's Annex VI internal-control fileArt 43 doc
Art 50 β€” Transparency for usersAuto banner + ai_disclosure machine fieldGRAQLE_EU_AI_ACT_MODE=on
Art 72 β€” Post-market monitoringgraqle govern serve continuous anchoring + graqle govern health snapshotv0.62.0

Three substantive non-claims kept legally clean:

  • GraQle is NOT itself a high-risk AI system (no Annex III category applies).
  • GraQle is NOT a GPAI provider under Article 51 (we use third-party LLMs, we don't place one on the EU market).
  • We provide signals, audit primitives, and conformity-assessment evidence inputs. We never say compliant or certified. The discipline is enforced in code β€” TestNonClaimsInvariants blocks any release that introduces a compliant/certified field.

β†’ Full Article-by-Article mapping in docs/compliance/eu-ai-act/

Contributions welcome on the compliance docs

The EU AI Act docs are deliberately open to contribution β€” corrections, translations (DE/FR/ES/IT have highest demand), compliance gap reports from deployers building Annex VI internal-control files, and cross-framework mappings (NIST AI RMF, ISO 42001, ENISA, etc.) are all welcome. See CONTRIBUTING-COMPLIANCE.md for the contribution guide, the vocabulary discipline the CI enforces, and what kinds of changes go through which review path.


Security & integrity

No telemetryGraQle does not phone home, collect usage data, or send analytics.
No code uploadSource never leaves your machine unless you opt in to cloud sync.
Secret scanning200+ regex patterns + Shannon-entropy detection + AST scan on every output candidate.
PyPI Trusted PublishingOIDC-only β€” no long-lived API tokens in our pipeline.
Sigstore signaturesEvery wheel signed by our GitHub Actions identity. Verify with graq trustctl verify --version <v>.
CycloneDX SBOMAttached to every GitHub Release.
.pth-file guardPublish pipeline rejects any wheel containing .pth files (the LiteLLM-class attack vector).
Reproducible buildsSOURCE_DATE_EPOCH-pinned, rebuild from tagged source and compare checksums.
Survive-disappearanceProduction audit records anchor to public Sigstore Rekor β€” verifiable even if Quantamix disappears.

β†’ Full disclosure policy: SECURITY.md Β· Report vulnerabilities to security@quantamixsolutions.com


What's new in v0.75.0

The EU AI Act layer is complete. GraQle now offers an optional, configurable EU AI Act (Reg. (EU) 2024/1689) compliance layer β€” off by default, enforced through a tamper-evident, irreversible latch.

  • Configurable + irreversible latch (governance.eu_ai_act in graqle.yaml): once enabled, the layer cannot be silently disabled and blocking cannot be downgraded to advisory. The latch is an ed25519-signed, hash-chained record (.graqle/eu_ai_act_latch.jsonl) β€” not a hand-editable flag β€” so a tamper attempt fails closed and can never turn it off.
  • Enforced compliance phase (CG-EU-AIA) wired into the gate: when enabled, AIA-relevant write tools pass an Article-14 human-oversight check. blocking + low confidence β†’ refused with an audited per-action override path; advisory β†’ recorded + advised, never blocked. Reads, planning, and reasoning are never gated.
  • Light-touch + honest by design β€” a record-keeping / traceability aid (supports Art. 12 / 72), not a hard wall, and not a substitute for human compliance judgement. The latch supports the Act's expectations; it is not "required by the Act."

This completes GraQle's universal-governance arc (constitution-as-code β†’ every client β†’ universal server gate β†’ cost-is-observability β†’ EU AI Act layer).

β†’ Full v0.75.0 changelog


What's new in v0.73.0

Cost is observability, never a quality gate. GraQle never cuts reasoning or debate quality to save money. Every cost path is now advisory: it measures and surfaces spend (the cost-savings story) but never halts still-valuable work.

  • Reasoning continues past budget to natural convergence / max_rounds; the cost of continuing is measured (continuation_cost_usd in result metadata).
  • Multi-backend debate no longer stops on budget β€” it runs to max_rounds and reports over-budget rounds instead.
  • Advisory per-session cost meter in the MCP server surfaces session_cost_usd and a one-time over-budget note β€” purely observational, never blocks a tool, and hardened against malformed cost values.
  • Runaway protection stays value-based (max_rounds + the absolute LLM-call ceiling), never price-based.

β†’ Full v0.73.0 changelog


What's new in v0.72.0

One constitution, every AI client. The governance rulebook now renders into every supported client from a single source β€” including OpenAI Codex via AGENTS.md, which previously had no instruction file. Run graq init and your AI tool pair-programs with a disciplined senior engineer from the first command, whichever tool you use.

  • The constitution (graqle/data/constitution/) β€” governed-tools-only rules, the 9-phase workflow, the full MCP tool inventory, token-cost rules, learned-behaviour workarounds, and a configurable (off-by-default) EU AI Act section. Modular Markdown; edit once, every client stays in sync.
  • Per-client rendering: Claude Code β†’ CLAUDE.md, OpenAI Codex β†’ AGENTS.md (new), Cursor β†’ .cursorrules, Windsurf β†’ .windsurfrules. Append-under-marker and idempotent β€” an existing file is never clobbered.
  • graq gate-install adds a non-destructive permissions backstop to .claude/settings.json (deny native write/exec, allow the governed graq_* tools) behind the existing PreToolUse hook.

β†’ Full v0.72.0 changelog


Recent releases

  • v0.62.0 β€” Runtime R2: graqle govern serve continuous anchoring worker + govern health Article-72 monitoring snapshot.
  • v0.61.0 β€” Runtime R1: FastAPI middleware + @governed decorator. Drop-in governance for any FastAPI app.
  • v0.60.0 β€” Runtime R0 Mode A: GovernedRuntime.attest() and PII-safe pseudonymize_ref().
  • v0.59.0 β€” Layer 5 cryptographic substrate GA: RFC 8785 canonicalisation + RFC 6962 Merkle commitments + ed25519 signatures + Sigstore Rekor anchoring + local replay queue.
  • v0.58.0 β€” EU AI Act Wave 3 substrate (Article 43 conformity-assessment evidence) + OPSF PCT alignment + GRAQLE_WORKTREE_ROOT for parallel-worktree dev.
  • v0.57.0 β€” EU AI Act Wave 2: graq compliance switch single entry-point, Article 14 confidence-gated refusal, claim-limits vocabulary, EUR-Lex drift guard.

β†’ Full changelog


Pricing

TierWhat you get
FreeLocal-only graphs Β· core SDK Β· governance gates Β· EU AI Act surfaces Β· attest() runtime Β· govern serve anchoring (self-hosted, anchored to public Rekor)
Pro β€” $19/moCloud sync Β· priority models Β· hosted Rekor relay
Team β€” $29/dev/moShared KGs Β· team-wide lessons Β· audit log retention Β· SOC 2 evidence pack
EnterpriseOn-prem Β· custom backends Β· dedicated support Β· regulated-deployment SLAs Β· contact us

The free tier is real: the verifier, the runtime attestation path, and the continuous anchoring worker are all in the open-source SDK. Paid tiers add operational scale, team features, and a managed Rekor relay.


Patent & license

Core methods are patent-pending: EP26167849.4 (filed 2026-03-25), EP26162901.8 (CIP), and EP26166054.2 (CogniGraph divisional). The SDK source is fully auditable under the GraQle License β€” see LICENSE. Reimplementation of the patented methods outside this SDK requires a separate patent license.

β†’ github.com/quantamixsol/graqle β€” issues, discussions, contributions welcome.


GraQle is built by Quantamix Solutions. Query your architecture. Prove your AI's decisions.

Related MCP Servers

View all in Developer Tools View all alternatives
  • World Monitor logoWorld Monitor

    Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

    πŸ’» Developer Tools1 views
    Compare vs World Monitor β†’
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • W
    Windows MCP

    An MCP Server for computer-use in Windows OS

    πŸ’» Developer Tools1 views
    Compare vs Windows MCP β†’

Frequently Asked Questions about Graqle

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "graqle": { "command": "npx", "args": ["-y", "Graqle"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewGraqle AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/graqle?style=directory)](https://allmcps.com/mcp/graqle)
HTML Embed
<a href="https://allmcps.com/mcp/graqle"><img src="https://allmcps.com/api/badge/graqle?style=directory" alt="Graqle on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Graqle β†’Install in Claude DesktopInstall in CursorInstall in VS Code