Files
plaud-mpm-plugin/.mcp.json
T
2026-05-12 12:26:42 -05:00

10 lines
180 B
JSON

{
"mcpServers": {
"plaud-mpm": {
"command": "uv",
"args": ["run", "--with", "mcp[cli]", "${CLAUDE_PLUGIN_ROOT}/server/plaud_mcp.py"],
"env": {}
}
}
}