mcp-all-in-one
Scaffold for read-only tools; adapter API is still under development.
Scaffold for metadata and tool policy; adapter database is still under development.
Provides tools to read query metadata, cached results, refresh/poll query results, manage query allowlist, and enforce output limits for Redash.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-all-in-oneRun allowlisted Redash query 123"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-all-in-one
MCP server dạng modular monolith để kết nối nhiều provider qua một gateway có permission, policy, secret boundary, output sanitization và audit thống nhất.
Server hiện chạy MCP qua stdio và có các provider:
Redash: implementation hoàn chỉnh để đọc query metadata, cached results, refresh/poll query results, query allowlist và giới hạn output.
PostgreSQL: scaffold metadata/tool policy; adapter database vẫn là TODO.
GitHub: scaffold read-only tools; adapter API vẫn là TODO.
Chạy nhanh với Redash và Docker
cp .env.example .env
# Sửa REDASH_URL, REDASH_API_KEY, REDASH_QUERY_ALLOWLIST trong .env
docker compose build
docker compose run --rm -T mcp-serverLệnh cuối là MCP stdio process nên sẽ chờ JSON-RPC trên stdin, không in menu interactive. Bình thường MCP client sẽ start process này.
Related MCP server: production-grade-mcp-agentic-system
Chạy native
npm ci
npm run typecheck
npm test
npm run build
export REDASH_URL=https://redash.example.com
export REDASH_API_KEY=your-key
export REDASH_QUERY_ALLOWLIST=123,456
npm startTài liệu
Kiểm tra
npm run typecheck
npm test
npm run buildConfig và secret tuân theo nguyên tắc: YAML chỉ chứa *_ref; secret thật được
resolve server-side và không được trả về MCP result, log hoặc audit record.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityBmaintenanceA unified MCP server with composable tools for GitHub operations, file management, shell execution, kanban boards, Discord messaging, and package management. Features role-based security, HTTP/stdio transports, and a web-based development UI.Last updated
- Alicense-qualityDmaintenanceA production-grade MCP server designed for multi-tenant, authenticated, and observable AI agent systems, enabling secure tool execution across heterogeneous data sources.Last updated52MIT
- Flicense-qualityCmaintenanceA modular MCP server exposing tools for integrating with services like GitHub, Redash, Jenkins, Figma, Jira, Confluence, Teams, Datadog, PagerDuty, Slack, and Presto, enabling users to manage these platforms through natural language via an MCP client.Last updated
- Flicense-qualityBmaintenanceUnified MCP server exposing 12 DevOps tools across GitHub, PostgreSQL, Slack, and Google Calendar for AI agents, with rate limiting, input validation, and per-service scoped tokens.Last updated
Related MCP Connectors
MCP server for managing Prisma Postgres.
A MCP server built for developers enabling Git based project management with project and personal…
MCP server for interacting with the Supabase platform
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/quanlh30504/mcp-all-in-one'
If you have feedback or need assistance with the MCP directory API, please join our Discord server