← javatask.dev
INDIVIDUAL MCP TOOL
get_related_articles
Given an article slug, returns most topically related articles ranked by shared tag overlap.
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.javatask-dev]
url = "https://mcp.javatask.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"javatask-dev": {
"type": "http",
"url": "https://mcp.javatask.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: javatask-dev
Remote MCP URL: https://mcp.javatask.dev/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": {
"javatask-dev": {
"url": "https://mcp.javatask.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"javatask-dev": {
"type": "http",
"url": "https://mcp.javatask.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "javatask-dev",
"transport": "streamable-http",
"url": "https://mcp.javatask.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_articles— List articles published on javatask.dev by Andrii Melashchenko — covering industrial edge computing, agentic AI on AWS, Rust for serverless, and OT/IT convergence.get_article— Retrieve the full markdown body of a single javatask.dev article by its slug.search_articles— Full-text search across all javatask.dev articles (title, description, tags, body) using BM25 ranking.get_series— Retrieve all articles in a named series sorted chronologically.get_rights_declaration— Returns the complete IP rights declaration, license terms, and attribution requirements for all content.