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.
git clone --depth 1 https://github.com/777genius/infinity-contextWrote 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.
[](https://agentmods.dev/mcp/777genius/infinity-context/cursor-infinity-context)<a href="https://agentmods.dev/mcp/777genius/infinity-context/cursor-infinity-context"><img src="https://agentmods.dev/badge/mcp/777genius/infinity-context/cursor-infinity-context/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/mcp/777genius/infinity-context/cursor-infinity-context"><img src="https://agentmods.dev/badge/mcp/777genius/infinity-context/cursor-infinity-context.svg" alt="Reviewed on agentmods" width="80" height="20"></a>Grade A, and why
infinity-context 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 yesterday.
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.
What it actually says
{
"infinity-context": {
"command": "${workspaceFolder}/plugins/infinity-context-agent-plugin-cursor-workspace/bin/infinity-context-mcp",
"env": {
"MEMORY_MCP_AGENT_NAME": "cursor-workspace-agent",
"MEMORY_MCP_API_URL": "http://127.0.0.1:7788",
"MEMORY_MCP_AUTH_TOKEN_FILE": "~/.infinity-context/.env",
"MEMORY_MCP_DEFAULT_MEMORY_SCOPE_EXTERNAL_REF": "default",
"MEMORY_MCP_DEFAULT_SPACE_SLUG": "default",
"MEMORY_MCP_DEFAULT_THREAD_EXTERNAL_REF": "__INFINITY_CONTEXT_NO_DEFAULT_THREAD__",
"MEMORY_MCP_DELETE_MODE": "off",
"MEMORY_MCP_INGEST_MODE": "off",
"MEMORY_CAPTURE_MODE": "retrieve_only",
"MEMORY_PLUGIN_HOOKS_ENABLED": "true",
"MEMORY_PLUGIN_HOOK_INGEST_EVENTS": "",
"MEMORY_PLUGIN_HOOK_TRANSCRIPT_TAIL_MODE": "off",
"MEMORY_MCP_WRITE_MODE": "off"
}
}
}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.
- yesterday First seen · 20 lines scan A ad6e3059a1d7
infinity-context is an MCP server published in the GitHub repository 777genius/infinity-context (7 stars, last pushed today), licensed Apache-2.0. Its token cost is not measured: an MCP server costs its tool schemas, not its config file. 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-09-09.
Other mcp servers, from other repositories
snipara
Hosted MCP for source-backed project context, memory, code impact, and agent workflow continuity. Remote server at api.snipara.com.
halomem
MCP server "halomem", hosted remotely, as configured in halofyai/halofy.
goodmemory
Durable user/project memory for MCP clients: recall context and remember selected facts. Runs locally from the goodmemory npm package.
titen-memory
Evidence-grounded agent memory with mandatory provenance, on local SQLite or Cloudflare D1. Runs locally from the titen-memory npm package. Needs 2 environment variables to run.
atomicmemory
MCP server exposing AtomicMemory's ingest / search / package tools to any MCP-compatible agent. Runs locally from the @atomicmemory/mcp-server npm package. Needs 7 environment variables to run.
remem-mcp
Local-first memory for AI coding agents. Memory + CodeGraph + Wiki in one SQLite file. Runs locally from the remem-mcp npm package.