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.

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
  • 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 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. Databases
  3. Freebase.cloud
Freebase.cloud logo
Health: ActiveRecent health check succeeded.Last checked 8/26/2026, 11:32:01 PM

Freebase.cloud

User RatingsBe the first to rate and review this MCP server! 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

Free cloud databases over MCP: query, store, list and annotate across 15 engines.

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": {
    "freebase-cloud": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://freebase.cloud/api/mcp/YOUR_TOKEN",
        "--transport",
        "http-only"
      ]
    }
  }
}

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

Install Directory Badge Claim listing AlternativesπŸ—„οΈ More in Databases

Documentation Overview

free-database-mcp-server

15 engines MCP 2026-07-28 Transport Clients MIT

A reference for connecting any MCP client to a free cloud database. Fifteen engines, one endpoint shape, four tools per connection β€” with every engine's version and dialect, every client's config file and its exact key names, and a troubleshooting section built from the mistakes those key names cause. For a task-oriented walkthrough, the companion repo mcp-database-server-free is organised by job.

Jump to: engines Β· access model Β· tools Β· client setup Β· troubleshooting Β· picking an engine Β· examples

Engines

EngineVersionDialectCLI it speaksPortAccess
PostgreSQL16.2SQLpsql5432Native TCP + HTTP + MCP
MySQL8.0.36SQLmysql3306HTTP + MCP
MongoDB7.0.4Document / NoSQLmongosh27017Native TCP + HTTP + MCP
Redis7.2.3Key-Value / In-Memoryredis-cli6379Native TCP + HTTP + MCP
SQLite3.45.1SQLsqlite3β€”HTTP + MCP
Apache Cassandra4.1.4Wide-Column / CQLcqlsh9042HTTP + MCP
DynamoDB2024.1Key-Value / Documentaws CLIβ€”HTTP + MCP
ClickHouse24.1.5Columnar / OLAP SQLclickhouse-client9000HTTP + MCP
Elasticsearch8.12.0Search / Query DSLcurl / ES client9200HTTP + MCP
Neo4j5.17.0Graph / Cyphercypher-shell7687HTTP + MCP
MariaDB11.3.2SQLmysql3306HTTP + MCP
InfluxDB2.7.4Flux / InfluxQLinflux8086HTTP + MCP
Prometheus2.50.1PromQLpromtool / curl9090HTTP + MCP
TimescaleDB2.14.2SQL (PostgreSQL + Timescale)psql5432HTTP + MCP
CockroachDB23.2.4SQL (PostgreSQL-compatible)cockroach sql / psql26257HTTP + MCP

Port is the port that engine's protocol conventionally uses β€” it tells you which dialect and client tooling apply, not that a socket is listening. Each engine has a page at https://freebase.cloud/free-<slug>-cloud-instance (slugs: postgresql, mysql, mongodb, redis, sqlite, cassandra, dynamodb, clickhouse, elasticsearch, neo4j, mariadb, influxdb, prometheus, timescaledb, cockroachdb), plus a Claude guide at https://freebase.cloud/how-to-connect-claude-to-<slug> β€” for example the Elasticsearch instance page.

How access works

Two distinct paths. Confusing them is the source of most setup trouble.

Native wire protocol β€” three engines. PostgreSQL, Redis and MongoDB accept real drivers over their real protocols: psql/libpq/Prisma/SQLAlchemy/pgx, redis-cli/ioredis/redis-py/Lettuce over RESP2, mongosh/Mongoose/the native driver over OP_MSG. Nothing is proxied or reshaped.

Code
postgresql://freebase@HOST:5432/DBNAME    redis://HOST:6379    mongodb://HOST:27017/DBNAME

HTTP and MCP β€” all fifteen. The other twelve are reached through the hosted HTTP query API and through MCP. They speak their own dialects β€” CQL to Cassandra, Cypher to Neo4j, Flux to InfluxDB β€” but the transport is HTTP, not a raw socket. If you are wiring up an AI assistant this is the path you want regardless of engine, because it is identical for all of them:

Code
https://freebase.cloud/api/mcp/YOUR_TOKEN

The token sits in the URL path, so no Authorization header appears anywhere in this document. The consequence: the URL is the credential. Don't commit it, don't paste it into a shared config, and rotate it from Settings β†’ MCP if you do either. Transport is Streamable HTTP, which uses server-sent events internally for streamed responses β€” not the same thing as the deprecated HTTP+SSE transport with its separate /sse endpoint and POST /messages. Clients offering both: choose streamable.

The four tools

Four tools per connection, prefixed with the connection name you chose, not the engine name. A connection called db gives you:

ToolPurposeWhat it means per engine
db_queryRead, in the engine's native languageSQL Β· CQL Β· Cypher Β· Flux Β· PromQL Β· ES query DSL Β· Mongo find/aggregate Β· Redis commands
db_storeInsert, upsert, writeINSERT Β· MERGE Β· _bulk Β· line protocol Β· SET Β· PutItem
db_list_tablesEnumerate containerstables Β· collections Β· keyspaces Β· indices Β· measurements Β· metric names Β· keys
db_annotate_tableAttach a human description to a containerso the model knows what the columns mean

Two engines add helpers: PostgreSQL gets pg_dump, pg_restore and pg_tables; SQLite gets sqlite_master and sqlite_version.

