Three tools that inject, parse, and strip bracketed citation markers in RAG pipelines. Use inject_citations to add [1] [2] style references when you're assembling answers from multiple retrieved chunks, parse_citations to extract which sources were actually cited in the LLM's output, and strip_citations to clean the brackets out of the final text before showing it to users. Part of a fourteen-server collection from MukundaKatta that wraps operations LLMs frequently hallucinate. The citation logic ships as plain JavaScript in the MCP server, though it mirrors a Rust crate from the same author's rust-llm-stack workspace. Install via npx with stdio transport in Claude Desktop, Cursor, Cline, or any MCP client.
claude mcp add --transport stdio io.github.mukundakatta-citecite-mcp -- npx -y @mukundakatta/citecite-mcp