Diagrid Catalyst
БесплатноНе проверенSample MCP server demonstrating Diagrid Catalyst zero-trust access policy enforcement for AI agent workflows.
Описание
Sample MCP server demonstrating Diagrid Catalyst zero-trust access policy enforcement for AI agent workflows.
README
A live-webinar demo showing how Catalyst (built on Dapr) enforces per-tool access policies for an MCP server. Three agents — ops, analysis, supervisor — share one MCP server and one Postgres database; Catalyst decides who can call which tool.
Full walkthrough: see DEMO.md.
TL;DR
# One-time setup
pip3 install -r requirements.txt
psql -d postgres -c "CREATE DATABASE zerotrust_demo;"
psql -d zerotrust_demo -f sql/init.sql
./setup.sh
# Terminal A — keep the MCP server running through Catalyst
diagrid dev run --project mcp-access-control --app-id mcp-server \
--app-port 8000 --yes --skip-default-resiliency \
-- python3 mcp_server/server.py
# Terminal B — phase 1 (deny-all): everything is denied
diagrid apply --project mcp-access-control -f config/phase1-deny-all.yaml
sleep 15
diagrid dev run --project mcp-access-control --app-id ops-agent --yes --skip-default-resiliency -- python3 agents/ops_agent.py # then Ctrl+C
diagrid dev run --project mcp-access-control --app-id analysis-agent --yes --skip-default-resiliency -- python3 agents/analysis_agent.py # then Ctrl+C
diagrid dev run --project mcp-access-control --app-id supervisor-agent --yes --skip-default-resiliency -- python3 agents/supervisor_agent.py # then Ctrl+C
# Terminal B — phase 2 (per-agent allows): only supervisor can delete
diagrid apply --project mcp-access-control -f config/phase2-zerotrust.yaml
sleep 15
diagrid dev run --project mcp-access-control --app-id ops-agent --yes --skip-default-resiliency -- python3 agents/ops_agent.py # then Ctrl+C
diagrid dev run --project mcp-access-control --app-id analysis-agent --yes --skip-default-resiliency -- python3 agents/analysis_agent.py # then Ctrl+C
diagrid dev run --project mcp-access-control --app-id supervisor-agent --yes --skip-default-resiliency -- python3 agents/supervisor_agent.py # then Ctrl+C
Full walkthrough: see DEMO.md.
Access matrix
| schema | query | write | delete | |
|---|---|---|---|---|
| ops-agent | ✓ | ✓ | ✓ | ✗ |
| analysis-agent | ✓ | ✓ | ✗ | ✗ |
| supervisor-agent | ✓ | ✓ | ✓ | ✓ |
Two-phase demo
A single Catalyst Configuration named mcp-policy is attached to
mcp-server. The demo rewrites its contents between phases:
| Phase | YAML applied | Result |
|---|---|---|
| 1 — Zero trust | config/phase1-deny-all.yaml |
mcp-policy.defaultAction=deny, no policies. Every call from every agent is denied. |
| 2 — Explicit allows | config/phase2-zerotrust.yaml |
mcp-policy.defaultAction=deny + per-agent per-tool allows. Each agent reaches only its authorised tools; only the supervisor can delete. |
Cleanup
See the cleanup section in DEMO.md.
Установка Diagrid Catalyst
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/diagrid-labs/catalyst-mcp-accessFAQ
Diagrid Catalyst MCP бесплатный?
Да, Diagrid Catalyst MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Diagrid Catalyst?
Нет, Diagrid Catalyst работает без API-ключей и переменных окружения.
Diagrid Catalyst — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Diagrid Catalyst в Claude Desktop, Claude Code или Cursor?
Открой Diagrid Catalyst на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Diagrid Catalyst with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
