Polyglot Database MCP
v1.0.0
io.github.hyperpolymath/poly-db-mcp
Unified MCP for 20 databases: SurrealDB, ArangoDB, Virtuoso, CouchDB, Cassandra, and more
“Data Analysis” 共 5,067 个结果
v1.0.0
io.github.hyperpolymath/poly-db-mcp
Unified MCP for 20 databases: SurrealDB, ArangoDB, Virtuoso, CouchDB, Cassandra, and more
v1.0.0
io.github.maxi-moss/medical-rag-mcp-test
Medical RAG: semantic search for clinical guidelines, drug interactions, diagnoses & EHR data.
v1.0.0
io.github.neo4j-contrib/mcp-neo4j-data-modeling
A simple Neo4j MCP server for creating graph data models.
v1.1.0
io.github.kevinkells/datagraph
Urban data for civic problem-solving: NYC subway, loneliness programs, violence prevention.
v1.16.0
ai.smithery/TakoData-tako-mcp
Provide real-time data querying and visualization by integrating Tako with your agents. Generate o…
v1.0.0
ai.smithery/luminati-io-brightdata-mcp
One MCP for the Web. Easily search, crawl, navigate, and extract websites without getting blocked.…
v1.0.0
ai.smithery/data-mindset-sts-google-forms-mcp
Create and manage Google Forms to run surveys and collect data. Add text and multiple-choice quest…
v1.16.0
ai.smithery/turnono-datacommons-mcp-server
Discover statistical indicators and topics in Data Commons. Retrieve observations for specific var…
v1.0.0
ai.smithery/jekakos-mcp-user-data-enrichment
Enrich user data by adding social network links based on provided personal information. Integrate…
v0.1.3
io.github.eghuzefa/engineer-your-data
MCP server for data engineering: validation, transformation, visualization, and APIs.
v1.0.1
io.github.therealtimex/un-datacommons-mcp
MCP server to query Data Commons indicators and observations (base or custom).
v1.0.5
ai.smithery/isnow890-data4library-mcp
책 싫어하는 제가 책에 대해 아는척하고 싶어서 만들었습니다.. 내 주변 도서관 실시간 대출 확인 읽고 싶은 책을 검색하면 주변 도서관 대출 가능 여부를 즉시 확인 굳이 도서관…
v1.0.1
io.github.Raistlin82/btp-sap-odata-to-mcp-server-optimized
Enterprise SAP OData to MCP Server with AI capabilities and Cloud Foundry integration
v0.9.1
ai.smithery/PixdataOrg-coderide
CodeRide eliminates the context reset cycle once and for all. Through MCP integration, it seamless…
v1.0.0
ai.smithery/hithereiamaliff-mcp-datagovmy
This MCP server provides seamless access to Malaysia's government open data, including datasets, w…
vmaster
io.github.PostHog/posthog/querying-posthog-data
Required reading before writing any HogQL/SQL or calling execute-sql against PostHog. Use whenever the user wants to search, find, or do complex aggregations PostHog entities (insights, dashboards, cohorts, feature flags, experiments, surveys, hog flows, data warehouse, persons, etc.) and query analytics data (trends, funnels, retention, lifecycle, paths, stickiness, web analytics, error tracking, logs, sessions, LLM traces). Also the first stop for a governed business or telemetry measure (MRR, activation, billable usage, active organizations, failure rates): check the semantic layer (canonical metrics in system.information_schema.metrics) before deriving from raw events or a typed domain tool. Covers HogQL syntax differences from ClickHouse SQL, system table schemas (system.*), available functions, query examples, and the schema-discovery workflow.
vmain
io.github.K-Dense-AI/scientific-agent-skills/datamol
Pythonic wrapper around RDKit with simplified interface and sensible defaults. Preferred for standard drug discovery including SMILES parsing, standardization, descriptors, fingerprints, clustering, 3D conformers, parallel processing. Returns native rdkit.Chem.Mol objects. For advanced control or custom parameters, use rdkit directly.
vmain
io.github.K-Dense-AI/scientific-agent-skills/database-lookup
Query documented public database APIs with explicit endpoints, filters, pagination, and provenance. Use when a scientific, regulatory, financial, or other database-backed fact must be retrieved reproducibly from a named source rather than inferred from general knowledge.
vdev
io.github.code-yeongyu/oh-my-openagent/data-scientist
Expert data processing with a hybrid engine strategy: resident-kernel engines first - DuckDB plus a resident Python stack (Polars/numpy/matplotlib) in persistent js/py eval kernels where the harness has them, bun/uv one-shots elsewhere - and per-action placement judgment (in-memory vs streaming vs remote-in-place). Triggers: 'analyze the data', 'what is in this CSV/parquet/json', 'summarize this', 'group by', 'filter rows', 'sort by', 'join these files', 'merge datasets', 'time series trend', 'compare yesterday and today', 'distribution/histogram', 'correlation', 'clean duplicates', 'handle missing values', 'dataset larger than RAM', 'SQL query on files', 'DataFrame operations', 'chart/plot this data', DuckDB vs Polars selection, quick data exploration CLI. NOT for plain text/code inspection, configs, or tiny inline math.
vmain
io.github.sickn33/agentic-awesome-skills/database-security
Authorized database security assessment across PostgreSQL, MySQL, MSSQL, MongoDB, and Redis: exposure, authorization gaps, UDF/command execution paths, and misconfiguration review.
vmain
io.github.affaan-m/ECC/data-scraper-agent
Build a fully automated AI-powered data collection agent for any public source — job boards, prices, news, GitHub, sports, anything. Runs on a schedule, enriches data with a free LLM (Gemini Flash), stores results in Notion/Sheets/Supabase, and learns from user feedback. Runs 100% free on GitHub Actions. Use when the user wants to monitor, collect, or track any public data automatically.
vmain
io.github.TryGhost/Ghost/create-database-migration
Create a database migration to add a table, add columns to an existing table, add a setting, or otherwise change the schema of Ghost's MySQL database. Use this skill whenever the task involves modifying Ghost's database schema — including adding, removing, or renaming columns or tables, adding new settings, creating indexes, updating data, or any change that requires a migration file in ghost/core. Also use when the user references schema.js, knex-migrator, the migrations directory, or asks to "add a field" or "add a column" to any Ghost model/table. Even if the user frames it as a feature or Linear issue, if the implementation requires a schema change, this skill applies.
vmaster
io.github.PostHog/posthog/writing-dataclasses
House rules for Python dataclasses in PostHog: when to reach for one instead of a tuple or `dict[str, Any]`, which decorator to use (`@frozen` from `posthog.dataclasses`), how to name, construct, consume and evolve them, how to keep secrets out of `repr`, and when a function should accept a dataclass instead of its unpacked fields. Use when adding or changing a dataclass, returning or passing several values from a function, converting a tuple or dict payload, deciding `frozen=`/`slots=`/`kw_only=`, or passing a facade contract DTO through internal layers. Not for pydantic models used as HogQL/query schema, DRF serializers, or Django models.
vmain
io.github.TriliumNext/Trilium/evolving-the-data-model
Use when adding a DB migration or a new column/field to a Becca entity in Trilium ("add a migration", "new column on notes/attributes", "ALTER TABLE", "add a field to BNote/BAttribute/BBranch", schema change). Migrations are NOT dated .sql files — they are integer-versioned entries in the DESCENDING MIGRATIONS array in packages/trilium-core/src/migrations/migrations.ts (dbVersion is auto-derived from MIGRATIONS[0]), and the schema lives at packages/trilium-core/src/assets/schema.sql. Covers the full file chain for a column-add, the hashedProperties cross-instance sync-hash hazard, CLS-wrapped JS migrations, and the spec harness.