infimium
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SEARCH_API_KEY | No | API key for the search provider (e.g., Tinyfish). | |
| SEARCH_PROVIDER | No | Optional search provider (e.g., tinyfish). Required only if web_search is used. | |
| INFIMIUM_TELEMETRY | No | Set to 'false' to disable anonymous telemetry. | true |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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