Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
browserNoPath to jaringan-browser binaryjaringan-browser
jrg-hostNoJRG TCP server hostnamelocalhost
jrg-portNoJRG TCP server port7070
file-rootNoRead from local .jrg files instead of TCP
tcp-timeoutNoTCP connection timeout in ms5000

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
logging
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
jrg_fetchA

Fetch a Jaringan (JRG) page and return structured content (title, body, tags, links). Uses TCP to a JRG server by default, or a local file root. URL can be jrg://host:port/path or just a path like "welcome" or "/port-map".

jrg_fetch_rawA

Fetch a JRG page and return the raw protocol response (status line, headers, body).

jrg_inspectA

Inspect a JRG page and return a JSON manifest of interactive elements (headings, links, paragraphs, inputs, buttons).

jrg_searchA

Search local .jrg pages under a root directory. Returns matching page paths with snippets.

jrg_auth_listA

List all stored Jaringan authentication tokens.

jrg_viewB

Render a JRG page as formatted plain text (human-readable).

jrg_listA

List all available Jaringan pages. Returns an array of { slug, title } entries.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/thesimonharms/jaringan-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server