Skip to main content
Glama
jmagly
by jmagly

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_PORTNoHTTP server port (HTTP mode only)3000
GITEA_URLNoGitea server URL (for file context)
HOUND_URLNoHound server URLhttp://localhost:6080
GITHUB_URLNoGitHub URL (for Enterprise, otherwise defaults)https://github.com
GITEA_TOKENNoGitea API token (for private repos)
GITHUB_TOKENNoGitHub personal access token (for private repos)
GITEA_TIMEOUTNoGitea API timeout (ms)10000
HOUND_TIMEOUTNoRequest timeout (ms)30000
GITHUB_TIMEOUTNoGitHub API timeout (ms)10000
HOUND_CONFIG_DIRNoPath to Hound config directory (for auto-indexing)
CORS_ALLOWED_ORIGINNoAllowed CORS origin (leave empty for permissive dev mode)
HOUND_WEBHOOK_SECRETNoSecret for Gitea webhook signature verification

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
hound_searchA

Search code across all indexed repositories using regex patterns. Returns matching files and lines with deep links.

hound_reposA

List all repositories indexed by Hound code search. Returns repository names and URLs.

hound_file_contextB

Get extended context around a specific line in a file. Useful for understanding code around a search match.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: listing repositories, searching code, and getting file context. There is no overlap or ambiguity.

Naming Consistency5/5

All tools follow a consistent 'hound_' prefix with a verb_noun pattern (hound_file_context, hound_repos, hound_search), making them predictable and easy to differentiate.

Tool Count5/5

With 3 tools, the set is well-scoped for a code search server. Each tool covers a necessary function without redundancy or bloat.

Completeness5/5

The tool set covers the core workflow of code search: listing repositories, searching, and examining context. There are no obvious gaps for the intended purpose.

Maintenance

ActivityMaintained
ResponsivenessNo issues