nextmoca/adl
ADL (Agent Definition Language) is a vendor-neutral, declarative standard for defining AI agents, including their tools, LLM settings, RAG inputs, permissions, and dependencies. It brings consistency, governance, and portability to enterprise AI by providing a clear, machine-readable agent blueprint.
Platform-specific configuration:
{
"mcpServers": {
"adl": {
"command": "npx",
"args": [
"-y",
"adl"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...