Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
agent_contextB

Return the versioned SIFS CLI/MCP contract for agents.

searchA

Search a codebase with a natural-language, code, or exact-symbol query.

Use hybrid by default, bm25 for exact identifiers and literals, and semantic for conceptual behavior. Optional language and filter_paths filters narrow the index when the agent already knows where to look. Use source for local paths or Git URLs and limit for result bounds. Results include formatted text for context injection and structured fields.

find_relatedA

Find code chunks semantically similar to a known file and one-based line.

Use this after search returns a promising location. Pass the file path exactly as it appears in a result and a line inside that chunk. Results include formatted text for context injection and structured fields.

index_statusA

Inspect the active index for a local path or Git repository.

Use this to discover the selected source, whether it is cached in memory, how many files and chunks are indexed, which languages are covered, and which tools are available before searching.

refresh_indexA

Rebuild the selected index and replace the in-memory MCP cache. Use after files change in a long-lived session.

clear_indexA

Remove the selected source from the in-memory MCP cache. The next search or status call rebuilds or reloads it.

list_filesC

List repository-relative file paths included in the selected index.

get_chunkA

Read the indexed chunk containing a repository-relative file path and one-based line.

profile_listB

List saved SIFS profiles.

profile_showB

Show one saved SIFS profile.

feedback_createC

Record local feedback about SIFS agent friction.

feedback_listC

List local SIFS feedback entries.

agent_printC

Render a SIFS agent skill, instruction snippet, or MCP guidance artifact without writing files.

agent_doctorB

Inspect SIFS agent artifact readiness. This is read-only and reports unknown for current-session visibility when it cannot be proven.

init_agentB

Create the SIFS Claude agent file in the shared workspace.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
SIFS server contextDefault source, ref, cache keys, and available tools.
SIFS agent contextVersioned CLI and MCP contract for agents.
SIFS profilesSaved source and search profiles.
SIFS feedbackLocal feedback entries recorded by agents.
SIFS index statusStats for the default source, when one is configured.
SIFS indexed filesIndexed file paths for the default source, when one is configured.

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/tristanmanchester/sifs'

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