From bc036b64aedb0868ebfe7fe17864f45d66a420ca Mon Sep 17 00:00:00 2001 From: Mikhail Shytsko Date: Thu, 10 Sep 2026 18:07:21 +0200 Subject: [PATCH 1/2] Add Seedfast to Databases --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6b4acd70b..31db5ff58 100644 --- a/README.md +++ b/README.md @@ -1126,6 +1126,7 @@ Secure database access with schema inspection capabilities. Enables querying and - [narekmalk/safedb-mcp](https://github.com/narekmalk/safedb-mcp) [![narekmalk/safedb-mcp MCP server](https://glama.ai/mcp/servers/narekmalk/safedb-mcp/badges/score.svg)](https://glama.ai/mcp/servers/narekmalk/safedb-mcp) ☁️ 🏠 - Secure MCP server for safe, read-only DB access by AI agents, with SQL guardrails, table allowlists, PII masking, and audit logs. - [s2-streamstore/s2-sdk-typescript](https://github.com/s2-streamstore/s2-sdk-typescript) 🎖️ 📇 ☁️ - Official MCP server for the S2.dev serverless stream platform. - [schemacrawler/SchemaCrawler-MCP-Server-Usage](https://github.com/schemacrawler/SchemaCrawler-MCP-Server-Usage) 🎖️ ☕ – Connect to any relational database, and be able to get valid SQL, and ask questions like what does a certain column prefix mean. +- [seedfast-ai/seedfast-mcp](https://github.com/seedfast-ai/seedfast-mcp) 🎖️ 🏠 - Fills a PostgreSQL database with synthetic test data generated from its live schema, so an agent can plan a seed, run it and follow it to completion without production data. Runs as `npx -y seedfast mcp`, published in the official MCP registry as `st.seedfa/seedfast`. - [seob717/redash-mcp](https://github.com/seob717/redash-mcp) [![seob717/redash-mcp MCP server](https://glama.ai/mcp/servers/seob717/redash-mcp/badges/score.svg)](https://glama.ai/mcp/servers/seob717/redash-mcp) 📇 🏠 - Connect Redash to Claude — natural-language SQL with safety guards (blocks DROP/TRUNCATE, PII detection), BIRD-based smart table selection, plus saved queries, dashboards, widgets, and alerts. - [SidneyBissoli/ibge-br-mcp](https://github.com/SidneyBissoli/ibge-br-mcp) 📇 ☁️ - Brazilian Census Bureau (IBGE) data server with 23 tools for demographics, geography, economics, and statistics. Covers localities, SIDRA tables, Census data, population projections, and geographic meshes. - [sirmews/mcp-pinecone](https://github.com/sirmews/mcp-pinecone) 🐍 ☁️ - Pinecone integration with vector search capabilities From e2540c649640156c53f60feacfcb6c090e0c83fb Mon Sep 17 00:00:00 2001 From: Mikhail Shytsko Date: Thu, 17 Sep 2026 14:23:19 +0200 Subject: [PATCH 2/2] Add Glama score badge to Seedfast entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31db5ff58..65a44ab0e 100644 --- a/README.md +++ b/README.md @@ -1126,7 +1126,7 @@ Secure database access with schema inspection capabilities. Enables querying and - [narekmalk/safedb-mcp](https://github.com/narekmalk/safedb-mcp) [![narekmalk/safedb-mcp MCP server](https://glama.ai/mcp/servers/narekmalk/safedb-mcp/badges/score.svg)](https://glama.ai/mcp/servers/narekmalk/safedb-mcp) ☁️ 🏠 - Secure MCP server for safe, read-only DB access by AI agents, with SQL guardrails, table allowlists, PII masking, and audit logs. - [s2-streamstore/s2-sdk-typescript](https://github.com/s2-streamstore/s2-sdk-typescript) 🎖️ 📇 ☁️ - Official MCP server for the S2.dev serverless stream platform. - [schemacrawler/SchemaCrawler-MCP-Server-Usage](https://github.com/schemacrawler/SchemaCrawler-MCP-Server-Usage) 🎖️ ☕ – Connect to any relational database, and be able to get valid SQL, and ask questions like what does a certain column prefix mean. -- [seedfast-ai/seedfast-mcp](https://github.com/seedfast-ai/seedfast-mcp) 🎖️ 🏠 - Fills a PostgreSQL database with synthetic test data generated from its live schema, so an agent can plan a seed, run it and follow it to completion without production data. Runs as `npx -y seedfast mcp`, published in the official MCP registry as `st.seedfa/seedfast`. +- [seedfast-ai/seedfast-mcp](https://github.com/seedfast-ai/seedfast-mcp) [![seedfast-ai/seedfast-mcp MCP server](https://glama.ai/mcp/servers/seedfast-ai/seedfast-mcp/badges/score.svg)](https://glama.ai/mcp/servers/seedfast-ai/seedfast-mcp) 🎖️ 🏠 - Fills a PostgreSQL database with synthetic test data generated from its live schema, so an agent can plan a seed, run it and follow it to completion without production data. Runs as `npx -y seedfast mcp`, published in the official MCP registry as `st.seedfa/seedfast`. - [seob717/redash-mcp](https://github.com/seob717/redash-mcp) [![seob717/redash-mcp MCP server](https://glama.ai/mcp/servers/seob717/redash-mcp/badges/score.svg)](https://glama.ai/mcp/servers/seob717/redash-mcp) 📇 🏠 - Connect Redash to Claude — natural-language SQL with safety guards (blocks DROP/TRUNCATE, PII detection), BIRD-based smart table selection, plus saved queries, dashboards, widgets, and alerts. - [SidneyBissoli/ibge-br-mcp](https://github.com/SidneyBissoli/ibge-br-mcp) 📇 ☁️ - Brazilian Census Bureau (IBGE) data server with 23 tools for demographics, geography, economics, and statistics. Covers localities, SIDRA tables, Census data, population projections, and geographic meshes. - [sirmews/mcp-pinecone](https://github.com/sirmews/mcp-pinecone) 🐍 ☁️ - Pinecone integration with vector search capabilities