← javatask.systems

INDIVIDUAL MCP TOOL

get_rights_declaration

Returns the complete IP rights declaration, license terms, and attribution requirements for all javatask.systems content.

javatask.systemsnone authenticationAvailability not checked

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

javatask.systems

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-systems]
url = "https://mcp.javatask.systems/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "javatask-systems": {
      "type": "http",
      "url": "https://mcp.javatask.systems/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: javatask-systems
Remote MCP URL: https://mcp.javatask.systems/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-systems": {
      "url": "https://mcp.javatask.systems/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "javatask-systems": {
      "type": "http",
      "url": "https://mcp.javatask.systems/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "javatask-systems",
  "transport": "streamable-http",
  "url": "https://mcp.javatask.systems/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.systems by Andrii Melashchenko — covering engineering leadership, organizational design, technology governance, open standards co-authorship, and the organizational preconditions for industrial AI at scale.
  • get_article — Retrieve the full markdown body of a single javatask.systems article by its slug.
  • search_articles — Full-text search across all javatask.systems articles (title, description, tags, body) using BM25 ranking.
  • get_series — Retrieve all articles in a named series sorted chronologically.
  • get_related_articles — Given an article slug, returns the most topically related javatask.systems articles ranked by shared tag overlap.