diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 0000000..ebf0f9d --- /dev/null +++ b/.mcp.json @@ -0,0 +1,9 @@ +{ + "mcpServers": { + "plaud-mpm": { + "command": "uv", + "args": ["run", "--with", "mcp[cli]", "${CLAUDE_PLUGIN_ROOT}/server/plaud_mcp.py"], + "env": {} + } + } +}