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: MCPGate
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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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