← katari-lang.dev

INDIVIDUAL MCP TOOL

onboarding

Start here if you do not know Katari: an orientation for writing Katari programs — what the language is, its core concepts (agents, effects, escalation, durable execution), and a quickstart — plus links to four complete example projects and the full documentation page map for follow-up reads with "read_doc".

katari-lang.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://katari-lang.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for onboarding and invoke it with your own arguments.

Indexed 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 server

katari-lang.dev

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.katari-docs-mcp]
url = "https://katari-lang.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "katari-docs-mcp": {
      "type": "http",
      "url": "https://katari-lang.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "katari-docs-mcp": {
      "type": "http",
      "url": "https://katari-lang.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "katari-docs-mcp",
  "transport": "streamable-http",
  "url": "https://katari-lang.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search — Search the Katari documentation and package API reference.
  • read_doc — Read one Katari documentation page as raw markdown, by the path a search result or the onboarding page map returned (e.g.
  • packages — Browse the Katari standard library (prelude) and registry packages, with staged detail.