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.23Related MCP servers
MCP server for ISO 20022 acmt.001 account management message generation and validation.
1
View repository →Python
Apache-2.0
Bridge AP2 / x402 agent-payment mandates into wire-valid ISO 20022 pain.001 / pacs.008 records.
1
View repository →Python
Apache-2.0
MCP server for parsing bank statements (BAI2, MT940/MT942, CAMT.053, OFX) via stdio.
1
View repository →Python
Apache-2.0
Generate + XSD-validate ISO 20022 E&I camt messages (camt.056 cancellation, camt.029 resolution).
1
View repository →Python
Apache-2.0
MCP server for ISO 20022 camt.053 bank-to-customer statement parsing and reconciliation.
1
View repository →Python
Apache-2.0
Corral
Active
Query your Corral-organised local mirror of cloned GitHub repositories. Zero network calls.
1
View repository →Go
GPL-3.0