Skip to content
Cursor

AIFeed for Cursor

io.github.denyn1/aifeed-mcp-server

Verify signed AIFeed permissions, fetch token-budgeted markdown, and verify assets for AI agents.

client:Cursor transport:stdio runtime:npm

Install AIFeed in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "aifeed-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "aifeed-mcp-server"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

AIFeed in other clients