Gridlace
OfficialClick 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., "@GridlaceShow me what's blocking the release target"
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.
Deterministic Dependency Engine
Dependency reasoning over declared graphs for humans and AI agents.

It answers five questions over relations you declare:
Is this dependency graph valid and acyclic?
What remains before these targets can be completed?
What can run now and in which parallel layers?
What will these changes affect?
Why is this target blocked or affected?
The engine proves derivations over declared relations. It does not prove that the declared business relations are true.
This repository is deliberately limited to dependency reasoning. It is not a general orchestration standard, provider-selection framework, task runner, graph discovery system, graph database, or visual graph editor. Its browser workspace includes an optional read-only 3D sphere for inspecting the declared dependency graph; editing remains explicit JSON and all calculations still use the deterministic core.
Graph contract
{
"schema": "agent-deps/v1",
"nodes": [
{ "id": "schema" },
{ "id": "backend" },
{ "id": "release" }
],
"requires": [
{ "dependent": "backend", "prerequisite": "schema" },
{ "dependent": "release", "prerequisite": "backend" }
]
}Public edges never use ambiguous from / to keys.
Related MCP server: ASR Graph of Thoughts (GoT) MCP Server
Develop
Use Node.js 22.12 or newer.
This repository is the public source distribution. It is not currently published to the npm registry.
npm ci
npm run check
npm run start:uiThe browser workspace opens on a transparent Sphere: declared dependency curves and depth-coded nodes form the spatial volume, without a solid globe. Rotate, zoom, or focus it; open Source for exact JSON and Analysis only when query controls and results are needed. The viewer lives in a separate browser-only chunk. It adds no Agent tools or schema fields and stores no camera or layout state in the graph.
After npm run check, CLI requests can be run from a clone as operation-specific
JSON read from standard input or an explicit --input file:
node dist/adapters/cli.js resolve --input request.json --prettyIf you install a locally packed copy, the same entry point is available as
dependency-engine.
The MCP server exposes graph_validate, dependency_resolve,
dependency_impact, dependency_slice, and dependency_explain. The local
HTTP adapter exposes matching POST /v1/* routes and GET /health. When the
npm package is installed from a local pack rather than cloned, run the MCP entry point as
node node_modules/@openadam/dependency-engine/dist/adapters/mcp.js.
Start the built local HTTP adapter with:
node dist/adapters/http-server.js --host 127.0.0.1 --port 8787The HTTP adapter defaults to 127.0.0.1 and is intended for trusted local use.
It does not provide authentication, authorization, or TLS. Do not expose it
directly to an untrusted network; see the security policy.
License
Copyright 2026 openAdam. Licensed under the Apache License 2.0. Bundled browser dependencies are documented in the third-party notices.
See the product identity, product model, and review contract for exact boundaries.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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
Ground-truth code graph for your codebase: exact callers, callees, symbols & dependencies.
Deterministic context layer for your codebase: change impact, blast radius, answers with receipts.
Hosted code graph over MCP: exact callers, dependencies, and cross-repo blast radius for AI agents.
251Deterministic reasoning stack for AI agents: simulate, decide & compute, plus cross-domain tools.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI to analyze, query, and manage a graph-based representation of software architecture for impact analysis, dependency tracking, and design.20161AGPL 3.0
- AlicenseNot gradedqualityDmaintenanceEnables sophisticated reasoning workflows using graph-based representations for AI models.11Apache 2.0
- FlicenseNot gradedqualityDmaintenanceProvides AI coding agents with dependency analysis, impact detection, and build verification tools.-
- AlicenseAqualityCmaintenanceEnables AI agents to map cross-repository dependencies, detect breaking changes in API contracts, and assess impact across services.10MIT
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/tetracoralla/deterministic-dependency-engine'
If you have feedback or need assistance with the MCP directory API, please join our Discord server