mcp-syzkaller
July 16, 2026 ยท View on GitHub
MCP agent for the syzkaller.
Project is in WIP.
UPDATE Jul 2026
I haven't finished (or even started) this project, and there's already integrated in linux kernel one --> https://github.com/sashiko-dev/sashiko. Develop there. I'll archive this repo.
Tools
Generate syscall descriptions AKA syzlang of the given source code.
Review the provided syzkaller crask report link. Analyze the problem. Attempt to summarize with the suggested patch and details.
Notes
- Use Context7 MCP server to use the latest Linux kernel git tree
- Use Sequential Thinking MCP server
Some ideas what to test in this project:
- use Context7 MCP server to locate the code only for the specific commit of Linux kernel
- think about the RAG to organize more proper prompt to LLM
MCP Client
{
"mcpServers": {
"sequential-thinking": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
]
},
"context7": {
"url": "https://mcp.context7.com/mcp"
},
"mcp-syzkaller": {
"command": "python",
"args": ["mcp_server.py"]
}
}
}