ichnus2
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ICHNOS_MOCK | No | 1 for offline mock, 0 for real LLM calls. Required when a key is present. | 1 |
| GEMINI_API_KEY | No | Google Gemini API key for live mode. Set this or OPENROUTER_API_KEY to enable real LLM calls. | |
| ICHNOS_PROVIDER | No | Provider to use: 'gemini' or 'openrouter'. Inferred from whichever key exists if not set. | |
| ICHNOS_ANT_MODEL | No | Override the default cheap scout model. | |
| ICHNOS_STIGMERGY | No | 1 for trail-following (default), 0 for static ranking A/B. | 1 |
| ICHNOS_DEBUG_ANTS | No | 1 to print client and raw text for the first few ants. | 0 |
| OPENROUTER_API_KEY | No | OpenRouter API key for live mode. Set this or GEMINI_API_KEY to enable real LLM calls. | |
| ICHNOS_PROSECUTOR_MODEL | No | Optional separate model for Stage 8 verification. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| locate_bug_tool | Locate the files most likely responsible for a bug, via a stigmergic ant-swarm search over the repo. Returns a markdown HOT/WARM/COLD heatmap with per-file evidence and, for HOT files, adversarial verification notes. This is a suggestion to prioritize reading, not a verdict -- always read the flagged files yourself before concluding. |
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/Sharann-del/Ichnus'
If you have feedback or need assistance with the MCP directory API, please join our Discord server