llamaindex

llamaindex is an agent for coding agents from IBM/mcp-context-forge. It costs 0 tokens per session (75 once invoked), scanned A, original, Apache-2.0.

An integration skill for LlamaIndex, a framework used to build systems that retrieve relevant information before generating answers.

In plain words
What is it for?
Use it to wrap ContextForge tools as LlamaIndex query engines, retrievers, or tool nodes.
Why use it?
It helps connect ContextForge tool calls to the retrieval and tool components used in LlamaIndex applications.

Agent

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/ibm/mcp-context-forge/llamaindex
Clone the repo
git clone --depth 1 https://github.com/IBM/mcp-context-forge

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for llamaindex

README.md
[![agentmods](https://agentmods.dev/badge/agents/ibm/mcp-context-forge/llamaindex.svg)](https://agentmods.dev/agents/ibm/mcp-context-forge/llamaindex)
Your own site
<a href="https://agentmods.dev/agents/ibm/mcp-context-forge/llamaindex"><img src="https://agentmods.dev/badge/agents/ibm/mcp-context-forge/llamaindex.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 75 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00075
Opus 5 $0.00000 $0.00037
Sonnet 5 $0.00000 $0.00015
Haiku 4.5 $0.00000 $0.00007

Measured 4d ago against content hash 332803db3d5b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

llamaindex scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

2 near-identical copies found in the catalogue:

docs/docs/using/agents/llamaindex.md · 12 lines

What it actually says

LlamaIndex Integration with ContextForge

LlamaIndex is a framework for building retrieval-augmented generation (RAG) pipelines.


🔧 MCP Support

You can wrap tool calls from ContextForge as query engines, retrievers, or tool nodes inside LlamaIndex.

A dedicated ToolRetriever adapter is under development to support direct MCP tool discovery.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 12 lines · 0 tokens per session scan A 332803db3d5b

Subscribe to this mod's changes

llamaindex is an agent published in the GitHub repository IBM/mcp-context-forge (4,399 stars, last pushed yesterday), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 75 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

AGENTS

In-depth tutorials on LLMs, RAGs and real-world AI agent applications.

patchy631/ai-engineering-hub · 0 tokens

design-reviewer

Design-review sub-agent. Reviews design docs across the four dimensions of architecture, interface, performance, and security, covering MemOS's multi-memory / multi-storage backend constraints.

MemTensor/MemOS · 38 tokens

agent-request-queue

一次 Agent 运行可能包含多次模型调用、知识库检索、工具执行和文件操作。为了避免同一对话同时修改同一份上下文,Yuxi 把“收到请求”和“开始运行”分成两个阶段,并为每个线程维护 FIFO 队列。.

xerrors/Yuxi · 0 tokens

bestmode

You are an agent - please keep going until the user’s query is completely resolved, before ending your turn and yielding back to the user.

raphaelmansuy/edgequake · 0 tokens

test-runner

Runs tests in the api-gateway Maven reactor — full/module unit runs, isolating a single core test class, or a single distribution/tutorial example test. Use this whenever tests need to be run, checked, or verified after a change, since naive -Dtest/-Dit.test invocations silently run (or skip) the wrong thing in this…

membrane/api-gateway · 82 tokens

query_optimizer_agent_plan

Query Optimizer Agent 是一个专门用于在 RAG (Retrieval-Augmented Generation) 流程中优化用户查询的智能体。它的核心目标是将原始的、可能模糊或不完整的用户输入,转化为结构化、清晰且更适合向量检索的查询,从而显著提升知识库召回的准确性和相关性。.

DemonDamon/AgenticX · 0 tokens