Database
| Server | Language | Stars | Downloads |
|---|---|---|---|
| Astra DB Integrates with Astra DB, enabling cloud-native database operations for scalable data storage and retrieval in AI applications. | TypeScript | 39 | — |
| Astro Astrological computation with natal charts, transits, aspects, composite and Davison charts via SQLite storage. | Python | 0 | — |
| Athenic Transform Your AI Assistant into a True Business Automation Platform Athenic is the only MCP server that lets ChatGPT, Claude, and other AI assistants actually do the work — autonomously running complex, multi-step business workflows on your behalf. ⸻ Why Athenic? Your Assistant Can Finally Take Action Most MCP servers only handle basic data lookups. Athenic adds an AI workforce to your assistant — so instead of just telling you what to do, it gets it done. What Sets Athenic Apart 🚀 Long-Running Autonomous Tasks Athenic runs for hours, not minutes. Ask your assistant to “research my top 10 competitors and prepare a report” — and return to find a full, sourced analysis waiting for you. 🤖 Multi-Agent Coordination Athenic orchestrates multiple AI agents — research, marketing, analytics — working together to complete full workflows end-to-end. 🎯 Organization-Specific Intelligence It learns your business. Connect your CRM, social accounts, and internal docs so when you ask “create a social campaign,” it already knows your voice, audience, and channels. ⚡ Execution, Not Just Advice Post content, schedule tasks, publish blogs, analyze results — all automatically, with optional approval steps for sensitive actions. ⸻ Use Cases For Startup Founders • “Build our social presence” → Athenic creates, schedules, and optimizes posts across Twitter, LinkedIn, and Bluesky. • “Research our market” → It identifies competitors, finds potential partners, drafts outreach, and tracks responses. For Growth Marketers • “Optimize our SEO” → Athenic researches trends, writes optimized content, builds links, and monitors rankings. • “Run a competitive analysis” → It tracks competitors’ pricing, launches, and campaigns — and alerts you to opportunities. For Operations Teams • “Every Monday, send me a CRM performance report” → Automated data pulls, analysis, and summaries. • “Analyze support tickets for patterns” → Finds recurring issues and suggests improvements automatically. ⸻ Key Features 🔗 Universal Assistant Integration Works seamlessly with: • ChatGPT (Apps SDK) • Claude Desktop (native MCP) • Cursor (development workflows) • Any MCP-compatible client 🛠️ Dynamic Tool Ecosystem Athenic automatically generates tools from your connected services: • Research (PubMed, arXiv, web search) • Social Media (LinkedIn, Twitter, Bluesky) • Business Tools (CRM, analytics, email) • Knowledge Base (RAG-powered queries) 📊 Live Progress Tracking See every workflow unfold in real time — progress bars, execution steps, results, and error logs — all within your AI interface. 🔐 Enterprise-Grade Security API Key, OAuth 2.1, or Anonymous access. Encrypted data, SOC 2–compliant infrastructure, and organization-level isolation. ⸻ Real-World Scenarios Content Marketing: “Write a blog post about AI in healthcare, optimize it, and promote it.” Athenic researches, drafts, schedules posts, and tracks engagement — entirely autonomously. Competitive Intelligence: “Monitor our top competitors and alert me to major changes.” Athenic scrapes, analyzes, and summarizes — only pinging you when it matters. Partnership Outreach: “Find 20 YouTube creators for collaboration.” Athenic discovers, qualifies, contacts, and tracks creators — from start to signed deal. ⸻ For Developers • Protocol: MCP 2024-11-05 • Transport: Streamable HTTP (long-running ops) • Auth: OAuth 2.1, API Keys, Anonymous • UI: ChatGPT Apps SDK + Skybridge • Realtime: Supabase Realtime Example Config: { "mcpServers": { "athenic": { "url": "https://getathenic.com/api/mcp", "transport": "streamable-http", "headers": { "X-API-Key": "ath_live_your_key_here" } } } } One config gives your assistant the ability to orchestrate workflows, access tools, run multi-agent systems, and query your org’s private data. ⸻ Pricing Free Tier: 20 credits, all integrations, community support. Pro: 1,000+ credits, advanced workflows, priority support. Enterprise: Dedicated infrastructure, SLAs, custom agents, white-label options. ⸻ Get Started 1. Visit getathenic.com 2. Create an API key 3. Add it to your MCP client 4. Start delegating complex tasks Or test instantly with anonymous access: { "mcpServers": { "athenic": { "url": "https://getathenic.com/api/mcp", "transport": "streamable-http" } } } ⸻ Why Teams Choose Athenic “We cut social media time by 90% while increasing engagement.” — Sarah K., TechStart “Athenic’s research agent replaced a whole analyst team.” — Michael R., DataCorp “I approve final posts, but everything else runs itself.” — Lisa T., GrowthCo ⸻ The Future of AI Assistants Most assistants advise. Athenic acts. Stop prompting — start delegating. 👉 getathenic.com | — | — | — |
| Atlas Vector Search Docs Provides semantic search and document retrieval using MongoDB Atlas Vector Search with Voyage AI embeddings, enabling intelligent querying across markdown documentation with hierarchical chunking and contextual understanding. | — | 2 | — |
| Atomic CRM Enables secure querying of Atomic CRM data including contacts, companies, deals, and tasks through Supabase with OAuth 2.1 authentication and Row Level Security enforcement. | — | 3 | — |
| Australian Postcodes Provides fast postcode and suburb lookup services for Australia with fuzzy matching, phonetic search, and geographic radius queries using SQLite database of 17,000 locations. | — | 5 | — |
| Auto Causal Inference Automates causal inference analysis on SQLite banking data by using LLM-guided variable classification to generate causal graphs and estimate Average Treatment Effects through DoWhy statistical methods with plain-language business summaries. | — | 23 | — |
| AutoMem AutoMem is a graph-vector memory service that gives AI assistants durable, relational memory: | Python | 675 | — |
| awesome-mongodb :leaves: A curated list of awesome MongoDB resources, libraries, tools and applications | — | 2.6k | — |
| awesome-mysql A curated list of awesome MySQL software, libraries, tools and resources | Python | 2.6k | — |
| awesome-openclaw A curated list of OpenClaw resources, tools, skills, tutorials & articles. OpenClaw (formerly Moltbot / Clawdbot) — open-source self-hosted AI agent for WhatsApp, Telegram, Discord & 50+ integrations. | — | 820 | — |
| awesome-openclaw-skills Top OpenClaw skills, with the most popular and useful ones. | Python | 509 | — |
| awesome-surreal A curated list of SurrealDB resources, tools, utilities, and applications. | — | 540 | — |
| Awesome-Text2SQL Curated tutorials and resources for Large Language Models, Text2SQL, Text2DSL、Text2API、Text2Vis and more. | — | 3.5k | — |
| AWS Athena Integrates with AWS SDK to execute SQL queries against Athena databases, enabling large-scale data analysis and business intelligence for AWS data lakes. | TypeScript | 39 | — |
| AWS RDS MySQL Provides direct SQL execution access to AWS RDS MySQL databases with safety measures that block dangerous operations while supporting standard queries, data modifications, and database administration tasks. | — | 1 | — |
| Azure Cosmos DB Enables natural language interaction with Azure Cosmos DB for querying, creating, and managing databases, containers, and items through Go-based tools supporting both key authentication and managed identities. | — | 6 | — |
| azure-cosmos-mcp-server-samples This repository contains a collection of sample implementations of the MCP across multiple programming languages, all backed by Azure Cosmos DB. These examples demonstrate how to create, query, update, and delete documents using the Azure Cosmos DB SDKs | Go | 64 | — |
| Azure Data Explorer Integrates with Azure Data Explorer to enable executing KQL queries, discovering database resources, exploring table schemas, and sampling data for data analysis and insights generation. | Python | 54 | — |
| Azure Data Explorer (Kusto) Integrates with Azure Data Explorer to enable listing databases, retrieving table schemas, and executing KQL queries for data analysis and exploration. | — | 3 | — |
| bachstudio-teradata-mcp-server Model Context Protocol (MCP) server for Teradata, Community edition by BachStudio | Python | — | — |
| BarrHawk Premium E2E Self-healing E2E testing framework with tripartite architecture that automatically recovers from application changes and failures using browser automation, database validation, performance regression detection, and flaky test analysis. | — | 15 | — |
| bdash Simple SQL Client for lightweight data analysis. | TypeScript | 1.5k | — |
| Beacon Personal knowledge base with semantic search powered by Supabase and pgvector. | — | 0 | — |
| Bear Connects to Bear's local SQLite database to provide read-only access for searching notes by text or tags, retrieving complete note content, browsing available tags, and listing tagged notes for knowledge base exploration and research workflows. | — | 1 | — |