Armory
Source

Leaderboard

Scored on public signals; components with none are listed as Unranked · Formula

RankScoreComponentDescriptionEvidenceLast commitInstall
90138.412precis-mcpmcp · databaseA uniform API for agents to read, write, and search across papers, documents, code, and personal state, using PostgreSQL with pgvector for hybrid…3 starsNo one-command install · Source
90138.412nlqueriesmcp · databaseNatural language to SQL engine with multi-connector support (PostgreSQL, MySQL, Snowflake, BigQuery, DuckDB), document QA, semantic caching, and…3 starsNo one-command install · Source
90138.412llm-usage-cost-trackermcp · databaseA local-first, multi-provider cost meter for LLM usage, exposed as MCP tools. Captures every call into a local SQLite ledger and lets any coding agent…3 starsNo one-command install · Source
90138.412pathmarkmcp · databaseLocal-first memory for MCP clients. It provides shared durable memory without requiring hosted accounts, vector databases, or API keys, and works with…3 starsNo one-command install · Source
90138.412hipocampomcp · databaseDual-memory MCP system with PostgreSQL 17 + pgvector + NVIDIA NIM embeddings. 11 tools: search, save, profile, health, auto-repair, stats, tune…3 starsNo one-command install · Source
90138.412gitcontributemcp · databaseMCP server that helps coding agents research and prepare GitHub contributions by gathering repository guidance, related work, code context, and…3 starsNo one-command install · Source
90138.412db-mcp-gatewaymcp · databaseProvides read-only access to databases for MCP-compatible AI tools, allowing schema exploration and SELECT queries without exposing credentials or…3 starsNo one-command install · Source
90138.412sqlserver-semantic-mcpmcp · databaseProvides a semantic intelligence layer for SQL Server databases, enabling AI agents to understand schema structure, relationships, and safely interact…3 starsNo one-command install · Source
90138.412oraclemcpmcp · databaseGoverned, least-privilege Oracle Database access for AI agents via the Model Context Protocol, enabling schema introspection, DDL, ad-hoc queries, and…3 starsNo one-command install · Source
90138.412brokremcp · databaseLocal credential broker that enables AI agents to securely run CLI tools like SSH and MySQL without exposing passwords to the AI context, environment…3 starsNo one-command install · Source
90138.412geond-agent-protocolmcp · databaseLocal-first shared memory and coordination layer for AI coding agents, with repository evidence, reservations, handoffs, code graph context, and…3 starsNo one-command install · Source
90138.412gh-musharna-plant-genomicsmcp · databaseAccess 32 plant genomics tools across 11 biological databases via MCP.3 starsNo one-command install · Source
90138.412mcp-redis-monitormcp · databaseFastMCP server with read-only tools to monitor Redis — queue depths, Celery queue status, connected clients, server/memory info, and per-database key…3 starsNo one-command install · Source
90138.412opencode-history-mcpmcp · databaseSearch past OpenCode conversation history before starting new work on a module or file, via a local read-only FTS5 index built from OpenCode's own…3 starsNo one-command install · Source
90138.412data-studio-mcp-servermcp · databaseEnables AI coding agents to securely access 70+ SQL and NoSQL databases via dockit and sqlkit, using plain language queries. It provides a three-tier…3 starsNo one-command install · Source
90138.412domdomegg-open-food-factsmcp · databaseSearches and contributes to the Open Food Facts open food database.3 starsNo one-command install · Source
90138.412ctxmemmcp · databaseProvides AI agents with persistent, local, and shareable project memory by storing decisions and code context in a searchable SQLite index, supporting…3 starsNo one-command install · Source
90138.412taylorleese-toolzmcp · databaseManages conversation contexts, code snippets, and todo lists across sessions through SQLite storage while providing second opinions by integrating…3 starsNo one-command install · Source
90138.412oceanbase-oracle-mcp-servermcp · databaseEnables AI assistants to directly connect to OceanBase databases (Oracle mode) for querying, schema browsing, PL/SQL export, and execution plan…3 starsNo one-command install · Source
90138.412mcp-mrtr-devops-demomcp · databaseEnables stateless human-in-the-loop DevOps automation, demonstrating MCP SEP-2322 multi-round trip requests for emergency database migration…3 starsNo one-command install · Source
90138.412renanlido-custom-databasemcp · databaseProvides secure database access across PostgreSQL, MySQL, MongoDB, and Oracle databases with credential management, connection configuration, and…3 starsNo one-command install · Source
90138.412open-db-mcpmcp · databaseA multi-database MCP server that enables LLM agents to safely access MySQL, Oracle, DM, PostgreSQL, and SQLite databases with security features like…3 starsNo one-command install · Source
90138.412emilianorojas-sql-server-reviewermcp · databaseRead-only MCP server for SQL Server database analysis with 9 tools for schema inspection, stored procedure review, dependency mapping, and index…3 starsNo one-command install · Source
90138.412mismemmcp · databaseProvides persistent, cooperative memory for LLMs via MCP, with SQLite storage and tools for capturing, recalling, consolidating, crystallizing, and…3 starsNo one-command install · Source
90138.412knowledginemcp · databaseLocal-first MCP server that extracts structured knowledge from markdown notes into SQLite with full-text search, enabling AI coding tools to retrieve…3 starsNo one-command install · Source
90138.412codex-history-hubmcp · databaseLocal-first, read-only Codex session aggregator that indexes multiple CODEX_HOME directories into a SQLite database and provides MCP tools for…3 starsNo one-command install · Source
90138.412database-mcp-server-2mcp · databaseEnables AI assistants to safely query and explore SQL Server and PostgreSQL databases with read-only access, supporting schema discovery, relationship…3 starsNo one-command install · Source
90138.412mikeylong-agent-memorymcp · databaseLocal-first cross-agent memory layer using SQLite with optional Ollama semantic embeddings for shared durable memory across Codex and Claude Code…3 starsNo one-command install · Source
90138.412membotmcp · databaseProvides a persistent, versioned, and searchable context store for AI agents with local embedding and hybrid search.3 starsNo one-command install · Source
90138.412memory-kernelmcp · databaseA local memory layer for AI agents that stores structured memories in SQLite and retrieves relevant context for tasks.3 starsNo one-command install · Source
90138.412io-github-willorn-mcp-yashanmcp · databaseEnables AI assistants to query YashanDB using natural language through SQL operations.3 starsNo one-command install · Source
90138.412gh-xjly-neo4j-graphmcp · databaseQuery a Neo4j graph database with read-only access via schema inspection, property search, neighborhood traversal, and custom Cypher queries.3 starsNo one-command install · Source
90138.412aarifmms-keyblindmcp · databaseEncrypted secrets vault that blinds AI agents to API keys. Stores secrets in AES-256-GCM encrypted SQLite vault, resolves them at runtime via MCP…3 starsNo one-command install · Source
90138.412sql-mcpmcp · databaseEnables running parameterized SQL queries against a PostgreSQL database via an MCP tool.3 starsNo one-command install · Source
90138.412tushar-badhwar-nlsqlmcp · databaseNode.js wrapper that converts natural language queries into SQL operations for SQLite, PostgreSQL, and MySQL databases using OpenAI and CrewAI…3 starsNo one-command install · Source
90138.412qnton-imcpmcp · databaseRead-only IMAP email access with SQLite FTS5 caching, enabling fast full-text search across synced messages.3 starsNo one-command install · Source
90138.412infinite-context-keepermcp · databaseMCP server providing context usage estimation, conversation compaction, and durable semantic memory via local embeddings and SQLite.3 starsNo one-command install · Source
90138.412mcp-backendmcp · databaseMCP server providing backend access to PostgreSQL, Storage (Supabase/S3), Iceberg data lake, and SQL seeds. It offers 32 tools for database queries…3 starsNo one-command install · Source
90138.412krusch-memorymcp · databasePersistent local-first semantic memory for AI agents with vector embeddings, temporal decay, and SQLite/PostgreSQL support.3 starsNo one-command install · Source
90138.412macoratti-notesmcp · databaseSimple MCP server for creating and listing notes using SQLite persistence, implemented in C# with .NET 10.3 starsNo one-command install · Source
90138.412shaiksahilrizwan-mysqlmcp · databaseConnects AI assistants to MySQL databases via stdio with tools for listing databases, browsing tables, retrieving rows, and executing custom SQL…3 starsNo one-command install · Source
90138.412mimer-mcpmcp · databasealso listed as mimersqlEnables Mimer SQL database connectivity for browsing schemas, executing read-only queries with parameterization, and managing stored procedures.3 starsNo one-command install · Source
90138.412icerhymers-spark-connectmcp · databaseQuery Apache Spark and Databricks clusters using DataFrame and SQL tools with read-only safety defaults.3 starsNo one-command install · Source
90138.412thezenmonster-agentmemmcp · databaseGoverned memory for coding agents with trust lifecycle (hypothesis → active → validated → deprecated), conflict detection, staleness tracking, and…3 starsNo one-command install · Source
90138.412andrewschreiber-desktop-insightsmcp · databaseQuery a database of 12,000+ macOS and Windows desktop apps to look up technology stacks, SDKs, and frameworks used in popular applications.3 starsNo one-command install · Source
90138.412jpgomesf-postgresmcp · databaseRead-only MCP server for PostgreSQL with multi-database support and AWS Secrets Manager integration, written in Go.3 starsNo one-command install · Source
90138.412universal-memory-servicemcp · databaseSelf-hosted service providing unified memory search and write operations across file-based memory, vector embeddings, and the Graphiti temporal…3 starsNo one-command install · Source
90138.412labforgedev-copilot-memorymcp · databasePersistent semantic memory for AI coding assistants using local ChromaDB vector search with no cloud dependencies.3 starsNo one-command install · Source
90138.412potato-castle-mono-memorymcp · databaseLightweight self-hosted team memory server with SQLite storage for saving, searching, and retrieving contextual information across AI coding sessions.3 starsNo one-command install · Source
90138.412car2dbmcp · databaseAccess to Car2DB automotive database for vehicle specs, make/model/trim catalogs, and equipment data.3 starsNo one-command install · Source
90138.412labmate-mcpmcp · databaseAn AI lab companion that connects Claude to scientific databases, computational chemistry tools, bench references, and publication utilities, covering…3 starsNo one-command install · Source
90138.412beingpro007-memdxmcp · databaseProvides local memory layer using Qdrant vector storage and Ollama embeddings for persistent context storage across conversations, automatically…3 starsNo one-command install · Source
90138.412binspire-waste-managementmcp · databaseConnects to PostgreSQL-based waste management systems to enable tracking of trashbin collections, audit management, issue monitoring, and operational…3 starsNo one-command install · Source
90138.412fastmcp-mysql-servermcp · databaseA secure and efficient MCP server for MySQL database operations, enabling LLMs to execute SQL queries with read-only access by default and optional…3 starsNo one-command install · Source
90138.412cdata-jdbc-databasemcp · databaseConnects to any JDBC-compliant database for table discovery, metadata retrieval, and SQL query execution with automatic dialect detection and…3 starsNo one-command install · Source
90138.412lecigarevolant-arxivmcp · databaseIntegrates with arXiv's academic paper database to search publications by title, author, or keywords, retrieve metadata and PDF URLs, download papers…3 starsNo one-command install · Source
90138.412biomarker-mcpmcp · databaseEnables querying celltype markers from CellMarker database using natural language.3 starsNo one-command install · Source
90138.412luxter77-kbdbmcp · databasePostgreSQL-backed RAG server that provides semantic search across document embeddings using pgvector, supporting multiple search modalities including…3 starsNo one-command install · Source
90138.412onlinekommentarmcp · databaseIntegrates with the Online Kommentar legal commentary database to search Swiss legal commentaries with filters and retrieve detailed commentary…3 starsNo one-command install · Source
90138.412sqlite-mcp-servermcp · databaseEnables natural language interaction with local SQLite databases through Claude Desktop, translating plain English queries into SQL for data analysis…3 starsNo one-command install · Source
90138.412kukapay-eipsmcp · databaseProvides semantic search across Ethereum Improvement Proposals using vector embeddings and LanceDB to retrieve relevant EIP documentation chunks for…3 starsNo one-command install · Source
90138.412ms-fabric-mcpmcp · databaseEnables LLMs to query and explore schemas in Microsoft Fabric lakehouses, warehouses, and SQL databases using natural language, with tools for…3 starsNo one-command install · Source
90138.412ingeniousidiocy-consumer-complaintsmcp · databaseProvides access to the Consumer Financial Protection Bureau's complaint database for searching and retrieving banking and financial service complaints…3 starsNo one-command install · Source
90138.412mongodb-mcp-servermcp · databaseEnables interaction with MongoDB databases through the Model Context Protocol, supporting CRUD operations, secure connections, and easy IDE…3 starsNo one-command install · Source
90138.412luebken-playlistmcp · databaseFetches and indexes YouTube playlist transcripts for quick search through vector embeddings, enabling efficient content discovery without watching…3 starsNo one-command install · Source
90138.412mcp-sqlite-managermcp · databaseEnables SQLite database interactions including querying, updating, and schema management through structured tools.3 starsNo one-command install · Source
90138.412npm-docs-servermcp · databaseFetches metadata and README documentation for NPM packages, with local caching via SQLite for improved performance.3 starsNo one-command install · Source
90138.412robinong79-cosmosmcp · databaseProvides a bridge between Azure Cosmos DB and natural language interaction, enabling database operations like inserting, retrieving, updating, and…3 starsNo one-command install · Source
90138.412database-connectormcp · databaseProvides a unified interface for connecting to and interacting with multiple database systems (SQLite, PostgreSQL, MySQL/MariaDB, SQL Server) through…3 starsNo one-command install · Source
90138.412guanxinyuan-neo4jmcp · databaseProvides natural language interfaces to Neo4j graph databases for executing Cypher queries, storing knowledge graph data, and building persistent…3 starsNo one-command install · Source
90138.412kgrag-mcp-servermcp · databaseImplements the Model Context Protocol for managing, ingesting, and querying structured and unstructured data with integration to graph databases…3 starsNo commit datelisted No one-command install · Source
97338.066redis-mcpmcp · databaseEnables exploring and diagnosing a Redis instance from MCP clients with read-only safety, using SCAN instead of KEYS for safe key enumeration.2 stars · 1 forkNo one-command install · Source
97338.066protein-labmcp · databaseManages local protein experiments with a Flask backend and SQLite, offering tools for protein library management, Beer-Lambert concentration…2 stars · 1 forkNo one-command install · Source
97338.066aaronroef-applemcp · databasealso listed as apple-mcp, apple-mcp-2Provides 28 read/write tools for macOS Apple applications including Notes, Reminders, Calendar, Contacts, and Safari via local stdio using SQLite and…2 stars · 1 forkNo one-command install · Source
97338.066pgautopilotmcp · databaseEnables AI assistants to interact with PostgreSQL databases through natural language, with schema-aware query generation and enterprise safety…2 stars · 1 forkNo one-command install · Source
97338.066codeintel-mcp-servermcp · databaseEnables AI agents to perform hybrid code search, get explanations, analyze relations and impacts, retrieve context packs, and generate documentation…2 stars · 1 forkNo one-command install · Source
97338.066srs-mcpmcp · databaseEnables agents to perform spaced-repetition learning with FSRS scheduling, including adding cards, reviewing due cards, and grading recall, using a…2 stars · 1 forkNo one-command install · Source
97338.066openanalyst-mcp-servermcp · databaseMCP server that turns coding agents into data analysts: attach CSV/Parquet/JSON/XLSX or databases, profile data, run read-only SQL, and render…2 stars · 1 forkNo one-command install · Source
97338.066kalki-kgp-whatsapp-macosmcp · databaseRead WhatsApp messages from the local macOS database and send replies via WhatsApp Web.2 stars · 1 forkNo one-command install · Source
97338.066colabfitmcp · databaseQuery and download datasets from the ColabFit materials science database2 stars · 1 forkNo one-command install · Source
97338.066gh-hovecapital-read-only-postgresqlmcp · databaseRead-only PostgreSQL database queries for safe local database exploration.2 stars · 1 forkNo one-command install · Source
97338.066gh-marekrost-spreadsheetmcp · databaseRead and write spreadsheet files with cell-level operations and DuckDB SQL engine.2 stars · 1 forkNo one-command install · Source
97338.066debug-recorder-mcpmcp · databaseLocal-first debug memory for MCP clients. Record incidents, commands, failed attempts, successful fixes, diagnostics, and searchable debugging history…2 stars · 1 forkNo one-command install · Source
97338.066getmystadmin-urdbmcp · databaseSearch the URDB product integrity database for enshittification events, integrity scores, and change tracking.2 stars · 1 forkNo one-command install · Source
97338.066shinobimcp · databaseTask spine + searched dead-ends + mobile approvals for AI coding agents — one shared brain across every session, machine, and device. Local SQLite or…2 stars · 1 forkNo one-command install · Source
97338.066appmcpmcp · databaseAppMCP enables AI agents to build and publish self-contained HTML apps that query live data via a secure, read-only SQL proxy, with Azure AD…2 stars · 1 forkNo one-command install · Source
97338.066infra-lens-mcpmcp · databaseEnables explaining Linux incidents over SSH with baseline-aware MCP tooling, including live diagnostics, SQLite history, and review-first workflows.2 stars · 1 forkNo one-command install · Source
97338.066lintbasemcp · databaseReal-time Firestore and MongoDB schema context for AI coding agents.2 stars · 1 forkNo one-command install · Source
97338.066bollard-mcpmcp · databaseEnables safe, AI-driven database interactions with schema discovery, intent validation, and session memory, supporting multiple databases.2 stars · 1 forkNo one-command install · Source
97338.066kruschdev-pg-git-semantic-memorymcp · databasePostgreSQL-backed semantic Git storage for AI coding agents with pgvector embeddings, local Ollama models, and temporal decay scoring.2 stars · 1 forkNo one-command install · Source
97338.066codeforall-citusmcp · databaseProvides monitoring, analysis, and management capabilities for Citus distributed PostgreSQL clusters.2 stars · 1 forkNo one-command install · Source
97338.066alissonjcdev-wordpressmcp · databaseManages WordPress sites through a companion PHP plugin, supporting content creation, Elementor page building, themes, plugins, media, and direct…2 stars · 1 forkNo one-command install · Source
97338.066gh-stucchi-dbmcp · databaseDatabase connectivity for MySQL, PostgreSQL, and MongoDB with SSH tunneling.2 stars · 1 forkNo one-command install · Source
97338.066shakram02-mysql-readonlymcp · databaseProvides secure read-only MySQL database access with strict query validation that blocks all write operations and dangerous functions while allowing…2 stars · 1 forkNo one-command install · Source
97338.066convo-history-mcpmcp · databaseFetches conversations from PostgreSQL and renders them as beautifully formatted, human-readable terminal output.2 stars · 1 forkNo one-command install · Source
97338.066eansearchmcp · databaseSearch products by barcode (EAN, UPC, GTIN) or keyword using the EAN-Search.org database.2 stars · 1 forkNo one-command install · Source
97338.066jaxondigital-optimizely-dxpmcp · databaseIntegrates with Optimizely DXP deployment operations through PowerShell to manage environment-to-environment deployments, database operations, storage…2 stars · 1 forkNo one-command install · Source

Score colour shows how many signals stand behind it, never how good it is: amber, three or more; dimmer amber, two; grey, one. The Evidence column names them.

Stars, forks and last commit are as GitHub reported them when Armory last read each repository: for most, or later. A repository may have changed since.

Leaderboard · Armory