Cadastre
Collects GitHub issue and pull request evidence for the optional Manifest module, enabling tracking of work items and detection of discrepancies between declared and actual forge state.
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., "@CadastreWhat context applies to an internal app that needs a GPU?"
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.
Cadastre
Know what infrastructure you have, where things belong, and which rules apply.
Cadastre is an address book and rulebook for your servers, services, networks, domains, repositories, and deployment policies. It gives people and AI agents one place to ask questions such as:
Where can this application run?
Must it stay private, or may it be public?
Is the port or hostname already in use?
Which pipeline and repository own it?
Is the answer current, verified, or disputed?
Cadastre brings those facts together, explains where each answer came from, and checks proposed deployment files against your rules.
It is a map, not a control panel. Cadastre does not deploy workloads, change DNS or VPNs, operate containers, or reveal secret values. Updating Cadastre updates the map only; it never changes your live infrastructure.
Why use it?
Infrastructure knowledge is usually split across configuration files, dashboards, tools, and people's memory. That works until someone new—or an AI assistant—needs to make a safe decision.
Cadastre turns that scattered knowledge into answers with provenance and clear warnings when information is stale, unverified, or contested. Instead of guessing, a caller gets suitable choices, rejected choices, the rules involved, and the evidence behind them.
Read What Cadastre does for a plain-language walkthrough and example.
Related MCP server: codegraph-mcp
Quickstart with Docker
Create an empty persistent catalog with the project image:
docker run --rm \
-v cadastre-data:/var/lib/cadastre \
ghcr.io/thedancingdeveloper-org/cadastre:main \
init --data-dir /var/lib/cadastre --emptyThen confirm it is ready:
docker run --rm \
-v cadastre-data:/var/lib/cadastre \
ghcr.io/thedancingdeveloper-org/cadastre:main \
status --data-dir /var/lib/cadastreThe main image follows the latest successful main-branch build. Production
deployments should pin the signed immutable digest published by the release
pipeline. If the package is not visible to your Docker client, authenticate to
ghcr.io or build the image locally.
To explore without creating a live catalog, clone the repository and query its fictional example:
uv tool install cadastre
cadastre --catalog examples/catalog brief
cadastre --catalog examples/catalog context-for \
"an internal application that needs a GPU"Continue with Using Cadastre for catalog setup, common commands, collectors, and remote access.
Optional: the Manifest work register
Cadastre also ships an opt-in module that answers what is outstanding, what matters most, and did it ship. It records work items, initiatives, and links to forge issues and pull requests, collects local Markdown task lists, Git checkout state, and GitHub issue/PR evidence, and reports where the declaration and the forge disagree — without ever writing to a forge.
It is off unless a catalog enables it in modules.yaml. With no such file,
the schema, OpenAPI document, CLI help, HTTP routes, and MCP tool list are
identical to a build that never heard of it. See
Using Cadastre to turn it on and
MANIFEST.md for the design.
Built for AI agents
This repository and product are explicitly AI friendly.
Cadastre offers structured MCP, HTTP, CLI JSON, JSON Schema, and OpenAPI
interfaces. Answers carry provenance and trust state, while context-for
returns the facts and exclusions relevant to one decision and check reviews a
proposed artifact before deployment. AGENTS.md provides
repository-level instructions for coding agents.
This design gives an agent useful ground truth without turning Cadastre into an infrastructure control plane.
Learn more
Guide | What it covers |
Plain-language concepts, examples, boundaries, and trust signals | |
Installation, catalogs, commands, collection, and remote access | |
Components, data ownership, and interface boundaries | |
Containers, supported topologies, persistence, and operations | |
Native MCP and the remote stdio bridge | |
The read-only plugin contract and a single-file example | |
Configuration, credentials, outputs, and limits for shipped integrations | |
The optional, default-off work register: design, entity kinds, and delivery plan | |
Network identity and secure deployment profiles | |
Detailed rationale and non-goals | |
Test layers and local quality gates | |
Fictional catalog and client configurations | |
How changes are reviewed and merged through pull requests |
License
Cadastre is available under the MIT License.
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 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
- Alicense-qualityAmaintenanceA 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
Alicense-qualityAmaintenanceEnables AI agents to query architecture context, data contracts, and blast radius to prevent cross-repo architectural breakage before merging.30Apache 2.0- FlicenseCqualityBmaintenanceThe trust-and-settlement rails of the agent economy: identity, trust, escrow, metering, arbitration, compute-carbon ledger, covenant, provenance, offsets, ERC-8004 bridge, surety, notary, and discovery — plus sellable measurement/CAD services. Durable, machine-checkable invariants, free rails.100
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.
Trust infrastructure for AI agents: read a verifiable Trust Rating, claim an identity, earn a badge.
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