Sashiko MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Sashiko MCPShow me critical findings no one noticed"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Sashiko MCP
MCP server that lets an AI agent query Sashiko — an AI kernel-patch review service — and hunt for critical/high severity vulnerabilities in the reviewed patches (LPE, UAF, OOB, refcount, race conditions, etc.), including AI reviews that may have gone unnoticed.
Install / config
cd ~/MCP/Sashiko && npm installRegister in opencode (~/.config/opencode/opencode.jsonc). Use the absolute
path to your copy of the repo on that machine (replace <PATH-TO-SASHIKO>
with the actual location):
"sashiko": {
"type": "local",
"command": ["node", "<PATH-TO-Sashiko>/src/index.js"],
"enabled": true
}Optional env: SASHIKO_BASE_URL (default http://34.149.213.196),
SASHIKO_TIMEOUT_MS (default 30000).
Related MCP server: patchwork-mcp-server
Tools
Tool | Purpose |
| service metadata |
| review + tool usage stats |
| paged lists with |
| full patchset detail + AI reviews with parsed findings |
| raw message + diff |
| AI review + model transcript/logs |
| find critical/high findings across patchsets (pre-filtered scan) |
| general severity/class scan (e.g. |
| enumerate the whole API surface |
Example queries
"Find LPE-type vulnerability reviews in applied patches" →
sashiko_findwithclass_keyword="lpe",severity="high""Show me critical findings no one noticed" →
sashiko_find_criticalseverity="critical", then compare against patchset status"What AI reviews mention use-after-free?" →
sashiko_findwithkeywords="use-after-free"
Notes
Reviews are public by design; findings are parsed from
review.output.The
findings_critical/findings_highcounts on the patchset list serve as a cheap pre-filter before fetching detail per patchset.See
docs/api-map.mdfor the full API and finding schema.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceAn AppSec-focused MCP server that performs static analysis scans on C/C++ source code for memory-safety vulnerabilities and parses compiled PE/ELF binary headers locally to audit active defensive compiler mitigations (ASLR, DEP/NX, PIE).Last updated41MIT
- AlicenseAqualityCmaintenanceEnables LLM agents to query Patchwork kernel patches, series, CI checks, and comments via natural language through a read-only MCP server.Last updated8MIT
- AlicenseAqualityBmaintenanceAn MCP server that gives AI assistants the ability to check open-source packages for vulnerabilities, enrich findings with real-world exploit intelligence, and statically analyse whether vulnerable code is actually reachable in your project.Last updated31Apache 2.0
- Alicense-qualityCmaintenanceMCP server for checking packages against an AI-aware vulnerability database, including CVEs, slopsquatting, CISA KEV, and MCP-server trust profiles.Last updatedElastic 2.0
Related MCP Connectors
Security scanner for MCP servers. Detect vulnerabilities, prompt injection, and tool poisoning.
Scans MCP servers for tool poisoning, prompt injection and supply chain risks.
Hosted CVE + bug-bounty-mechanic MCP: exploitation-first ranking, CVE fact-check, mechanic transfer
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/0nsec/sashiko-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server