Stdio Server
Freeby MCP Community
Native STDIO MCP server for Dev Boy - GitLab integration using @modelcontextprotocol/sdk
v1.1.0Added Apr 12, 2026
mcpmodel-context-protocoldev-boygitlabstdio
Stdio Server MCP Server
Native STDIO MCP server for Dev Boy - GitLab integration using @modelcontextprotocol/sdk
Installation
Reviews
Installation
Quick install
npx -y @dev-boy/mcp-stdio-server
Add to claude_desktop_config.json
{
"mcpServers": {
"stdio-server": {
"command": "npx",
"args": ["-y", "@dev-boy/mcp-stdio-server"]
}
}
}