Gridlace
OfficialGridlace
人間とAIエージェントのための決定論的依存関係エンジン。
この名前は、変化するパターンに編み込まれた点を想起させます。宣言された関係を1つ動かすと、構造全体にわたって結果が変化します。これはイメージであり、エンジンが規則的なグリッドを使用したり、グラフエディタを提供したりするという主張ではありません。

宣言した関係に対して、次の5つの質問に答えます:
この依存関係グラフは有効で非巡回ですか?
これらのターゲットが完了するまでに何が残っていますか?
今何を実行でき、どの並列レイヤーで実行できますか?
これらの変更は何に影響しますか?
このターゲットがブロックまたは影響を受けているのはなぜですか?
エンジンは、宣言された関係に対する導出を証明します。宣言されたビジネス関係が真実であることを証明するものではありません。
このリポジトリは、意図的に依存関係の推論のみに限定されています。汎用オーケストレーション標準、プロバイダー選択フレームワーク、タスクランナー、グラフ検出システム、グラフデータベース、またはビジュアルグラフエディタではありません。
グラフ契約
{
"schema": "agent-deps/v1",
"nodes": [
{ "id": "schema" },
{ "id": "backend" },
{ "id": "release" }
],
"requires": [
{ "dependent": "backend", "prerequisite": "schema" },
{ "dependent": "release", "prerequisite": "backend" }
]
}公開エッジは、曖昧なfrom / toキーを決して使用しません。
Related MCP server: ASR Graph of Thoughts (GoT) MCP Server
開発
Node.js 22以降を使用してください。
このリポジトリは公開ソース配布物です。現在、npmレジストリには公開されていません。
npm ci
npm run check
npm run start:uinpm run checkの後、CLIリクエストは、クローンから、標準入力または明示的な--inputファイルから読み取られる操作固有のJSONとして実行できます:
node dist/adapters/cli.js resolve --input request.json --prettyローカルでパックしたコピーをインストールする場合、同じエントリポイントがdependency-engineとして利用できます。
MCPサーバーは、graph_validate、dependency_resolve、dependency_impact、dependency_slice、dependency_explainを公開します。ローカルHTTPアダプターは、対応するPOST /v1/*ルートとGET /healthを公開します。npmパッケージがクローンではなくローカルパックからインストールされている場合は、MCPエントリポイントをnode node_modules/@openadam/dependency-engine/dist/adapters/mcp.jsとして実行してください。
node dist/adapters/http-server.js --host 127.0.0.1 --port 8787ビルド済みのローカルHTTPアダプターを次のコマンドで起動します:
HTTPアダプターはデフォルトで127.0.0.1を使用し、信頼できるローカルでの使用を想定しています。認証、認可、TLSは提供されません。信頼できないネットワークに直接公開しないでください。セキュリティポリシーを参照してください。
ライセンス
Copyright 2026 openAdam。Apache License 2.0の下でライセンスされています。バンドルされているブラウザ依存関係は、サードパーティ通知に記載されています。このライセンスは、GridlaceまたはopenAdamの名称に対する権利を付与するものではありません。ブランドポリシーを参照してください。
正確な境界については、製品アイデンティティ、製品モデル、レビュー契約を参照してください。
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
- AlicenseAqualityDmaintenanceEnables AI to analyze, query, and manage a graph-based representation of software architecture for impact analysis, dependency tracking, and design.20121AGPL 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
Related MCP Connectors
Deterministic context layer for your codebase: change impact, blast radius, answers with receipts.
Deterministic reasoning stack for AI agents: simulate, decide & compute, plus cross-domain tools.
AI Agent with Architectural Memory. Impact analysis (free), tests and code from the graph (pro).
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/Gridlace'
If you have feedback or need assistance with the MCP directory API, please join our Discord server