Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SEARCH_API_KEYNoAPI key for the search provider (e.g., Tinyfish).
SEARCH_PROVIDERNoOptional search provider (e.g., tinyfish). Required only if web_search is used.
INFIMIUM_TELEMETRYNoSet to 'false' to disable anonymous telemetry.true

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
hello_infimiumB

Health probe for the Infimium MCP server.

web_searchC

Search the web for current information.

fetch_urlC

Fetch a URL and extract readable content.

query_local_docsC

Query indexed local documentation.

semantic_code_searchC

Search code semantically and return compact symbol signatures.

expand_symbolB

Load the full implementation of one symbol returned by semantic_code_search.

dep_graphC

Inspect dependency relationships for a symbol.

shellC

Run an allowlisted shell command.

planC

Generate a grounded implementation plan for the current repository.

project_memoryB

Manage compact project memory across chats, agents, and IDEs: remember active work, complete and archive sessions, search history, or update durable rules.

get_contextA

Read the balanced YAML context layer with repo overview, Git state, task, memory, and AST-first handoff guidance. Pass project_path once to activate the current IDE workspace as the default.

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/infimium-ai/infimium-agent'

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