gitverse-connector
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITVERSE_TOKEN | No | GitVerse API token. For a temporary development session only; on Windows, prefer the save-token script for secure storage. | |
| GITVERSE_TRANSPORT | No | Transport mode: auto, direct, or bridge. | auto |
| GITVERSE_BRIDGE_SESSION_SECRET | No | Long 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| gitverse_connection_statusA | Safely check GitVerse transport and authentication readiness. It never returns tokens. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
With only one tool, there is no possibility of confusion or overlapping purposes. The tool's purpose is clearly defined as a status check.
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.
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.
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.