L
Lab MCP Acp
by @ppdanbo
MCP server by ppdanbo
Created 12/29/2025
Updated about 3 hours ago
README
Repository documentation and setup instructions
Download uv
irm https://astral.sh/uv/install.ps1 | iex
Create a virtual environment:
uv venv
Activate it:
.venv\Scripts\activate
Add packages
uv add mcp[cli]
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/ppdanbo/lab-mcp-acp
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"ppdanbo-lab-mcp-acp": {
"command": "git",
"args": [
"clone",
"https://github.com/ppdanbo/lab-mcp-acp"
]
}
}
}