Skip to content

Latest commit

 

History

48 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Security Paper Database

A searchable database of security and software engineering research papers from CCS, IEEE S&P, NDSS, USENIX Security, ICSE, FSE, and ASE (2020–2026).

Web UI

Visit https://lzher.github.io/security-paper-db/ to search papers in the browser.

Feel free to add and modify papers in the /json directory.

MCP Server

An MCP server is available under mcp-server/, allowing AI clients (Claude Desktop, Claude Code, etc.) to search papers programmatically.

Setup

cd mcp-server
npm install
npm run build

Claude Code / Claude Desktop Configuration

Add to your MCP settings:

{
  "mcpServers": {
    "security-paper-db": {
      "command": "node",
      "args": ["/path/to/security-paper-db/mcp-server/dist/index.js"]
    }
  }
}

About

Search for top security papers with one click! Visit https://lzher.github.io/security-paper-db/

Resources

Stars

14 stars

Watchers

1 watching

Forks

Contributors

Languages