Skip to main content
Glama
volqiii

gitverse-connector

by volqiii

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GITVERSE_TOKENNoGitVerse API token. For a temporary development session only; on Windows, prefer the save-token script for secure storage.
GITVERSE_TRANSPORTNoTransport mode: auto, direct, or bridge.auto
GITVERSE_BRIDGE_SESSION_SECRETNoLong random session secret for the local bridge. Required when using bridge transport.

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
gitverse_connection_statusA

Safely check GitVerse transport and authentication readiness. It never returns tokens.

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 1 tool

Disambiguation5/5

With only one tool, there is no possibility of confusion or overlapping purposes. The tool's purpose is clearly defined as a status check.

Naming Consistency5/5

The single tool name follows a clear verb_noun pattern (gitverse_connection_status), which is descriptive and consistent. There are no other tools to create inconsistency.

Tool Count2/5

One tool is too few for a server named 'gitverse-connector', which implies a broader scope of connection management. A single status check tool feels minimal and likely insufficient for real workflows.

Completeness1/5

The server only provides a status check with no connect, disconnect, or resource access operations. For a connector, this is severely incomplete and would leave agents unable to perform any actual connection tasks.

Maintenance

ActivityMaintained
ResponsivenessNo issues