Cadastre
Cadastre
自分が持っているインフラ、物が属する場所、適用されるルールを把握する。
Cadastre は、サーバー、サービス、ネットワーク、ドメイン、リポジトリ、デプロイメントポリシーのためのアドレス帳でありルールブックです。人や AI エージェントに、次のような質問への答えを一箇所で提供します。
このアプリケーションはどこで実行できるか?
プライベートに保つ必要があるか、それとも公開してもよいか?
そのポートやホスト名はすでに使用されているか?
それを所有しているパイプラインとリポジトリはどれか?
その答えは最新か、検証済みか、それとも異議があるか?
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 には、何が未処理か、何が最も重要か、そして出荷されたか に答えるオプトインモジュールも同梱されています。作業項目、イニシアチブ、フォージの issue やプルリクエストへのリンクを記録し、ローカルの Markdown タスクリスト、Git チェックアウト状態、GitHub の issue/PR の証拠を収集し、宣言とフォージの不一致を報告します。フォージに書き込むことは決してありません。
これは、カタログが modules.yaml で有効にしない限りオフです。そのようなファイルがない場合、スキーマ、OpenAPI ドキュメント、CLI ヘルプ、HTTP ルート、MCP ツールリストは、その存在を知らないビルドと同一です。有効にする方法は Cadastre の使用 を、設計については MANIFEST.md を参照してください。
AI エージェント向けに設計
このリポジトリと製品は、明示的に AI フレンドリーです。
Cadastre は、構造化された MCP、HTTP、CLI JSON、JSON Schema、OpenAPI インターフェースを提供します。回答には出所と信頼状態が含まれ、context-for は 1 つの決定に関連する事実と除外事項を返し、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