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

Capabilities

Features and capabilities supported by this server

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

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/jmagly/mcp-hound'

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