Cadastre
Cadastre
보유한 인프라가 무엇인지, 사물이 어디에 속하는지, 어떤 규칙이 적용되는지 파악하세요.
Cadastre는 서버, 서비스, 네트워크, 도메인, 저장소, 배포 정책을 위한 주소록이자 규칙집입니다. 사람과 AI 에이전트에게 다음과 같은 질문을 할 수 있는 단일 장소를 제공합니다:
이 애플리케이션은 어디에서 실행될 수 있나요?
비공개로 유지되어야 하나요, 아니면 공개되어도 되나요?
포트나 호스트 이름이 이미 사용 중인가요?
어떤 파이프라인과 저장소가 이를 소유하나요?
답변이 최신 상태인가요, 검증되었나요, 아니면 논쟁 중인가요?
Cadastre는 이러한 사실들을 한데 모으고, 각 답변이 어디서 나왔는지 설명하며, 제안된 배포 파일을 규칙에 따라 검사합니다.
Cadastre는 지도이지 제어판이 아닙니다. Cadastre는 워크로드를 배포하거나, DNS나 VPN을 변경하거나, 컨테이너를 운영하거나, 비밀 값을 노출하지 않습니다. Cadastre를 업데이트하는 것은 지도만 업데이트할 뿐, 운영 중인 인프라는 절대 변경하지 않습니다.
왜 사용하나요?
인프라 지식은 보통 구성 파일, 대시보드, 도구, 사람들의 기억에 분산되어 있습니다. 새로운 사람이나 AI 어시스턴트가 안전한 결정을 내려야 할 때까지는 그렇게 작동합니다.
Cadastre는 흩어진 지식을 출처가 있는 답변으로 바꾸고, 정보가 오래되었거나 검증되지 않았거나 논쟁 중일 때 명확한 경고를 제공합니다. 호출자는 추측하는 대신 적합한 선택지, 거부된 선택지, 관련 규칙, 그리고 그 뒤에 있는 증거를 얻습니다.
평이한 언어로 된 설명과 예제는 Cadastre가 하는 일을 읽어보세요.
Related MCP server: codegraph-mcp
Docker 빠른 시작
프로젝트 이미지로 빈 영구 카탈로그를 생성합니다:
docker run --rm \
-v cadastre-data:/var/lib/cadastre \
ghcr.io/thedancingdeveloper-org/cadastre:main \
init --data-dir /var/lib/cadastre --empty그런 다음 준비가 되었는지 확인합니다:
docker run --rm \
-v cadastre-data:/var/lib/cadastre \
ghcr.io/thedancingdeveloper-org/cadastre:main \
status --data-dir /var/lib/cadastremain 이미지는 최신 성공한 main 브랜치 빌드를 따릅니다. 프로덕션 배포는 릴리스 파이프라인이 게시한 서명된 불변 다이제스트를 고정해야 합니다. 패키지가 Docker 클라이언트에 보이지 않으면 ghcr.io에 인증하거나 이미지를 로컬에서 빌드하세요.
라이브 카탈로그를 만들지 않고 탐색하려면 저장소를 클론하고 가상의 예제를 조회하세요:
uv tool install cadastre
cadastre --catalog examples/catalog brief
cadastre --catalog examples/catalog context-for \
"an internal application that needs a GPU"카탈로그 설정, 일반 명령, 수집기, 원격 접근에 대해서는 Cadastre 사용하기를 계속 읽어보세요.
선택 사항: Manifest 작업 레지스터
Cadastre는 무엇이 미해결인지, 무엇이 가장 중요한지, 배송되었는지에 답하는 옵트인 모듈도 제공합니다. 작업 항목, 이니셔티브, 포지 이슈 및 풀 리퀘스트 링크를 기록하고, 로컬 Markdown 작업 목록, Git 체크아웃 상태, GitHub 이슈/PR 증거를 수집하며, 선언과 포지가 불일치하는 지점을 보고합니다 — 포지에 쓰기 작업을 절대 수행하지 않습니다.
이 모듈은 카탈로그가 modules.yaml에서 활성화하지 않는 한 꺼져 있습니다. 해당 파일이 없으면 스키마, OpenAPI 문서, CLI 도움말, HTTP 라우트, MCP 도구 목록은 이 모듈을 모르는 빌드와 동일합니다. 활성화 방법은 Cadastre 사용하기를, 설계는 MANIFEST.md를 참조하세요.
AI 에이전트를 위해 설계됨
이 저장소와 제품은 명시적으로 AI 친화적입니다.
Cadastre는 구조화된 MCP, HTTP, CLI JSON, JSON Schema, OpenAPI 인터페이스를 제공합니다. 답변에는 출처와 신뢰 상태가 포함되며, context-for는 하나의 결정에 관련된 사실과 제외 사항을 반환하고 check는 배포 전에 제안된 산출물을 검토합니다. AGENTS.md는 코딩 에이전트를 위한 저장소 수준 지침을 제공합니다.
이 설계는 Cadastre를 인프라 제어 평면으로 바꾸지 않으면서 에이전트에게 유용한 근거 진실을 제공합니다.
더 알아보기
가이드 | 다루는 내용 |
평이한 언어의 개념, 예제, 경계, 신뢰 신호 | |
설치, 카탈로그, 명령, 수집, 원격 접근 | |
구성 요소, 데이터 소유권, 인터페이스 경계 | |
컨테이너, 지원 토폴로지, 영속성, 수집기 스케줄링, 운영 | |
네이티브 MCP 및 원격 stdio 브리지 | |
읽기 전용 플러그인 계약 및 단일 파일 예제 | |
제공되는 통합의 구성, 자격 증명, 출력, 제한 | |
선택 사항이며 기본적으로 꺼져 있는 작업 레지스터: 설계, 엔터티 종류, 전달 계획 | |
네트워크 ID 및 안전한 배포 프로필 | |
상세한 근거 및 비목표 | |
테스트 계층 및 로컬 품질 게이트 | |
가상 카탈로그 및 클라이언트 구성 | |
풀 리퀘스트를 통한 변경 검토 및 병합 방법 |
라이선스
Cadastre는 MIT 라이선스에 따라 제공됩니다.
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.
Related MCP Connectors
Software component catalog: search your org's services, docs, APIs, dependencies, and ownership.
Shared, permission-aware company context for AI agents, with provenance, approvals and audit.
The cloud for agents. Tools for AI agents to register, build, and deploy other agents. Zero human required.
Register, deploy, review, and govern internal applications built with coding agents.
Related MCP Servers
- AlicenseCqualityAmaintenanceCirdan maps and watches the live infrastructure your agent session can reach — Docker, Kubernetes, cloud, IaC, and telemetry — then exposes it over MCP. It fingerprints the environment, builds a dependency graph, detects incidents, and can run evidence-backed actions. It inherits the session's own access and never escalates beyond it.27Apache 2.0
- AlicenseNot gradedqualityAmaintenanceA no-train, on-prem code knowledge graph served over the Model Context Protocol, enabling AI agents to query code structure (symbols, calls, cross-language edges) with a tamper-evident audit log.7Apache 2.0

coderadiusofficial
AlicenseNot gradedqualityAmaintenanceEnables AI agents to query architecture context, data contracts, and blast radius to prevent cross-repo architectural breakage before merging.24Apache 2.0- AlicenseAqualityCmaintenanceExtracts deterministic architecture maps from codebases for AI agents, enabling queries about blast radius, routes, security findings, and production readiness without sending code anywhere.6MIT
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/TheDancingDeveloper-org/cadastre'
If you have feedback or need assistance with the MCP directory API, please join our Discord server