PluginBench
MCP Server
Active
Apache-2.0

io.github.sebastienrousseau/noyalib-mcp MCP Server

io.github.sebastienrousseau/noyalib-mcp

What is the io.github.sebastienrousseau/noyalib-mcp MCP server?

MCP server for lossless YAML 1.2 parsing, formatting, and validation (pure Rust).

How to install io.github.sebastienrousseau/noyalib-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "noyalib-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/sebastienrousseau/noyalib-mcp:0.0.23"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "noyalib-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/sebastienrousseau/noyalib-mcp:0.0.23"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "noyalib-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/sebastienrousseau/noyalib-mcp:0.0.23"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "noyalib-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/sebastienrousseau/noyalib-mcp:0.0.23"
      ]
    }
  }
}
Claude Code
claude mcp add noyalib-mcp -- docker run -i --rm ghcr.io/sebastienrousseau/noyalib-mcp:0.0.23

Related MCP servers

MCP server for ISO 20022 acmt.001 account management message generation and validation.

1
Python
Apache-2.0
View repository →

Bridge AP2 / x402 agent-payment mandates into wire-valid ISO 20022 pain.001 / pacs.008 records.

1
Python
Apache-2.0
View repository →

MCP server for parsing bank statements (BAI2, MT940/MT942, CAMT.053, OFX) via stdio.

1
Python
Apache-2.0
View repository →

Generate + XSD-validate ISO 20022 E&I camt messages (camt.056 cancellation, camt.029 resolution).

1
Python
Apache-2.0
View repository →

MCP server for ISO 20022 camt.053 bank-to-customer statement parsing and reconciliation.

1
Python
Apache-2.0
View repository →

Corral

Active

Query your Corral-organised local mirror of cloned GitHub repositories. Zero network calls.

1
Go
GPL-3.0
View repository →