Files
Daniel Avila 6bbce90087 feat: Add 15 new MCP servers from GitHub MCP Registry (#508)
Migrated popular MCP servers not yet in our catalog, sourced from
the GitHub MCP Registry (github.com/mcp) topic search.

New MCPs by category:
- Database: dbhub (multi-DB), redis (official), mongodb-official
- DevTools: github-official, jupyter, jina-ai, mermaid, android-mcp, sentry-local
- Integration: n8n-mcp, alpaca-trading
- Productivity: google-workspace
- Research: arxiv-mcp-server
- Web: searxng, apify

All components reviewed by component-reviewer agent. Fixes applied
for kebab-case naming, credential handling via env blocks, and
server key consistency.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-05 13:27:33 -04:00

16 lines
364 B
JSON

{
"mcpServers": {
"dbhub": {
"description": "Zero-dependency, token-efficient database MCP server supporting PostgreSQL, MySQL, MariaDB, SQL Server, and SQLite connections.",
"command": "npx",
"args": [
"-y",
"@bytebase/dbhub@latest"
],
"env": {
"DATABASE_DSN": "<your-database-dsn>"
}
}
}
}