Metsuke
OfficialProvides SDLC compliance verification for GitHub repositories via a GitHub App, enabling AI agents to monitor and evaluate development processes.
Click on "Deploy 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., "@MetsukeCheck SDLC compliance for repo 'my-project' against default policy."
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.
Metsuke (目付)
SDLC process inspector — Remote MCP Server + GitHub App powered by libverify.
What is Metsuke?
Metsuke is a Remote MCP Server that provides SDLC compliance verification as tools that AI agents (Claude Code, etc.) can invoke. Named after the Edo-period inspector officials (目付), it continuously monitors and evaluates your organization's development processes.
Related MCP server: MCP SSDLC Security Toolkit
Features
28 SDLC Controls: SLSA v1.2 (Source/Build/Dependencies) + SOC2 CC7/CC8
9 Policy Presets: default, oss, aiops, soc1, soc2, slsa-l1 through slsa-l4
GitHub App: Install on your org
MCP Tools
Agent Skills
Connect
Remote MCP Server
https://metsuke.plenoai.com/mcpClaude Code (~/.claude/settings.json)
{
"mcpServers": {
"metsuke": {
"type": "url",
"url": "https://metsuke.plenoai.com/mcp"
}
}
}or
claude mcp add metsuke --transport http https://metsuke.plenoai.com/mcpAgent Skills
npx skills add plenoai/metsukeGitHub App
Install: https://github.com/apps/pleno-metsuke
Self-Hosted Deployment
For enterprises requiring on-premises or private cloud deployment (GHES, air-gapped networks):
docker compose up -dSee docs/self-hosted-guide.md for full instructions including GHES configuration, TLS setup, and backup procedures.
Security
See docs/security-whitepaper.md for:
Architecture and data flow
OAuth 2.1 authentication details
Data handling and retention policies
Webhook security
Compliance considerations (SOC2, GDPR, ISMAP)
Build
cargo build --release
nix build .#default # binary
nix build .#docker # Docker image
docker build -t metsuke .License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Compliance frameworks (SOC 2, ISO 27001, CMMC, NIST, more) delivered to AI agents as MCP tools.
Read-only AI coding tools for change verification, release readiness, capacity, and guidance.
Threat modeling, code/cloud/pipeline scanning, shadow-AI discovery, compliance checks and fixes.
Register every AI agent, log every action, prove it. EU AI Act compliance built in.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceIntegrates authoritative security compliance frameworks (ISO 27001, NIST 800-53, OWASP ASVS, NIST SSDF) into AI-assisted development, offering control lookups, cross-framework mappings, build-time guardrails, and automated audit evidence generation.111 npm3MIT
- AlicenseBqualityDmaintenanceEnables orchestrating secure software development pipelines with domain-specific compliance (HIPAA, PCI-DSS, etc.), generating pseudocode, threat models, and CI/CD from user stories via natural language.17MIT

Rigour MCPofficial
AlicenseNot gradedqualityBmaintenanceEnables AI agents to self-govern by scanning code for hardcoded secrets, structural violations, and AI drift in real-time, providing fix packets for automatic remediation.27MIT- FlicenseNot gradedqualityCmaintenanceProvides AI coding agents with real-time access to compliance rules, scan results, and remediation guidance to enforce coding standards and security policies on generated code.-