Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENAI_API_KEYNoOpenAI API key. If set, provider is 'openai' with default model 'gpt-5-nano'.
ANTHROPIC_API_KEYNoAnthropic API key. If set, provider is 'anthropic' with default model 'claude-haiku-4-5'.
OPENROUTER_API_KEYNoOpenRouter API key. If set, provider is 'openrouter' with default model 'openrouter/free'.
NARROW_MCP_RIPGREP_PATHNoPath to the ripgrep executable.
NARROW_MCP_CONTEXT_LINESNoNumber of context lines around matches.
NARROW_MCP_MAX_CANDIDATESNoMaximum number of candidates passed to the selector.
NARROW_MCP_MAX_JSON_BYTESNoMaximum JSON file size in bytes to process.
NARROW_MCP_SELECTOR_MODELNoOverrides the provider's default model.
NARROW_MCP_SELECTOR_PROVIDERNoOverrides auto-detection of the LLM provider.
NARROW_MCP_SELECTOR_TIMEOUT_SNoTimeout in seconds for the selector LLM call.3.0
NARROW_MCP_MAX_CANDIDATE_CHARSNoMaximum number of characters per candidate.
NARROW_MCP_SELECTOR_API_KEY_ENVNoOverrides which environment variable holds the API key.

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
narrow_fileA

Given a path to a large, low-density non-source file (logs, build output, CSV, JSON, HTML) and a specific intent, returns only the verbatim line-numbered spans relevant to that intent, verified against the original file -- never a summary. Refuses source code files; use code-navigation tools for those.

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/manik-prakash/narrow-mcp'

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