What is the io.github.YawLabs/nol-mcp MCP server?
nol MCP server -- search, cited Q&A, and pages over your team's knowledge base
How to install io.github.YawLabs/nol-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": {
"nol-mcp": {
"command": "npx",
"args": [
"-y",
"@yawlabs/nol-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"nol-mcp": {
"command": "npx",
"args": [
"-y",
"@yawlabs/nol-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"nol-mcp": {
"command": "npx",
"args": [
"-y",
"@yawlabs/nol-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"nol-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@yawlabs/nol-mcp"
]
}
}
}Claude Code
claude mcp add nol-mcp -- npx -y @yawlabs/nol-mcpRelated MCP servers
AWS MCP server — call any AWS API from AI assistants, with first-class SSO re-login
MCP server for managing Caddy web servers via the admin API
Lint AI agent context files (CLAUDE.md, AGENTS.md, etc.) against your actual codebase
Electron.js MCP server — IPC scaffolding, security auditing, build tooling for AI assistants
HTTP fetch MCP server: SSRF protection, HTML-to-markdown, reader mode, metadata extraction
LemonSqueezy MCP server for managing your store from AI assistants