Skip to main content
Glama
quanlh30504

mcp-all-in-one

by quanlh30504

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-server

Lệ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 start

Tài liệu

Kiểm tra

npm run typecheck
npm test
npm run build

Config 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.

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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