Use annotate_table. Highest-return five minutes in this document. A model that can list your tables still has to guess whether status holds 'active' or 1, whether amount_cents is cents or dollars, and whether deleted_at IS NULL is how you filter. One paragraph per table, written once, persists on the connection and applies to every conversation in every client using that token.

Quickstart

Sign up on the freebase.cloud dashboard (no card), create a session, pick an engine, then Settings β†’ MCP β†’ New Token β†’ select the connection β†’ copy the URL. Confirm it works before configuring any client β€” four tool names printed means anything still broken is configuration:

server.ts
export FREEBASE_MCP_URL="https://freebase.cloud/api/mcp/YOUR_TOKEN"
python3 examples/list_tools.py

Client setup

ClientConfig locationTop-level keyURL keytype value
Claude Desktop / web / CoworkUI onlyβ€”β€”β€”
Claude Code.mcp.json / user configmcpServersurl"http" (required)
ChatGPTUI (developer mode)β€”β€”β€”
OpenAI Responses APIrequest bodytools[]server_url"mcp"
Cursor~/.cursor/mcp.json or .cursor/mcp.jsonmcpServersurlomit entirely
Windsurf~/.codeium/windsurf/mcp_config.jsonmcpServersserverUrlβ€”
VS Code / Copilot Chat.vscode/mcp.jsonserversurl"http"
Zedsettings.jsoncontext_serversurlβ€”
ClineMCP settings JSONmcpServersurl"streamableHttp"
Roo Code.roo/mcp.jsonmcpServersurl"streamable-http"
Gemini CLIsettings.jsonmcpServershttpUrlβ€”
WarpSettings β†’ AI β†’ Manage MCP servers(none)urlβ€”
n8nMCP Client Tool nodeβ€”Endpoint fieldHTTP Streamable
LangChain / LlamaIndexPythonβ€”url"http"

Claude Desktop, Claude web, Cowork

UI only. Settings (⌘, / Ctrl+,) β†’ Connectors (Customize β†’ Connectors in newer builds) β†’ Add custom connector β†’ paste the URL β†’ Add. Enable per conversation with the + button in the composer. Available on Free, Pro, Max, Team and Enterprise; Free accounts get one custom connector. claude_desktop_config.json has no representation for a remote HTTP MCP server β€” a post telling you to add one there predates streamable HTTP. The engine-specific version of these steps lives at how to connect Claude to PostgreSQL and its siblings for the other slugs.

Claude Code

Terminal
claude mcp add --transport http db https://freebase.cloud/api/mcp/YOUR_TOKEN
#   --scope project  writes .mcp.json (commit it, minus the token) | --scope user = all projects
config.json
{ "mcpServers": { "db": { "type": "http", "url": "https://freebase.cloud/api/mcp/YOUR_TOKEN" } } }

streamable-http is accepted as an alias for http.

ChatGPT

Settings β†’ Apps β†’ Advanced settings β†’ enable developer mode β†’ Apps β†’ Create β†’ paste the endpoint β†’ Auth None β†’ Scan Tools β†’ Create. Also check Settings β†’ Connectors; OpenAI's two docs pages disagree about where this lives. Developer mode is documented for Pro, Plus, Business, Enterprise and Edu; full write access is currently rolling out to Business, Enterprise and Edu workspaces, so on some plans you get read-only tool access today.

OpenAI Responses API

config.json
{
  "model": "gpt-5.6",
  "tools": [{
    "type": "mcp",
    "server_label": "db",
    "server_description": "Free cloud database β€” query and store structured data.",
    "server_url": "https://freebase.cloud/api/mcp/YOUR_TOKEN",
    "require_approval": "never"
  }],
  "input": "List the tables in my database."
}

Cursor, Windsurf, VS Code, Zed

json
// ~/.cursor/mcp.json  or  .cursor/mcp.json     β€” NO "type" key
{ "mcpServers": { "db": { "url": "https://freebase.cloud/api/mcp/YOUR_TOKEN" } } }

Read the full README on GitHub β†’

Related MCP Servers

View all in Databases View all alternatives
  • Wgong Sqlite MCP Server logoWgong Sqlite MCP Server

    Explore, query, and inspect SQLite databases with ease. List tables, preview results, and view det…

    πŸ—„οΈ Databases0 views
    Compare vs Wgong Sqlite MCP Server β†’
  • Genai Toolbox logoGenai Toolbox

    Open source MCP server specializing in easy, fast, and secure tools for Databases.

    πŸ—„οΈ Databases4 views
    Compare vs Genai Toolbox β†’
  • Bigquery MCP logoBigquery MCP

    A SnowLeopardAI-managed MCP server that provides access to Google BigQuery data.

    πŸ—„οΈ Databases0 views
    Compare vs Bigquery MCP β†’
  • MCP Server Mysql logoMCP Server Mysql

    MySQL database integration in NodeJS with configurable access controls and schema inspection

    πŸ—„οΈ Databases3 views
    Compare vs MCP Server Mysql β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Freebase.cloud

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

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

Technical Specs & Signals

CategoryπŸ—„οΈDatabases
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.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
36Quality signal: Fair Β· 36/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 & 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.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 2h ago via OSV.dev Β· http-only (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 πŸ—„οΈ Databases β†’Best MCP servers for Databases β†’Alternatives to Freebase.cloud β†’Install in Claude DesktopInstall in CursorInstall in VS Code