Skip to main content
Glama
plenoai

Metsuke

Official
by plenoai

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/mcp

Claude 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/mcp

Agent Skills

npx skills add plenoai/metsuke

GitHub 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 -d

See 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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessResponsive

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Integrates 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.
    169
    3
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables 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.
    26
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    Provides 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.
    -

Latest Blog Posts

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/plenoai/metsuke'

If you have feedback or need assistance with the MCP directory API, please join our Discord server