
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@mukundakatta/citecite-mcp
Advanced tools
MCP server for RAG citation marker [1] [2] injection, parsing, and stripping. Helps LLMs round-trip citations in retrieval-augmented outputs.
MCP server for RAG citation markers. Inject [N] markers into LLM output,
parse them back when post-processing, or strip them entirely.
inject_citations(text, citations, at?) — append [1] [2] [3] markers
at the end of text, or insert at a position offset.parse_citations(text) — return every [N] found in source order with
position, idx, and marker length.strip_citations(text) — remove every [N] marker.~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"citecite": {
"command": "npx",
"args": ["-y", "@mukundakatta/citecite-mcp"]
}
}
}
Same shape in each tool's MCP config. Transport is stdio over
npx -y @mukundakatta/citecite-mcp.
You ran a RAG pipeline. The LLM produced an answer. The retrieval layer told
you which source chunks were used. Now the LLM (a second pass, or the same
agent) needs to inject [1] [2] markers tied to those sources, or to parse
markers back out of an existing piece of text. That's what this is for.
MIT OR Apache-2.0.
FAQs
MCP server for RAG citation marker [1] [2] injection, parsing, and stripping. Helps LLMs round-trip citations in retrieval-augmented outputs.
The npm package @mukundakatta/citecite-mcp receives a total of 34 weekly downloads. As such, @mukundakatta/citecite-mcp popularity was classified as not popular.
We found that @mukundakatta/citecite-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.