Skip to main content
Glama
hara-lang

hara-mcp

Official
by hara-lang

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HARA_MCP_ENABLE_TEST_FIXTURENoSet to '1' to enable the deterministic transport fixture for MCP Inspector development only.0

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
hara_runtime_getA

Return the selected compatible Hara execution host, exact runtime build, pure sandbox profile, limits, and observed availability.

hara_evalA

Evaluate inline Hara source in a fresh restricted, no-network, no-browser, non-persistent sandbox on an enrolled compatible host.

hara_callB

Invoke an already-loaded fully qualified Hara Var with transfer-safe arguments in a fresh restricted sandbox. Arguments are never concatenated into source.

hara_checkA

Run a bounded reader, compile, namespace, lint, or test check in the same fresh restricted pure sandbox profile and return structured diagnostics.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 4 tools

Disambiguation5/5

Each tool serves a distinct purpose: eval executes inline source, call invokes a loaded var, check runs diagnostics, and runtime_get provides environment info. There is no meaningful overlap among the four tools.

Naming Consistency4/5

Three tools follow a clean verb pattern (hara_eval, hara_call, hara_check), but hara_runtime_get uses a noun-verb ordering that slightly deviates. The prefix is consistent, and the naming remains intuitive overall.

Tool Count5/5

Four tools is a tight, focused set for a niche language runtime server. Each tool earns its place without redundancy or bloat.

Completeness4/5

The core execution and checking workflow is well covered. A minor gap is the lack of an explicit var-loading or listing mechanism, but since call assumes pre-loaded vars, this may be handled externally.

Maintenance

ActivityMaintained
ResponsivenessUnresponsive