@lousy-agents/mcp
v5.7.1
Published
MCP server for lousy-agents - provides AI coding assistant tools via the Model Context Protocol
Maintainers
Readme
@lousy-agents/mcp
Model Context Protocol (MCP) server for Lousy Agents.
Use this package when you want MCP clients such as VS Code or hosted GitHub Copilot to call Lousy Agents workflow, instruction, and environment-analysis tools.
Quick Start
Run the published MCP server without installing it permanently:
npx -y -p @lousy-agents/mcp lousy-agents-mcpVS Code
Add the server to .vscode/mcp.json:
{
"servers": {
"lousy-agents": {
"type": "stdio",
"command": "npx",
"args": ["-y", "-p", "@lousy-agents/mcp", "lousy-agents-mcp"]
}
}
}Documentation
- Project overview: README
- MCP server guide:
docs/mcp-server.md
