mindsdb/mindsdb

πŸ”— Aggregators
0 Views
0 Installs

Connect and unify data across various platforms and databases with MindsDB as a single MCP server.

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "mindsdb-mindsdb": {
      "command": "npx",
      "args": [
        "-y",
        "mindsdb-mindsdb"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

MindsHub

The unified workspace where open-source models get things done for you.

Make AI do actual work. Swap the model anytime β€” keep everything you've built.

Release Stars License: MIT Python 3.10–3.13

Website Β· Docs Β· Web app Β· Pricing Β· Discord

Read this in: δΈ­ζ–‡ Β· EspaΓ±ol Β· PortuguΓͺs Β· ΰ€Ήΰ€Ώΰ€¨ΰ₯ΰ€¦ΰ₯€

cowork

MindsHub Cowork is the unified workspace where you delegate entire projects β€” apps, websites, research, analysis, reporting, scheduled operations β€” and collect finished, shareable results. Connect your data, route work to any model (open or proprietary), run open-source agents, and turn their output into web applications you can publish. It's open source and runs anywhere β€” your machine, your VPC, or the hosted app.

This repository is the platform superproject: it pulls together the desktop/web app, the agent backend, and the data engine so you can build and run the whole stack from source.

Get started

Pick whichever fits:

Free to start. Pro adds all frontier models and private artifacts β€” see pricing.

What you can do

For every knowledge worker β€” creators, strategists, and operators:

  • Automate repetitive, multi-step work that involves reading and writing: reports, monitoring, recurring workflows, and scheduled operations.
  • Build internal AI tools and artifacts β€” apps, dashboards, decks, docs, analyses β€” without engineering, and publish them to a live URL to share with your team.

What's inside

  • Connected data. A secure vault links systems like BigQuery, Postgres, Gmail, Drive, HubSpot, Notion, and Linear. Credentials stay scoped per connection β€” agents never see raw keys.
  • Model Router. Switch between frontier models (Claude, GPT, Gemini) and open models (DeepSeek, Qwen, Kimi) without wiring up a key for each provider.
  • Open agents. Run interchangeable open-source harnesses β€” Anton (default) and Hermes β€” swappable from a dropdown.
  • Artifacts. Turn agent output into documents, dashboards, apps, and code, and publish to a live URL.
  • Memory, skills & scheduling. Cross-session memory, a reusable skill library, and tasks that run on a schedule.

Build from source

1. Clone the repository

git clone --recurse-submodules https://github.com/mindsdb/minds.git
cd minds

2. Install dependencies

make setup

3. Run

ModeCommand
Desktop app (Electron) with hot reloadmake dev or make watch
Web app in browser with hot reloadmake dev-web
Production buildmake build
Package for macOSmake dist-mac
Package for Windowsmake dist-win
Build macOS .app from local uncommitted sourcemake pack-local
Wipe all local installs + data (fresh start)make flush

Fresh start: make flush removes the local runtime (the cowork-server uv tool and the backend/*/.venvs) and deletes app state in ~/.anton (provider keys) and ~/.cowork (database, hermes, projects). Use it to test the from-scratch install flow or recover from a broken install. It prompts for confirmation β€” pass FORCE=1 to skip. The next make setup or app launch reinstalls everything. ⚠️ This deletes your conversations and saved keys.

Working on feature branches (submodules)

This repo is a superproject that pins each module (frontend, backend/core_api, backend/core_agent, backend/data-vault) to a commit. To work on module branches without polluting git status or fighting over pins:

1. Pick your branches in a gitignored dev.env (copy the template):

cp dev.env.example dev.env      # then set REF=feat/my-thing (or per-module API_REF=…)

2. make follows it β€” one knob, both run paths:

CommandWhat it does
make usecheck out your dev.env refs across all submodules
make dev / make watchrun the Electron app with live reload against local source
make dev-webrun the web SPA with live reload against local source
make server + make app(re)install the desktop server from the configured branch, then launch
make server-local + make app-localinstall the desktop server from local uncommitted source, then launch
make pack-localbuild the macOS .app from local uncommitted source (no push needed)
make refsshow which refs the next run will use
make baselinereset submodules to the pinned commits
make pinrecord the current submodule commits as the superproject's pins (one deliberate commit)

Submodules are configured with ignore = all, so your branch work never shows up as superproject changes β€” the parent git status stays clean. Pins move only via make pin. See CLAUDE.md for the full workflow.

Deploy anywhere

Cowork is built for flexible deployment β€” cloud, VPC, on-prem, air-gapped, and hybrid infrastructure β€” so you keep full control over your infrastructure, models, permissions, and data.

Help & support

🀝 Contribute

Cowork is open source and contributions are welcome β€” code, integrations, docs, bug reports, and feature ideas. Read the docs to get set up, browse open issues, and say hi on Discord.

πŸ”’ Security

Found a security vulnerability? Please don't open a public issue. Report it privately through our security policy.

πŸ“š Resources

πŸ“„ License

This repository is released under the MIT License. Bundled components are governed by their own licenses β€” see each submodule's repository for details.

(back to top)

Related MCP Servers

thebrierfox/the-stall

πŸ“‡ ☁️ - 209 pay-per-call AI capabilities via x402 USDC micropayments on Base mainnet. Covers US/global equities, crypto/DeFi analytics, options chains, dealer GEX, macro indicators, congressional trades, prediction markets, on-chain intelligence, EVM & Solana analysis, SEC filings, weather, aviation, and more. No API key β€” pay per call from $0.001 USDC.

πŸ”— Aggregators2 views
1mcp/agent

πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - A unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.

πŸ”— Aggregators0 views
2s-io/sdk

πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Unified API for AI agents β€” 180+ tools across geocoding, weather (NWS), climate stations (NOAA), earthquakes (USGS), tides (NOAA), points of interest (OpenStreetMap), patents (USPTO ODP), US case law (CourtListener / Free Law Project), Federal Register, Wikipedia, scientific papers (arXiv / PubMed / Semantic Scholar), AI summarize / translate / extract / screenshot / image-describe, image compression, DNS / WHOIS, crypto address-validate + EVM gas oracle, OFAC sanctions screening, US Census ACS demographics, airport / ZIP lookup. Sub-cent to a few cents per call in USDC on Base via x402 β€” no API keys, no signup. npx -y @2sio/mcp

πŸ”— Aggregators0 views
8randonpickart5/alderpost-mcp

πŸ“‡ ☁️ - 8 bundled intelligence endpoints (security, company, threat, compliance, sales, sports, property, health) via x402 micropayments on Base.

πŸ”— Aggregators0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

No check timestamp yet.

Unclaimed listing (imported or pending owner verification). Claim 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 and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

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