Learning Resources
asdlc.io
Provides access to articles and concepts from the ASDLC Knowledge Base for learning and reference.
ENDPOINT 1
https://asdlc.io/mcp
MCP server metadata
- Name
- asdlc-knowledge-base
- Version
- 1.0.0
Known tools 3
list_articlesLists all available articles in the ASDLC (Agentic Software Development Life Cycle) Knowledge Base with metadata (title, description, tags, status).
Inferred read-onlyget_articleRetrieves the full markdown content of a specific concept or pattern, including structured references (citations, papers, books, etc.) when available.
Inferred read-onlysearch_knowledge_baseThe primary search tool for the ASDLC (Agentic Software Development Life Cycle) Knowledge Base.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.asdlc-knowledge-base]
url = "https://asdlc.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"asdlc-knowledge-base": {
"type": "http",
"url": "https://asdlc.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: asdlc-knowledge-base
Remote MCP URL: https://asdlc.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"asdlc-knowledge-base": {
"url": "https://asdlc.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"asdlc-knowledge-base": {
"type": "http",
"url": "https://asdlc.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "asdlc-knowledge-base",
"transport": "streamable-http",
"url": "https://asdlc.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for asdlc.io was fetched 2026-09-19T02:34:08.579Z.
asdlc.io is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.