@pacy-dev/mcp
v0.1.21
Published
MCP for Pacy DevTools
Maintainers
Readme
Pacy Devtools MCP
This is an MCP server that communicates with Pacy DevTools. It informs the devtools about the status of the current task to show proper notifications, and detect when a task is complete. It's crucial for the chat panel to work.
For more information, visit https://pacy.dev.
You can install it to multiple clients at once using:
# Install Pacy Devtools CLI globally
npm install -g pacy-devtools
# Install the MCP
pacy install-mcpFor manual installation, you can add the following to the MCP config directory of your client:
{
"mcpServers": {
"pacy-devtools": {
"command": "npx",
"args": ["-y", "@pacy-dev/mcp@latest"]
}
}
}