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. πŸ”’ Security
  3. Arkon Vault
A
Health: ActiveRecent health check succeeded.Last checked 8/11/2026, 12:01:43 AM

Arkon Vault

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 RepositoryVisit Website

Private projects, preflight, decisions, and handoffs that keep work continuous across AI tools.

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": {
    "arkon-vault": {
      "command": "npx",
      "args": [
        "-y",
        "https://vault.arkoncybersecurity.com/mcp"
      ]
    }
  }
}

πŸ’‘ 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 Security

Documentation Overview

Arkon Vault connector

Arkon Vault is the AI work continuity platform: one private brain for every AI you use, so work continues instead of restarting.

This public connector package links MCP-capable assistants to the hosted Arkon Vault service. It contains only installation metadata and continuity guidance. The Arkon Vault application, hosted service, customer data, and credentials are not included in this repository.

What the connector does

  • Runs a preflight before substantial work so the assistant sees the current project, vision, and next step.
  • Searches shared projects and decisions across connected AI tools.
  • Creates, accepts, checkpoints, and completes structured handoffs.
  • Detects likely work collisions before parallel sessions create conflicting forks.
  • Keeps each account and workspace privately isolated.

Connect

The production Streamable HTTP MCP endpoint is:

text
https://vault.arkoncybersecurity.com/mcp

Arkon Vault uses OAuth with dynamic client registration. A compatible client opens the Arkon Vault sign-in and workspace approval flow automatically when the connector is first used.

Google terminal clients

Google now directs individual terminal users to Antigravity CLI. Existing Gemini CLI MCP settings are migrated automatically. For a fresh setup, add the production endpoint above as a remote MCP server in the client.

Gemini CLI remains available for eligible enterprise and API-key users. Where the extension command is supported:

shell
gemini extensions install https://github.com/Havix0101/arkon-vault-connector

Arkon Vault does not currently claim publication in Google's extension gallery.

Cursor

After marketplace approval, search for Arkon Vault in the Cursor Marketplace or run:

text
/add-plugin arkon-vault

Other MCP clients

Add the remote server URL above using Streamable HTTP. Clients that support MCP OAuth discovery should not require a manually copied token.

Grok

Open Connectors, choose New Connector β†’ Custom, and enter the production MCP endpoint. Grok will discover Arkon Vault's OAuth flow and tools.

Mistral Work / Le Chat

Open Connectors, choose Add Connector β†’ Custom MCP Connector, name it arkon-vault, and enter the production MCP endpoint.

GitHub Copilot and VS Code

Search for Arkon Vault in an MCP registry-enabled client, or add the production endpoint as a remote HTTP MCP server. The official registry identifier is:

text
io.github.Havix0101/arkon-vault

Recommended workflow

  1. Call vault_preflight before starting substantial work.
  2. Continue the most relevant active project or handoff instead of creating a parallel fork.
  3. Use vault_checkpoint_handoff after a meaningful milestone and at least every 60 minutes during accepted work.
  4. Record durable choices with vault_log_decision.
  5. Post or complete a handoff before leaving the session.

Never store passwords, API keys, session cookies, or other secrets in project notes or handoffs.

Links

  • Product: https://vault.arkoncybersecurity.com
  • Privacy: https://vault.arkoncybersecurity.com/privacy
  • Terms: https://vault.arkoncybersecurity.com/terms
  • Support: https://vault.arkoncybersecurity.com/support
  • Email: support@arkoncybersecurity.com

License

The connector metadata and workflow guidance in this repository are licensed under the MIT License. The Arkon Vault application and hosted service are separate proprietary software and are not licensed by this repository.

Related MCP Servers

View all in Security View all alternatives
  • Mcp Maigret logoMcp Maigret

    MCP server for maigret, a powerful OSINT tool that collects user account information from various public sources. This server provides tools for searching usernames across social networks and analyzing URLs.

    πŸ”’ Security3 views
    Compare vs Mcp Maigret β†’
  • Agentward logoAgentward

    Permission control plane for AI agents. MCP proxy that enforces least-privilege YAML policies on every tool call, classifies sensitive data (PII/PHI), detects dangerous skill chains, and generates compliance audit trails. Supports stdio and HTTP proxy modes.

    πŸ”’ Security2 views
    Compare vs Agentward β†’
  • Emilia Protocol logoEmilia Protocol

    Human sign-off + trust receipts for AI agents: requires a named human's approval before an irreversible action (payment release, record change, deploy), then mints an offline-verifiable Ed25519 Trust Receipt. Also exposes trust profiles, receipt verification, disputes, and delegation. Apache-2.0; policy engine formally verified. Install: npx -y @emilia-protocol/mcp-server.

    πŸ”’ Security1 views
    Compare vs Emilia Protocol β†’
  • Shield logoShield

    Local guardrail proxy for AI coding agents. Wraps any MCP server (stdio or Streamable HTTP) and blocks destructive tool calls β€” DROP TABLE, rm -rf, force-push β€” before they execute. MCP supply-chain protection: TOFU tool-catalog pinning against rug pulls, plus tool-description and tool-result scanning for tool poisoning and prompt injection. 51 starter rules, approval gates, audit logging. Single binary, Apache-2.0.

    πŸ”’ Security3 views
    Compare vs Shield β†’

Frequently Asked Questions about Arkon Vault

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "arkon-vault": { "command": "npx", "args": ["-y", "Arkon Vault"] } }

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 PreviewArkon Vault AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/arkon-vault?style=directory)](https://allmcps.com/mcp/arkon-vault)
HTML Embed
<a href="https://allmcps.com/mcp/arkon-vault"><img src="https://allmcps.com/api/badge/arkon-vault?style=directory" alt="Arkon Vault on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ”’Security
More technical detailsExpand β–Ύ
TransportSSE (Remote)
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.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit11d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 31, 2026
40Quality signal: Fair Β· 40/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 ownership10/20
Documentation & tools16/30
Adoption & activity4/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.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your 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.

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 πŸ”’ Security β†’Best MCP servers for Security β†’Alternatives to Arkon Vault β†’Install in Claude DesktopInstall in CursorInstall in VS Code