← Registry

Developer Tools

kernlang.dev

Provides tools for compiling and linting KERN language and TypeScript/JavaScript code.

1 endpoint12 known toolsFirst detected May 9, 2026Last detected September 6, 2026

ENDPOINT 1

https://kernlang.dev/api/mcp

No auth detected

MCP server metadata

Name
kern
Version
3.5.3
Capabilities
toolsresourcesprompts

Known tools 12

compile

Compile .kern source code to a target framework.

Inferred read-only
compile-json

Compile .kern and return structured JSON diagnostics for self-correction.

Inferred read-only
schema

Get the full KERN language schema as JSON.

Inferred read-only
review

Run 240 static analysis rules on TypeScript/JavaScript source code.

Inferred read-only
review-kern

Lint .kern source for structural issues and pattern violations.

Inferred read-only
review-mcp-server

Scan MCP server code for security vulnerabilities.

Inferred read-only
parse

Parse .kern source to IR (intermediate representation).

Inferred read-only
decompile

Decompile parsed KERN IR back to readable .kern text.

Inferred read-only
validate

Validate .kern syntax without compiling.

Inferred read-only
list-targets

List all KERN compile targets.

Inferred read-only
compile-and-review

Compile .kern to a secure MCP server, then auto-scan the output for security vulnerabilities.

Inferred read-only
list-nodes

List KERN node types with props and children.

Inferred read-only

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.kern]
url = "https://kernlang.dev/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "kern": {
      "type": "http",
      "url": "https://kernlang.dev/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "kern": {
      "type": "http",
      "url": "https://kernlang.dev/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "kern",
  "transport": "streamable-http",
  "url": "https://kernlang.dev/api/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 kernlang.dev was fetched 2026-07-29T18:07:43.957Z and is being refreshed.

Trust status Neutral

kernlang.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.