← 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 July 7, 2026

ENDPOINT 1

https://kernlang.dev/api/mcp

No auth detected

Known tools 12

compile

Compile .kern source code to a target framework.

compile-json

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

schema

Get the full KERN language schema as JSON.

review

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

review-kern

Lint .kern source for structural issues and pattern violations.

review-mcp-server

Scan MCP server code for security vulnerabilities.

parse

Parse .kern source to IR (intermediate representation).

decompile

Decompile parsed KERN IR back to readable .kern text.

validate

Validate .kern syntax without compiling.

list-targets

List all KERN compile targets.

compile-and-review

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

list-nodes

List KERN node types with props and children.