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.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • 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 BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs 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 BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Ā© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧠 Knowledge & Memory
  3. Bitatlas
Bitatlas logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 2:02:16 PM

Bitatlas

User RatingsBe the first to rate and review this MCP server!
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website
file-systemsencryptioncloud-storagemcp

Encrypted cloud vault with MCP tools for uploading, downloading, searching, and organizing files.

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
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON ā–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "bitatlas-group-bitatlas": {
      "command": "npx",
      "args": [
        "-y",
        "@bitatlas/mcp-server"
      ]
    }
  }
}

šŸ’” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives🧠 More in Knowledge & Memory

Overview

bitatlas-group/bitatlas provides an MCP server for managing files in an encrypted cloud vault. Files are encrypted client-side with AES-256-GCM before upload, so the service does not receive plaintext files or encryption keys. Configure the server with an API key and derived master key, then use it from supported MCP clients such as Claude Desktop. Reach for it when an agent needs to work with sensitive documents while keeping encryption under client or SDK control.

Use cases

•Upload sensitive documents to an encrypted vault
•Search files from an AI agent
•Download documents through MCP
•Organize personal records in a private vault

Key features

•Seven MCP tools for encrypted vault management
•Client-side AES-256-GCM encryption
•File upload and download
•Search and organization capabilities
•API key and derived master key configuration
•Optional x402 payments with USDC on Base

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Bitatlas.

Extracted Tool Capabilities
Seven MCP tools for encrypted vault management
Client-side AES-256-GCM encryption
File upload and download
Search and organization capabilities
API key and derived master key configuration
Optional x402 payments with USDC on Base

How Bitatlas works

What bitatlas-group/bitatlas does

bitatlas-group/bitatlas connects AI agents to a personal cloud vault through the Model Context Protocol. Its documented MCP interface contains seven tools for encrypted file-vault management, including uploading, downloading, searching, and organizing files. The repository describes the vault as suitable for sensitive material such as identity documents, property deeds, medical records, and other digital assets.

The project is designed around zero-knowledge storage. Files are encrypted before they are uploaded, and the server is not given plaintext content or encryption keys. This makes the server relevant for workflows where an agent needs controlled access to documents without placing unencrypted files in the storage service.

How it works

Encryption occurs in the browser or through the SDK encryption layer before a file reaches cloud storage. The stated encryption scheme is AES-256-GCM. Agents interact with the vault through the MCP server, while the user or authorized agent retains access to the encrypted data through the configured client-side setup.

The project also documents an x402 payment option for anonymous access. Under that model, agents can pay with USDC on Base without an account, API key, or KYC, and stored files include 30 days of storage with pay-to-renew. The supplied MCP configuration uses API credentials instead, so the applicable access method depends on how the service is being used.

Setup and configuration

The README provides an npm-based MCP configuration using the @bitatlas/mcp-server package:

config.json
{
  "mcpServers": {
    "bitatlas": {
      "command": "npx",
      "args": ["-y", "@bitatlas/mcp-server"],
      "env": {
        "BITATLAS_API_KEY": "your-api-key",
        "BITATLAS_MASTER_KEY": "your-derived-master-key"
      }
    }
  }
}

Set BITATLAS_API_KEY and BITATLAS_MASTER_KEY in the MCP client configuration. The first identifies the API credential used by the example setup; the second supplies the derived master key used with the vault's encryption model. Keep both values outside source control and replace the example values with credentials from your BitAtlas setup.

The repository identifies Claude Desktop and OpenClaw as agent examples. Of the clients covered by this directory, Claude Desktop is explicitly named in the project material.

Tools and capabilities

The documented MCP surface contains seven tools for working with an encrypted file vault. The provided material supports these capability areas:

  • Upload files to the vault.
  • Download files from the vault.
  • Search stored files.
  • Read and manage vault content.
  • Organize files within the vault.

Exact tool names, argument schemas, filtering options, and folder operations are not specified in the supplied README excerpt, so integrations should inspect the server's published tool definitions before building against them.

bitatlas-group/bitatlas is a fit for document assistants, private records workflows, and agent tasks that need file operations with client-side encryption. It is less suitable when an application requires plaintext server-side indexing or when the agent cannot securely provide the required key material.

Using this bitatlas-group/bitatlas MCP server

Always refer to the official documentation for the most accurate and up-to-date information on how to configure and run this server.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Moxie Docs MCP logoMoxie Docs MCP
    ā˜… Featured

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

    🧠 Knowledge & Memory21 views
    Compare vs Moxie Docs MCP →
  • Scrivener MCP logoScrivener MCP

    Connect Scrivener 3 writing projects to Claude and other AI assistants. 47 tools for document management, writing analysis, semantic search, character/plot memory, and content enhancement. Progressive skill loading, relationship engine with HMS triplets, and JS fallback for offline semantic search. npm i -g scrivener-mcp

    🧠 Knowledge & Memory16 views
    Compare vs Scrivener MCP →
  • Context7 logoContext7

    Up-to-date code documentation for LLMs and AI code editors.

    🧠 Knowledge & Memory7 views
    Compare vs Context7 →
  • MCP Obsidian logoMCP Obsidian

    Universal AI bridge for Obsidian vaults using MCP. Provides safe read/write access to notes with 11 comprehensive methods for vault operations including search, batch operations, tag management, and frontmatter handling. Works with Claude, ChatGPT, and any MCP-compatible AI assistant.

    🧠 Knowledge & Memory4 views
    Compare vs MCP Obsidian →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
1
Stargazers on the source repository.
npm downloads
233
Package downloads in the last 30 days.
Last commit
3d ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Bitatlas

Run `npx -y @bitatlas/mcp-server` through an MCP client configuration, and provide `BITATLAS_API_KEY` and `BITATLAS_MASTER_KEY`.

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

Technical Specs & Signals

Category🧠Knowledge & Memory
PricingBring your own API key (usage-based cost)
More technical detailsExpand ā–¾
TransportSTDIO
RuntimeNode.js
AuthAPI key
LicenseMIT
ClientsClaude Desktop
Last updatedSep 9, 2026
10/10 checks healthy over the last 33d
Views3
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 stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit3d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 9, 2026
npm downloads233/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
55Quality signal: Good Ā· 55/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 & tools24/30
Adoption & activity7/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.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 21d ago via OSV.dev Ā· @bitatlas/mcp-server (npm)

ā˜… 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 unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge 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 🧠 Knowledge & Memory →Best MCP servers for Memory & Knowledge →Alternatives to Bitatlas →Install in Claude DesktopInstall in CursorInstall in VS Code