Skip to content
VS Code

CiteWire for VS Code

io.github.openly-useful/citewire

Attribution-first MCP server for free news sources and free article APIs.

client:VS Code transport:stdio runtime:npm

Install CiteWire in VS Code

.vscode/mcp.json

{
  "servers": {
    "citewire": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "citewire"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

CiteWire in other clients