← asdlc.io
INDIVIDUAL MCP TOOL
search_knowledge_base
The primary search tool for the ASDLC (Agentic Software Development Life Cycle) Knowledge Base.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT 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.
Related tools
list_articles— Lists all available articles in the ASDLC (Agentic Software Development Life Cycle) Knowledge Base with metadata (title, description, tags, status).get_article— Retrieves the full markdown content of a specific concept or pattern, including structured references (citations, papers, books, etc.) when available.