PluginBench
MCP Server
Active
Apache-2.0

io.github.MukundaKatta/citecite-mcp MCP Server

io.github.MukundaKatta/citecite-mcp

What is the io.github.MukundaKatta/citecite-mcp MCP server?

Inject, parse, and strip [N] citation markers in RAG outputs.

How to install io.github.MukundaKatta/citecite-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "citecite-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mukundakatta/citecite-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "citecite-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mukundakatta/citecite-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "citecite-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mukundakatta/citecite-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "citecite-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mukundakatta/citecite-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add citecite-mcp -- npx -y @mukundakatta/citecite-mcp

Related MCP servers

Structured-output enforcer: extract and validate JSON from messy LLM text.

1
JavaScript
MIT
View repository →

Token-aware message truncation: fit a chat history into your model's context budget.

1
JavaScript
MIT
View repository →

Network-egress firewall for agent tools: check URLs against a declarative policy.

1
JavaScript
MIT
View repository →

Validate tool-call args before execution. Returns LLM-friendly retry hints.

1
JavaScript
MIT
View repository →

Snapshot tests for AI tool-call traces: diff, validate, and catch silent regressions.

0
JavaScript
MIT
View repository →

Reliable CSV parsing + generation. Handles quotes, embedded commas, BOMs, CRLF.

0
JavaScript
Apache-2.0
View repository →